Age | Commit message (Expand) | Author |
2021-01-23 | udp: allow forwarding of plain (non-fraglisted) UDP GRO packets | Alexander Lobakin |
2021-01-22 | tcp: Add receive timestamp support for receive zerocopy. | Arjun Roy |
2021-01-22 | tcp: Remove CMSG magic numbers for tcp_recvmsg(). | Arjun Roy |
2021-01-22 | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS | Yousuk Seung |
2021-01-20 | ip_gre: remove CRC flag from dev features in gre_gso_segment | Xin Long |
2021-01-20 | udp: not remove the CRC flag from dev features when need_csum is false | Xin Long |
2021-01-20 | nexthop: Specialize rtm_nh_policy | Petr Machata |
2021-01-20 | nexthop: Use a dedicated policy for nh_valid_dump_req() | Petr Machata |
2021-01-20 | nexthop: Use a dedicated policy for nh_valid_get_del_req() | Petr Machata |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-20 | tcp: Fix potential use-after-free due to double kfree() | Kuniyuki Iwashima |
2021-01-19 | tcp: fix TCP socket rehash stats mis-accounting | Yuchung Cheng |
2021-01-19 | tcp: do not mess with cloned skbs in tcp_add_backlog() | Eric Dumazet |
2021-01-19 | netfilter: rpfilter: mask ecn bits before fib lookup | Guillaume Nault |
2021-01-19 | udp: mask TOS bits in udp_v4_early_demux() | Guillaume Nault |
2021-01-18 | tcp: fix TCP_USER_TIMEOUT with zero window | Enke Chen |
2021-01-15 | tcp_cubic: use memset and offsetof init | Yejune Deng |
2021-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-13 | tcp: assign skb hash after tcp_event_data_sent | Yuchung Cheng |
2021-01-11 | esp: avoid unneeded kmap_atomic call | Willem de Bruijn |
2021-01-08 | net: ip_tunnel: clean up endianness conversions | Julian Wiedmann |
2021-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-07 | nexthop: Bounce NHA_GATEWAY in FDB nexthop groups | Petr Machata |
2021-01-07 | nexthop: Unlink nexthop group entry in error path | Ido Schimmel |
2021-01-07 | nexthop: Fix off-by-one error in error path | Ido Schimmel |
2021-01-07 | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} | Jonathan Lemon |
2021-01-07 | net: group skb_shinfo zerocopy related bits together. | 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 | skbuff: replace sock_zerocopy_put() with skb_zcopy_put() | Jonathan Lemon |
2021-01-07 | net: ip: always refragment ip defragmented packets | Florian Westphal |
2021-01-07 | net: fix pmtu check in nopmtudisc mode | Florian Westphal |
2021-01-07 | udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checks | Jakub Kicinski |
2021-01-07 | udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpers | Jakub Kicinski |
2020-12-28 | erspan: fix version 1 check in gre_parse_header() | Cong Wang |
2020-12-28 | ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst() | Guillaume Nault |
2020-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski |
2020-12-17 | netfilter: x_tables: Update remaining dereference to RCU | Subash Abhinov Kasiviswanathan |
2020-12-16 | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-12-14 | tcp: Add logic to check for SYN w/ data in tcp_simple_retransmit | Alexander Duyck |
2020-12-14 | tcp: parse mptcp options contained in reset packets | Florian Westphal |
2020-12-14 | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds |
2020-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski |
2020-12-12 | inet: frags: batch fqdir destroy works | SeongJae Park |
2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-12-10 | tcp: correctly handle increased zerocopy args struct size | Arjun Roy |
2020-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2020-12-09 | tcp: fix cwnd-limited bug for TSO deferral where we send nothing | Neal Cardwell |
2020-12-09 | tcp: Retain ECT bits for tos reflection | Wei Wang |