1. 31484d5 mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6 by Geert Uytterhoeven · 5 years ago
  2. cec37a6 mptcp: Handle MP_CAPABLE options for outgoing connections by Peter Krystad · 5 years ago
  3. f870fa0 mptcp: Add MPTCP socket stubs by Mat Martineau · 5 years ago
  4. 35b2c32 tcp: Export TCP functions and ops struct by Mat Martineau · 5 years ago
  5. 6b102db net: Add device index to tcp_md5sig by David Ahern · 5 years ago
  6. dea53bb tcp: Add l3index to tcp_md5sig_key and md5 functions by David Ahern · 5 years ago
  7. d14c77e ipv6/tcp: Pass dif and sdif to tcp_v6_inbound_md5_hash by David Ahern · 5 years ago
  8. c4e85f7 net: ipv6: add net argument to ip6_dst_lookup_flow by Sabrina Dubroca · 5 years ago
  9. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  10. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  11. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  12. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  13. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  14. f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
  15. e9a5dce ipv6: tcp: provide sk->sk_priority to ctl packets by Eric Dumazet · 5 years ago
  16. 4f6570d ipv6: add priority parameter to ip6_xmit() by Eric Dumazet · 5 years ago
  17. 9349d60 tcp: add skb-less helpers to retrieve SYN cookie by Petar Penkov · 5 years ago
  18. 052e069 ipv6: tcp: fix flowlabels reflection for RST packets by Eric Dumazet · 6 years ago
  19. 59c820b ipv6: elide flowlabel check if no exclusive leases exist by Willem de Bruijn · 6 years ago
  20. a346abe ipv6: icmp: allow flowlabel reflection in echo replies by Eric Dumazet · 6 years ago
  21. d6fb396 ipv4: tcp: fix ACK/RST sent with a transmit delay by Eric Dumazet · 6 years ago
  22. a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
  23. c67b855 ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state by Eric Dumazet · 6 years ago
  24. 3920967 ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset() by Eric Dumazet · 6 years ago
  25. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. 50a8acc ipv6: tcp: send consistent flowlabel in TIME_WAIT state by Eric Dumazet · 6 years ago
  27. 323a53c ipv6: tcp: enable flowlabel reflection in some RST packets by Eric Dumazet · 6 years ago
  28. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  29. 97ff7ff net: use indirect calls helpers at early demux stage by Paolo Abeni · 6 years ago
  30. 0e219ae net: use indirect calls helpers for L3 handler hooks by Paolo Abeni · 6 years ago
  31. f5d5476 tcp: fix tcp_inet6_sk() for 32bit kernels by Eric Dumazet · 6 years ago
  32. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  33. 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
  34. 93a77c1 tcp: add tcp_inet6_sk() helper by Eric Dumazet · 6 years ago
  35. 89e4130 tcp: do not use ipv6 header for ipv4 flow by Eric Dumazet · 6 years ago
  36. 9946b34 tcp: clean up SOCK_DEBUG() by Yafang Shao · 6 years ago
  37. 31954cd tcp: Refactor pingpong code by Wei Wang · 6 years ago
  38. c2027d1 ipv6: Fix handling of LLA with VRF and sockets bound to VRF by David Ahern · 6 years ago
  39. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  40. 24b711e net/ipv6: Fix linklocal to global address with VRF by David Ahern · 6 years ago
  41. 4fd44a9 tcp: verify the checksum of the first data segment in a new connection by Frank van der Linden · 7 years ago
  42. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  43. 3d97d88 tcp: minor optimization around tcp_hdr() usage in receive path by Yafang Shao · 7 years ago
  44. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  45. 37d849b ipv{4,6}/tcp: simplify procfs registration by Christoph Hellwig · 7 years ago
  46. 0048369 tcp: Add mark for TIMEWAIT sockets by Jon Maxwell · 7 years ago
  47. d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  48. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  49. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  50. fef65a2 net: Convert tcpv6_net_ops by Kirill Tkhai · 7 years ago
  51. e0f9759 tcp: try to keep packet if SYN_RCV race is lost by Eric Dumazet · 7 years ago
  52. 5c487bb tcp: tracepoint: only call trace_tcp_send_reset with full socket by Song Liu · 7 years ago
  53. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  54. 54dc3e3 net: ipv6: Allow connect to linklocal address from socket bound to vrf by David Ahern · 7 years ago
  55. 986ffdf net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_store by Yafang Shao · 7 years ago
  56. 30791ac tcp md5sig: Use skb's saddr when replying to an incoming segment by Christoph Paasch · 7 years ago
  57. eeea10b tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb() by Eric Dumazet · 7 years ago
  58. 3016dad tcp: remove buggy call to tcp_v6_restore_cb() by Eric Dumazet · 7 years ago
  59. 356d183 tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem by Eric Dumazet · 7 years ago
  60. c24b14c tcp: add tracepoint trace_tcp_send_reset by Song Liu · 7 years ago
  61. 275757e6 ipv6: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  62. 1f3b359 tcp: fix a request socket leak by Eric Dumazet · 7 years ago
  63. a8e3bb3 net: Add comment that early_demux can change via sysctl by David Ahern · 7 years ago
  64. 98aaa91 tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg by Mike Maloney · 7 years ago
  65. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  66. d624d27 tcp: fix possible deadlock in TCP stack vs BPF filter by Eric Dumazet · 7 years ago
  67. 4297a0e net: ipv6: add second dif to inet6 socket lookups by David Ahern · 7 years ago
  68. 39294c3 Revert "ipv6: constify inet6_protocol structures" by Julia Lawall · 7 years ago
  69. e7942d0 tcp: remove prequeue support by Florian Westphal · 7 years ago
  70. 3a3a4e3 ipv6: constify inet6_protocol structures by Julia Lawall · 7 years ago
  71. e42e24c tcp: remove redundant argument from tcp_rcv_established() by Matvejchikov Ilya · 7 years ago
  72. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  73. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  74. 8fac365 tcp: Add a tcp_filter hook before handle ack packet by Chenbo Feng · 8 years ago
  75. 8917a77 tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefix by Ivan Delalande · 8 years ago
  76. 6797318 tcp: md5: add an address prefix for key lookup by Ivan Delalande · 8 years ago
  77. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  78. 384abed bpf: Remove duplicate tcp_filter hook in ipv6 by Chenbo Feng · 8 years ago
  79. 0604475 tcp: add TCPMemoryPressuresChrono counter by Eric Dumazet · 8 years ago
  80. 5d2ed05 tcp: Namespaceify sysctl_tcp_timestamps by Eric Dumazet · 8 years ago
  81. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  82. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  83. 83eadda ipv6/dccp: do not inherit ipv6_mc_list from parent by WANG Cong · 8 years ago
  84. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 84b114b tcp: randomize timestamps on syncookies by Eric Dumazet · 8 years ago
  86. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  87. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  88. e590745 tcp: Record Rx hash and NAPI ID in tcp_child_process by Alexander Duyck · 8 years ago
  89. dddb64b net: Add sysctl to toggle early demux for tcp and udp by subashab@codeaurora.org · 8 years ago
  90. 4396e46 tcp: remove tcp_tw_recycle by Soheil Hassas Yeganeh · 8 years ago
  91. d82bae1 tcp: remove per-destination timestamp cache by Soheil Hassas Yeganeh · 8 years ago
  92. 101c431 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  93. 45caeaa dccp/tcp: fix routing redirect race by Jon Maxwell · 8 years ago
  94. a30aad5 tcp: rename *_sequence_number() to *_seq_and_tsoff() by Alexey Kodanev · 8 years ago
  95. 00355fa tcp: setup timestamp offset when write_seq already set by Alexey Kodanev · 8 years ago
  96. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  97. 052d236 ipv6: Handle IPv4-mapped src to in6addr_any dst. by Jonathan T. Leighton · 8 years ago
  98. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  99. ebf6c9c ipv6: tcp: add a missing tcp_v6_restore_cb() by Eric Dumazet · 8 years ago
  100. 3541f9e tcp: add tcp_mss_clamp() helper by Eric Dumazet · 8 years ago