Age | Commit message (Expand) | Author |
2021-02-03 | net: use indirect call helpers for dst_output | Brian Vazquez |
2021-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-07 | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} | Jonathan Lemon |
2021-01-07 | skbuff: rename sock_zerocopy_* to msg_zerocopy_* | Jonathan Lemon |
2021-01-07 | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort | Jonathan Lemon |
2021-01-07 | net: ip: always refragment ip defragmented packets | Florian Westphal |
2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore |
2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-10-12 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-10 | ip: pass tos into ip_build_and_send_pkt() | Wei Wang |
2020-09-08 | ip: fix tos reflection in ack and reset packets | Wei Wang |
2020-08-31 | net: clean up codestyle | Miaohe Lin |
2020-08-31 | net: Use helper macro IP_MAX_MTU in __ip_append_data() | Miaohe Lin |
2020-08-25 | net: clean up codestyle for net/ipv4 | Miaohe Lin |
2020-08-20 | csum_partial_copy_nocheck(): drop the last argument | Al Viro |
2020-08-20 | skb_copy_and_csum_bits(): don't bother with the last argument | Al Viro |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-01 | ip: Fix SO_MARK in RST, ACK and ICMP packets | Willem de Bruijn |
2020-06-20 | tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit | Eric Dumazet |
2020-03-29 | net: Fix typo of SKB_SGO_CB_OFFSET | Cambda Zhu |
2020-03-12 | inet: Use fallthrough; | Joe Perches |
2020-01-14 | net: ipv4: use skb_list_walk_safe helper for gso segments | Jason A. Donenfeld |
2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet |
2019-11-15 | netfilter: Support iif matches in POSTROUTING | Phil Sutter |
2019-10-21 | ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation | Eric Dumazet |
2019-10-18 | net: ensure correct skb->tstamp in various fragmenters | Eric Dumazet |
2019-09-27 | tcp: honor SO_PRIORITY in TIME_WAIT state | Eric Dumazet |
2019-09-20 | ipv4: Revert removal of rt_uses_gateway | David Ahern |
2019-09-13 | ip: support SO_MARK cmsg | Willem de Bruijn |
2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-26 | ipv4: reset rt_iif for recirculated mcast/bcast out pkts | Stephen Suryaputra |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-14 | ipv4: tcp: fix ACK/RST sent with a transmit delay | Eric Dumazet |
2019-06-11 | net: correct udp zerocopy refcnt also when zerocopy only on append | Willem de Bruijn |
2019-06-03 | net: fix use-after-free in kfree_skb_list | Eric Dumazet |
2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-05-31 | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls | brakmo |
2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-05-30 | net: correct zerocopy refcnt with udp MSG_MORE | Willem de Bruijn |
2019-05-30 | net: ipv4: place control buffer handling away from fragmentation iterators | Pablo Neira Ayuso |
2019-05-30 | net: ipv4: split skbuff into fragments transformer | Pablo Neira Ayuso |
2019-05-30 | net: ipv4: add skbuff fraglist splitter | Pablo Neira Ayuso |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-05-01 | ipv4: ip_do_fragment: Preserve skb_iif during fragmentation | Shmulik Ladkani |
2019-04-08 | ipv4: Add helpers for neigh lookup for nexthop | David Ahern |
2019-04-08 | neighbor: Add skip_cache argument to neigh_output | David Ahern |
2019-04-08 | ipv4: Prepare rtable for IPv6 gateway | David Ahern |
2019-04-04 | net: use kfree_skb_list() from ip_do_fragment() | Pablo Neira Ayuso |