1. ce10500 tcp/dccp: fix ireq->pktopts race by Eric Dumazet · 9 years ago
  2. 5e0724d tcp/dccp: fix hashdance race for passive sessions by Eric Dumazet · 9 years ago
  3. f03f2e1 tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper by Eric Dumazet · 9 years ago
  4. 4bdc3d6 tcp/dccp: fix behavior of stale SYN_RECV request sockets by Eric Dumazet · 9 years ago
  5. a1a5344 tcp: avoid two atomic ops for syncookies by Eric Dumazet · 9 years ago
  6. 079096f tcp/dccp: install syn_recv requests into ehash table by Eric Dumazet · 9 years ago
  7. 0c27171 tcp/dccp: constify syn_recv_sock() method sock argument by Eric Dumazet · 9 years ago
  8. f76b33c dccp: use inet6_csk_route_req() helper by Eric Dumazet · 9 years ago
  9. a00e744 tcp/dccp: constify send_synack and send_reset socket argument by Eric Dumazet · 9 years ago
  10. ea3bea3 tcp/dccp: constify rtx_synack() and friends by Eric Dumazet · 9 years ago
  11. b357a36 inet: fix possible panic in reqsk_queue_unlink() by Eric Dumazet · 9 years ago
  12. 52036a4 ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  13. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  14. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 10 years ago
  15. 77a6a47 ipv6: get rid of __inet6_hash() by Eric Dumazet · 10 years ago
  16. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 10 years ago
  17. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 10 years ago
  18. 3f66b08 inet: introduce ireq_family by Eric Dumazet · 10 years ago
  19. bd337c5 ipv6: add missing ireq_net & ir_cookie initializations by Eric Dumazet · 10 years ago
  20. 870c315 ipv6: introduce tcp_v6_iif() by Eric Dumazet · 10 years ago
  21. a224772 ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted() by Eric Dumazet · 10 years ago
  22. 476eab8 net: remove inet6_reqsk_alloc by Octavian Purdila · 10 years ago
  23. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  24. 93b36cf ipv6: support IPV6_PMTU_INTERFACE on sockets by Hannes Frederic Sowa · 11 years ago
  25. ce7a3bd ipv6: do not erase dst address with flow label destination by Florent Fourcot · 11 years ago
  26. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  27. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  28. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  29. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  30. bd784a1 net:dccp: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
  31. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 12 years ago
  32. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 12 years ago
  33. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  34. 35ad9b9 ipv6: Add helper inet6_csk_update_pmtu(). by David S. Miller · 12 years ago
  35. 1ed5c48 net: Remove checks for dst_ops->redirect being NULL. by David S. Miller · 12 years ago
  36. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  37. 0979e46 dccp: remove unnecessary codes in ipv6.c by RongQing.Li · 12 years ago
  38. 81aded2 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  39. 7604adc ipv6: dccp: dont drop packet but consume it by Eric Dumazet · 12 years ago
  40. c72e118 inet: makes syn_ack_timeout mandatory by Eric Dumazet · 12 years ago
  41. f541fb7 dccp: fix bug in sequence number validation during connection setup by Samuel Jero · 13 years ago
  42. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  43. b903d32 ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  44. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  45. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  46. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  47. 1958b85 net: Put fl6_* macros to struct flowi6 and use them again. by David S. Miller · 14 years ago
  48. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 14 years ago
  49. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 14 years ago
  50. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  51. 68d0c6d ipv6: Consolidate route lookup sequences. by David S. Miller · 14 years ago
  52. 3b193ad dccp: newdp is declared/assigned but never be used by Hagen Paul Pfeifer · 14 years ago
  53. 093d282 tproxy: fix hash locking issue when using port redirection in __inet_inherit_port() by Balazs Scheidler · 14 years ago
  54. 20c59de ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option by Arnaud Ebalard · 14 years ago
  55. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  56. bb29624 inet: Remove unused send_check length argument by Herbert Xu · 14 years ago
  57. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  58. d14a0eb net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation by Gerrit Renker · 15 years ago
  59. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  60. 9327f70 tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  61. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  62. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  63. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  64. b301e82 IPv6: use ipv6_addr_set_v4mapped() by Brian Haley · 15 years ago
  65. 5708e86 net: constify remaining proto_ops by Alexey Dobriyan · 15 years ago
  66. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  67. 3b401a8 inet: inet_connection_sock_af_ops const by Stephen Hemminger · 15 years ago
  68. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  69. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  70. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  71. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago
  72. d99a7bd dccp: Cleanup routines for feature negotiation by Gerrit Renker · 16 years ago
  73. ac75773 dccp: Per-socket initialisation of feature negotiation by Gerrit Renker · 16 years ago
  74. 944f750 dccp: Port redirection support for DCCP by Gerrit Renker · 16 years ago
  75. e41b536 ipv6: added net argument to ICMP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  76. 9a1f27c inet_hashtables: Add inet_lookup_skb helpers by Arnaldo Carvalho de Melo · 16 years ago
  77. 410e27a This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" by Gerrit Renker · 16 years ago
  78. 7020838 dccp: Cleanup routines for feature negotiation by Gerrit Renker · 16 years ago
  79. 828755c dccp: Per-socket initialisation of feature negotiation by Gerrit Renker · 16 years ago
  80. 860239c dccp: Add check for truncated ICMPv6 DCCP error packets by Wei Yongjun · 16 years ago
  81. e0bcfb0 dccp: Add check for sequence number in ICMPv6 message by Wei Yongjun · 16 years ago
  82. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  83. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  84. ca12a1a inet: prepare net on the stack for NET accounting macros by Pavel Emelyanov · 16 years ago
  85. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  86. ce4a7d0 inet{6}_request_sock: Init ->opt and ->pktopts in the constructor by Arnaldo Carvalho de Melo · 16 years ago
  87. e56d8b8 [INET]: Drop the inet_inherit_port() call. by Pavel Emelyanov · 16 years ago
  88. 13f51d8 [DCCP]: Fix comment about control sockets. by Pavel Emelyanov · 16 years ago
  89. 671a1c7 [NETNS][DCCPV6]: Make per-net socket lookup. by Pavel Emelyanov · 16 years ago
  90. 334527d [NETNS][DCCPV6]: Actually create ctl socket on each net and use it. by Pavel Emelyanov · 16 years ago
  91. 0204774 [NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct net. by Pavel Emelyanov · 16 years ago
  92. 8231bd2 [NETNS][DCCPV6]: Add dummy per-net operations. by Pavel Emelyanov · 16 years ago
  93. 68d1859 [NETNS][DCCPV6]: Don't pass NULL to ip6_dst_lookup. by Pavel Emelyanov · 16 years ago
  94. 5677242 [NETNS]: Inet control socket should not hold a namespace. by Denis V. Lunev · 16 years ago
  95. eee4fe4 [INET]: Let inet_ctl_sock_create return sock rather than socket. by Denis V. Lunev · 16 years ago
  96. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 16 years ago
  97. 4f049b4 [DCCP]: dccp_v(4|6)_ctl_socket is leaked. by Denis V. Lunev · 16 years ago
  98. 7630f02 [DCCP]: Replace socket with sock for reset sending. by Denis V. Lunev · 16 years ago
  99. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 16 years ago
  100. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 16 years ago