1. 29fbc26 tcp: do not call tcp_cleanup_rbuf() if we have a backlog by Eric Dumazet · 3 years, 2 months ago
  2. 8bd172b tcp: check local var (timeo) before socket fields in one test by Eric Dumazet · 3 years, 2 months ago
  3. f35f821 tcp: defer skb freeing after socket lock is released by Eric Dumazet · 3 years, 2 months ago
  4. 3df684c tcp: avoid indirect calls to sock_rfree by Eric Dumazet · 3 years, 2 months ago
  5. b96c51b tcp: tp->urg_data is unlikely to be set by Eric Dumazet · 3 years, 2 months ago
  6. 7b6a893 tcp: annotate races around tp->urg_data by Eric Dumazet · 3 years, 2 months ago
  7. 0307a0b tcp: annotate data-races on tp->segs_in and tp->data_segs_in by Eric Dumazet · 3 years, 2 months ago
  8. 93afcfd tcp: small optimization in tcp recvmsg() by Eric Dumazet · 3 years, 2 months ago
  9. 91b6d32 net: cache align tcp_memory_allocated, tcp_sockets_allocated by Eric Dumazet · 3 years, 2 months ago
  10. aba5465 net: remove sk_route_nocaps by Eric Dumazet · 3 years, 2 months ago
  11. d0d598c net: remove sk_route_forced_caps by Eric Dumazet · 3 years, 2 months ago
  12. d519f35 tcp: minor optimization in tcp_add_backlog() by Eric Dumazet · 3 years, 2 months ago
  13. a5bdc36 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 2 months ago
  14. 0de3521 ipv4: Remove duplicate assignments by luo penghao · 3 years, 2 months ago
  15. ef14102 ipv4: drop unused assignment by luo penghao · 3 years, 2 months ago
  16. f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
  17. f893156 bpf: Add ingress_ifindex to bpf_sk_lookup by Mark Pashmfouroush · 3 years, 2 months ago
  18. c5d2177 bpf, sockmap: Fix race in ingress receive verdict with redirect to self by John Fastabend · 3 years, 2 months ago
  19. b8b8315 bpf, sockmap: Remove unhash handler for BPF sockmap usage by John Fastabend · 3 years, 2 months ago
  20. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  21. a1554c0 include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h by Mianhan Liu · 3 years, 2 months ago
  22. 3b65abb tcp: Use BIT() for OPTION_* constants by Leonard Crestez · 3 years, 2 months ago
  23. 9b65b17 net: avoid double accounting for pure zerocopy skbs by Talal Ahmad · 3 years, 2 months ago
  24. c4777ef net: add and use skb_unclone_keeptruesize() helper by Eric Dumazet · 3 years, 3 months ago
  25. 84882cf Revert "net: avoid double accounting for pure zerocopy skbs" by Jakub Kicinski · 3 years, 2 months ago
  26. b7b98f8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 2 months ago
  27. fcdb44d net: arp: introduce arp_evict_nocarrier sysctl parameter by James Prestwood · 3 years, 3 months ago
  28. f1a456f net: avoid double accounting for pure zerocopy skbs by Talal Ahmad · 3 years, 3 months ago
  29. 03271f3 tcp: rename sk_wmem_free_skb by Talal Ahmad · 3 years, 3 months ago
  30. 35346ab bpf: Factor out helpers for ctx access checking by Hou Tao · 3 years, 3 months ago
  31. 06f1ecd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 3 years, 3 months ago
  32. 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  33. ee046d9 net: ipconfig: Release the rtnl_lock while waiting for carrier by Maxime Chevallier · 3 years, 3 months ago
  34. 8b7d8c2 tcp: do not clear TCP_SKB_CB(skb)->sacked if already zero by Eric Dumazet · 3 years, 3 months ago
  35. 4f22667 tcp: do not clear skb->csum if already zero by Eric Dumazet · 3 years, 3 months ago
  36. a52fe46 tcp: factorize ip_summed setting by Eric Dumazet · 3 years, 3 months ago
  37. f401da4 tcp: no longer set skb->reserved_tailroom by Eric Dumazet · 3 years, 3 months ago
  38. bd44631 tcp: remove dead code from tcp_collapse_retrans() by Eric Dumazet · 3 years, 3 months ago
  39. 27728ba tcp: cleanup tcp_remove_empty_skb() use by Eric Dumazet · 3 years, 3 months ago
  40. 3ded97b tcp: remove dead code from tcp_sendmsg_locked() by Eric Dumazet · 3 years, 3 months ago
  41. 292e607 net: introduce sk_forward_alloc_get() by Paolo Abeni · 3 years, 3 months ago
  42. 9dfc685 inet: remove races in inet{6}_getname() by Eric Dumazet · 3 years, 3 months ago
  43. af49338 net: Implement ->sock_is_readable() for UDP and AF_UNIX by Cong Wang · 3 years, 3 months ago
  44. fb4e0a5 skmsg: Extract and reuse sk_msg_is_readable() by Cong Wang · 3 years, 3 months ago
  45. 7b50ecf net: Rename ->stream_memory_read to ->sock_is_readable by Cong Wang · 3 years, 3 months ago
  46. cd9733f tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function by Liu Jian · 3 years, 3 months ago
  47. c432288 tcp: remove unneeded code from tcp_stream_alloc_skb() by Eric Dumazet · 3 years, 3 months ago
  48. 8a794df tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skb by Eric Dumazet · 3 years, 3 months ago
  49. f8dd3b8 tcp: rename sk_stream_alloc_skb by Eric Dumazet · 3 years, 3 months ago
  50. cf12e6f tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() by Jon Maxwell · 3 years, 3 months ago
  51. 020e71a ipv4: guard IP_MINTTL with a static key by Eric Dumazet · 3 years, 3 months ago
  52. 14834c4 ipv4: annotate data races arount inet->min_ttl by Eric Dumazet · 3 years, 3 months ago
  53. 0c0a5ef tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex by Eric Dumazet · 3 years, 3 months ago
  54. bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 3 months ago
  55. 7adaf56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 3 years, 3 months ago
  56. a76c231 tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0 by Leonard Crestez · 3 years, 3 months ago
  57. 86f1e3a tcp: md5: Fix overlap between vrf and non-vrf keys by Leonard Crestez · 3 years, 3 months ago
  58. 19757ce tcp: switch orphan_count to bare per-cpu counters by Eric Dumazet · 3 years, 3 months ago
  59. e15f597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  60. e8d225b netfilter: arp_tables: allow use of arpt_do_table as hookfn by Florian Westphal · 3 years, 3 months ago
  61. 8844e01 netfilter: iptables: allow use of ipt_do_table as hookfn by Florian Westphal · 3 years, 3 months ago
  62. 1fcd794 icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe by Xin Long · 3 years, 3 months ago
  63. 5a1b7e1 ip: use dev_addr_set() in tunnels by Jakub Kicinski · 3 years, 3 months ago
  64. 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  65. 8d6c414 net: prefer socket bound to interface when not in VRF by Mike Manning · 3 years, 3 months ago
  66. 0e32dfc bpf: Enable TCP congestion control kfunc from modules by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  67. 2357672 bpf: Introduce BPF support for kernel module function calls by Kumar Kartikeya Dwivedi · 3 years, 4 months ago
  68. dade7f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 3 years, 4 months ago
  69. dd9a887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  70. 59f09ae net: snmp: inline snmp_get_cpu_field() by Eric Dumazet · 3 years, 4 months ago
  71. 053f368 tcp: adjust rcv_ssthresh according to sk_reserved_mem by Wei Wang · 3 years, 4 months ago
  72. ca05705 tcp: adjust sndbuf according to sk_reserved_mem by Wei Wang · 3 years, 4 months ago
  73. 2bb2f5f net: add new socket option SO_RESERVE_MEM by Wei Wang · 3 years, 4 months ago
  74. 6a832a6 net/ipv4/datagram.c: remove superfluous header files from datagram.c by Mianhan Liu · 3 years, 4 months ago
  75. 3d5f12d net: ipv4: remove superfluous header files from fib_notifier.c by Mianhan Liu · 3 years, 4 months ago
  76. a9f5970 net: udp: annotate data race around udp_sk(sk)->corkflag by Eric Dumazet · 3 years, 4 months ago
  77. 339031b netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1 by Florian Westphal · 3 years, 4 months ago
  78. 2b73e20 net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c by Mianhan Liu · 3 years, 4 months ago
  79. 7fe7f31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years, 4 months ago
  80. 40bc606 tcp: tracking packets with CE marks in BW rate sample by Yuchung Cheng · 3 years, 4 months ago
  81. 597aa16 net: ipv4: Fix rtnexthop len when RTA_FLOW is present by Xiao Liang · 3 years, 4 months ago
  82. 2fcd14d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
  83. d8b8117 tcp: remove sk_{tr}x_skb_cache by Eric Dumazet · 3 years, 4 months ago
  84. ff6fb08 tcp: make tcp_build_frag() static by Paolo Abeni · 3 years, 4 months ago
  85. 04d8825 tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers by Paolo Abeni · 3 years, 4 months ago
  86. 3106a08 nexthop: Fix memory leaks in nexthop notification chain listeners by Ido Schimmel · 3 years, 4 months ago
  87. 83688ae net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.c by Mianhan Liu · 3 years, 4 months ago
  88. 07b8556 net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.c by Mianhan Liu · 3 years, 4 months ago
  89. c595b12 net/ipv4/syncookies.c: remove superfluous header files from syncookies.c by Mianhan Liu · 3 years, 4 months ago
  90. bea7145 net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_core.c by Mianhan Liu · 3 years, 4 months ago
  91. cc80721 netfilter: iptable_raw: drop bogus net_init annotation by Florian Westphal · 3 years, 4 months ago
  92. 85c6988 net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c by Mianhan Liu · 3 years, 4 months ago
  93. 222a314 net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.c by Mianhan Liu · 3 years, 4 months ago
  94. ffa66f1 net/ipv4/route.c: remove superfluous header files from route.c by Mianhan Liu · 3 years, 4 months ago
  95. 563f23b nexthop: Fix division by zero while replacing a resilient group by Ido Schimmel · 3 years, 4 months ago
  96. db9c8e2 NET: IPV4: fix error "do not initialise globals to 0" by wangzhitong · 3 years, 4 months ago
  97. d198b27 Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"" by Eric Dumazet · 3 years, 4 months ago
  98. 4f884f3 tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() by zhenggy · 3 years, 4 months ago
  99. e50e711 udp_tunnel: Fix udp_tunnel_nic work-queue type by Aya Levin · 3 years, 4 months ago
  100. d7807a9 Revert "ipv4: fix memory leaks in ip_cmsg_send() callers" by Yajun Deng · 3 years, 4 months ago