1. a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 9 years ago
  2. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. 7716682 tcp/dccp: fix another race at listener dismantle by Eric Dumazet · 9 years ago
  4. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 9 years ago
  5. 496611d inet: create IPv6-equivalent inet_hash function by Craig Gallek · 9 years ago
  6. 9cf7490 tcp: do not drop syn_recv on all icmp reports by Eric Dumazet · 9 years ago
  7. d55f90b net: drop tcp_memcontrol.c by Vladimir Davydov · 9 years ago
  8. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
  9. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  10. 3e4006f ipv6: tcp: add rcu locking in tcp_v6_send_synack() by Eric Dumazet · 9 years ago
  11. 271c3b9 tcp: honour SO_BINDTODEVICE for TW_RST case too by Florian Westphal · 9 years ago
  12. e46787f tcp: send_reset: test for non-NULL sk first by Florian Westphal · 9 years ago
  13. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  14. c1e64e2 net: diag: Support destroying TCP sockets. by Lorenzo Colitti · 9 years ago
  15. 5037e9e net: fix IP early demux races by Eric Dumazet · 9 years ago
  16. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  17. 6bd4f35 ipv6: kill sk_dst_lock by Eric Dumazet · 9 years ago
  18. 7450aaf tcp: suppress too verbose messages in tcp_send_ack() by Eric Dumazet · 9 years ago
  19. 45f6fad ipv6: add complete rcu protection around np->opt by Eric Dumazet · 9 years ago
  20. 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
  21. 49a496c tcp: use correct req pointer in tcp_move_syn() calls by Eric Dumazet · 9 years ago
  22. 805c4bc tcp: fix req->saved_syn race by Eric Dumazet · 9 years ago
  23. ce10500 tcp/dccp: fix ireq->pktopts race by Eric Dumazet · 9 years ago
  24. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  25. dc6ef6b tcp: do not set queue_mapping on SYNACK by Eric Dumazet · 9 years ago
  26. f03f2e1 tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper by Eric Dumazet · 9 years ago
  27. 4bdc3d6 tcp/dccp: fix behavior of stale SYN_RECV request sockets by Eric Dumazet · 9 years ago
  28. ed53d0a net: shrink struct sock and request_sock by 8 bytes by Eric Dumazet · 9 years ago
  29. e994b2f tcp: do not lock listener to process SYN packets by Eric Dumazet · 9 years ago
  30. ca6fb06 tcp: attach SYNACK messages to request sockets instead of listener by Eric Dumazet · 9 years ago
  31. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  32. aa3a0c8 tcp: get_openreq[46]() changes by Eric Dumazet · 9 years ago
  33. ba8e275 tcp: cleanup tcp_v[46]_inbound_md5_hash() by Eric Dumazet · 9 years ago
  34. 38cb524 tcp: call sk_mark_napi_id() on the child, not the listener by Eric Dumazet · 9 years ago
  35. 5172393 tcp: fix tcp_v6_md5_do_lookup prototype by Eric Dumazet · 9 years ago
  36. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  37. f964629 tcp: constify tcp_v{4|6}_route_req() sock argument by Eric Dumazet · 9 years ago
  38. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  39. f76b33c dccp: use inet6_csk_route_req() helper by Eric Dumazet · 9 years ago
  40. 72ab4a8 tcp: remove tcp_rcv_state_process() tcp_hdr argument by Eric Dumazet · 9 years ago
  41. bda07a6 tcp: remove unused len argument from tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  42. a00e744 tcp/dccp: constify send_synack and send_reset socket argument by Eric Dumazet · 9 years ago
  43. 0f935dbe tcp: constify tcp_v{4|6}_send_synack() socket argument by Eric Dumazet · 9 years ago
  44. b83e3de tcp: md5: constify tcp_md5_do_lookup() socket argument by Eric Dumazet · 9 years ago
  45. b40cf18 tcp: constify listener socket in tcp_v[46]_init_req() by Eric Dumazet · 9 years ago
  46. d8ed625 tcp: factorize sk_txhash init by Eric Dumazet · 9 years ago
  47. 58d607d tcp: provide skb->hash to synack packets by Eric Dumazet · 9 years ago
  48. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  49. 3257d8b inet: fix possible request socket leak by Eric Dumazet · 9 years ago
  50. 877d1f6 net: Set sk_txhash from a random number by Tom Herbert · 9 years ago
  51. dbe7faa inet: inet_twsk_deschedule factorization by Eric Dumazet · 9 years ago
  52. a2f0fad tcp: tcp_v6_connect() cleanup by Eric Dumazet · 9 years ago
  53. 98da81a tcp: remove redundant checks II by Eric Dumazet · 9 years ago
  54. 12e25e1 tcp: remove redundant checks by Eric Dumazet · 9 years ago
  55. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 9 years ago
  56. fd0273d ipv6: Remove external dependency on rt6i_dst and rt6i_src by Martin KaFai Lau · 9 years ago
  57. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. 2efd055 tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info by Marcelo Ricardo Leitner · 9 years ago
  59. 21858cd tcp/ipv6: fix flow label setting in TIME_WAIT state by Florent Fourcot · 9 years ago
  60. b357a36 inet: fix possible panic in reqsk_queue_unlink() by Eric Dumazet · 9 years ago
  61. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 9 years ago
  62. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  64. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  65. 4ad19de net: tcp6: fix double call of tcp_v6_fill_cb() by Alexey Kodanev · 10 years ago
  66. 0144a81 tcp: fix ipv4 mapped request socks by Eric Dumazet · 10 years ago
  67. fd3a154 tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() by Eric Dumazet · 10 years ago
  68. 39f8e58 tcp: md5: remove request sock argument of calc_md5_hash() by Eric Dumazet · 10 years ago
  69. ff74e23 tcp: md5: input path is run under rcu protected sections by Eric Dumazet · 10 years ago
  70. d0c294c tcp: prevent fetching dst twice in early demux code by Michal Kubeček · 10 years ago
  71. 2215089 ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 10 years ago
  72. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  73. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 10 years ago
  74. 77a6a47 ipv6: get rid of __inet6_hash() by Eric Dumazet · 10 years ago
  75. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 10 years ago
  76. f7e4eb0 inet: ip early demux should avoid request sockets by Eric Dumazet · 10 years ago
  77. 16f8616 inet: fill request sock ir_iif for IPv4 by Eric Dumazet · 10 years ago
  78. 3f66b08 inet: introduce ireq_family by Eric Dumazet · 10 years ago
  79. d4f0687 inet: get_openreq4() & get_openreq6() do not need listener by Eric Dumazet · 10 years ago
  80. 8116441 net: tcp: add per route congestion control by Daniel Borkmann · 10 years ago
  81. 2dc49d1 tcp6: don't move IP6CB before xfrm6_policy_check() by Nicolas Dichtel · 10 years ago
  82. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. 0f85fea tcp: fix more NULL deref after prequeue changes by Eric Dumazet · 10 years ago
  84. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. c3658e8 tcp: fix possible NULL dereference in tcp_vX_send_reset() by Eric Dumazet · 10 years ago
  86. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  87. 3d97379 tcp: move sk_mark_napi_id() at the right place by Eric Dumazet · 10 years ago
  88. 9e7ceb0 net: fix saving TX flow hash in sock for outgoing connections by Sathya Perla · 10 years ago
  89. 870c315 ipv6: introduce tcp_v6_iif() by Eric Dumazet · 10 years ago
  90. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  91. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  92. 971f10e tcp: better TCP_SKB_CB layout to reduce cache line misses by Eric Dumazet · 10 years ago
  93. a224772 ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted() by Eric Dumazet · 10 years ago
  94. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  95. e11ecdd tcp: use TCP_SKB_CB(skb)->tcp_flags in input path by Eric Dumazet · 10 years ago
  96. ca777ef tcp: remove dst refcount false sharing for prequeue mode by Eric Dumazet · 10 years ago
  97. 04317da tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn by Eric Dumazet · 10 years ago
  98. 4fab907 tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() by Neal Cardwell · 10 years ago
  99. 9ea88a1 tcp: md5: check md5 signature without socket lock by Dmitry Popov · 10 years ago
  100. b73c3d0 net: Save TX flow hash in sock and set in skbuf on xmit by Tom Herbert · 10 years ago