1. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  2. 5796254 net: Remove the member netns_ok by Yejune Deng · 3 years, 7 months ago
  3. b98b330 net: dccp: use net_generic storage by Florian Westphal · 3 years, 9 months ago
  4. ca5b877 Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years ago
  5. 01770a1 tcp: fix race condition when creating child sockets from syncookies by Ricardo Dias · 4 years, 1 month ago
  6. 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 3 months ago
  7. de033b7d ip: pass tos into ip_build_and_send_pkt() by Wei Wang · 4 years, 4 months ago
  8. 5463352 net: dccp: delete repeated words by Randy Dunlap · 4 years, 4 months ago
  9. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  10. b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  11. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
  12. d0b1101 net: dccp: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  13. 3d1e503 dccp: do not leak jiffies on the wire by Eric Dumazet · 5 years ago
  14. a904a06 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
  15. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  16. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  17. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  18. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  19. 2ab2ddd inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  20. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  21. f4335f5 net/dccp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  22. b855ff8 dccp: initialize ireq->ir_mark by Eric Dumazet · 7 years ago
  23. 06f877d tcp/dccp: fix other lockdep splats accessing ireq_opt by Eric Dumazet · 7 years ago
  24. c92e8c0 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  25. 3fa6f61 net: ipv4: add second dif to inet socket lookups by David Ahern · 7 years ago
  26. b7953d3 dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly by Xin Long · 7 years ago
  27. d5494ac dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_init by Xin Long · 8 years ago
  28. 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
  29. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  30. 45caeaa dccp/tcp: fix routing redirect race by Jon Maxwell · 8 years ago
  31. ec7cb62 net/dccp: fix use after free in tw_timer_handler() by Andrey Ryabinin · 8 years ago
  32. aa07884 inet: drop ->bind_conflict by Josef Bacik · 8 years ago
  33. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. 648f0c2 net/dccp: fix use-after-free in dccp_invalid_packet by Eric Dumazet · 8 years ago
  35. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. 6706a97 dccp: fix out of bound access in dccp_v4_err() by Eric Dumazet · 8 years ago
  37. c3f24cf dccp: do not release listeners too soon by Eric Dumazet · 8 years ago
  38. 5ea8ea2 tcp/dccp: drop SYN packets if accept queue is full by Eric Dumazet · 8 years ago
  39. 4f0c40d9 dccp: limit sk_filter trim to payload by Willem de Bruijn · 8 years ago
  40. 95556a8 dccp: avoid deadlock in dccp_v4_ctl_send_reset by Eric Dumazet · 8 years ago
  41. 7309f88 dccp: do not assume DCCP code is non preemptible by Eric Dumazet · 9 years ago
  42. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  43. b45386e net: rename IP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  44. 5d3848b net: rename ICMP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  45. aa62d76 dccp: rename DCCP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  46. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 9 years ago
  47. 3b24d85 tcp/dccp: do not touch listener sk_refcnt under synflood by Eric Dumazet · 9 years ago
  48. e316ea6 tcp/dccp: remove obsolete WARN_ON() in icmp handlers by Eric Dumazet · 9 years ago
  49. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 7716682 tcp/dccp: fix another race at listener dismantle by Eric Dumazet · 9 years ago
  51. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 9 years ago
  52. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  53. f03f2e1 tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper by Eric Dumazet · 9 years ago
  54. ef84d8c Revert "inet: fix double request socket freeing" by Eric Dumazet · 9 years ago
  55. 4bdc3d6 tcp/dccp: fix behavior of stale SYN_RECV request sockets by Eric Dumazet · 9 years ago
  56. a1a5344 tcp: avoid two atomic ops for syncookies by Eric Dumazet · 9 years ago
  57. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  58. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  59. a00e744 tcp/dccp: constify send_synack and send_reset socket argument by Eric Dumazet · 9 years ago
  60. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  61. b357a36 inet: fix possible panic in reqsk_queue_unlink() by Eric Dumazet · 10 years ago
  62. c697366 inet: fix double request socket freeing by Fan Du · 10 years ago
  63. 85645ba ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets by Eric Dumazet · 10 years ago
  64. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 10 years ago
  65. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  66. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 10 years ago
  67. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 10 years ago
  68. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 10 years ago
  69. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 10 years ago
  70. 16f8616 inet: fill request sock ir_iif for IPv4 by Eric Dumazet · 10 years ago
  71. 3f66b08 inet: introduce ireq_family by Eric Dumazet · 10 years ago
  72. bd337c5 ipv6: add missing ireq_net & ir_cookie initializations by Eric Dumazet · 10 years ago
  73. d77c555 net: fix CONFIG_NET_NS=n compilation by Eric Dumazet · 10 years ago
  74. 33cf7c9 net: add real socket cookies by Eric Dumazet · 10 years ago
  75. 54da7996 dccp: remove blank lines between function/EXPORT_SYMBOL by Fabian Frederick · 10 years ago
  76. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 11 years ago
  77. 8ed1dc4 ipv4: introduce hardened ip_no_pmtu_disc mode by Hannes Frederic Sowa · 11 years ago
  78. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  79. 482fc60 ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Hannes Frederic Sowa · 11 years ago
  80. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  81. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 12 years ago
  82. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 12 years ago
  83. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  84. ba3f7f0 ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. by David S. Miller · 12 years ago
  85. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  86. 80d0a69 ipv4: Add helper inet_csk_update_pmtu(). by David S. Miller · 12 years ago
  87. 1ed5c48 net: Remove checks for dst_ops->redirect being NULL. by David S. Miller · 12 years ago
  88. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  89. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 13 years ago
  90. c72e118 inet: makes syn_ack_timeout mandatory by Eric Dumazet · 13 years ago
  91. f541fb7 dccp: fix bug in sequence number validation during connection setup by Samuel Jero · 13 years ago
  92. 898f735 dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb(). by David S. Miller · 13 years ago
  93. 525c646 dccp: fix error propagation in dccp_v4_connect by RongQing.Li · 13 years ago
  94. 918eb39 net: add missing bh_unlock_sock() calls by Eric Dumazet · 13 years ago
  95. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  96. 6bd023f ipv4: Make caller provide flowi4 key to inet_csk_route_req(). by David S. Miller · 14 years ago
  97. 0e73441 ipv4: Use inet_csk_route_child_sock() in DCCP and TCP. by David S. Miller · 14 years ago
  98. 2c42758 dccp: Use cork flow in dccp_v4_connect() by David S. Miller · 14 years ago
  99. f139016 dccp: Use flowi4->saddr in dccp_v4_connect() by David S. Miller · 14 years ago
  100. 91ab0b6 ipv4: Get route daddr from flow key in dccp_v4_connect(). by David S. Miller · 14 years ago