1. 8ed1dc4 ipv4: introduce hardened ip_no_pmtu_disc mode by Hannes Frederic Sowa · 11 years ago
  2. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  3. 482fc60 ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Hannes Frederic Sowa · 11 years ago
  4. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  5. 1a2c618 tcp: Remove TCPCT by Christoph Paasch · 11 years ago
  6. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 12 years ago
  7. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  8. ba3f7f0 ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. by David S. Miller · 12 years ago
  9. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  10. 80d0a69 ipv4: Add helper inet_csk_update_pmtu(). by David S. Miller · 12 years ago
  11. 1ed5c48 net: Remove checks for dst_ops->redirect being NULL. by David S. Miller · 12 years ago
  12. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  13. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 12 years ago
  14. c72e118 inet: makes syn_ack_timeout mandatory by Eric Dumazet · 12 years ago
  15. f541fb7 dccp: fix bug in sequence number validation during connection setup by Samuel Jero · 12 years ago
  16. 898f735 dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb(). by David S. Miller · 13 years ago
  17. 525c646 dccp: fix error propagation in dccp_v4_connect by RongQing.Li · 13 years ago
  18. 918eb39 net: add missing bh_unlock_sock() calls by Eric Dumazet · 13 years ago
  19. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  20. 6bd023f ipv4: Make caller provide flowi4 key to inet_csk_route_req(). by David S. Miller · 13 years ago
  21. 0e73441 ipv4: Use inet_csk_route_child_sock() in DCCP and TCP. by David S. Miller · 13 years ago
  22. 2c42758 dccp: Use cork flow in dccp_v4_connect() by David S. Miller · 13 years ago
  23. f139016 dccp: Use flowi4->saddr in dccp_v4_connect() by David S. Miller · 13 years ago
  24. 91ab0b6 ipv4: Get route daddr from flow key in dccp_v4_connect(). by David S. Miller · 13 years ago
  25. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  26. 2d7192d ipv4: Sanitize and simplify ip_route_{connect,newports}() by David S. Miller · 13 years ago
  27. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  28. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  29. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  30. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  31. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  32. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  33. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  34. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 13 years ago
  35. dca8b08 ipv4: Rearrange how ip_route_newports() gets port keys. by David S. Miller · 13 years ago
  36. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  37. 093d282 tproxy: fix hash locking issue when using port redirection in __inet_inherit_port() by Balazs Scheidler · 14 years ago
  38. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  39. bb29624 inet: Remove unused send_check length argument by Herbert Xu · 14 years ago
  40. 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
  41. d14a0eb net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisation by Gerrit Renker · 14 years ago
  42. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  43. 9327f70 tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  44. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  45. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  46. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  47. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 15 years ago
  48. 3b401a8 inet: inet_connection_sock_af_ops const by Stephen Hemminger · 15 years ago
  49. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  50. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  51. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago
  52. d99a7bd dccp: Cleanup routines for feature negotiation by Gerrit Renker · 16 years ago
  53. ac75773 dccp: Per-socket initialisation of feature negotiation by Gerrit Renker · 16 years ago
  54. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  55. 9a1f27c inet_hashtables: Add inet_lookup_skb helpers by Arnaldo Carvalho de Melo · 16 years ago
  56. 410e27a This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" by Gerrit Renker · 16 years ago
  57. 7020838 dccp: Cleanup routines for feature negotiation by Gerrit Renker · 16 years ago
  58. 828755c dccp: Per-socket initialisation of feature negotiation by Gerrit Renker · 16 years ago
  59. 18e1d83 dccp: Fix incorrect length check for ICMPv4 packets by Wei Yongjun · 16 years ago
  60. d68f086 dccp: Fix sequence number check for ICMPv4 packets by Wei Yongjun · 16 years ago
  61. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  62. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  63. 7c73a6f mib: add net to IP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  64. dcfc23c mib: add struct net to ICMP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  65. fd54d71 inet: toss struct net initialization around by Pavel Emelyanov · 16 years ago
  66. ce4a7d0 inet{6}_request_sock: Init ->opt and ->pktopts in the constructor by Arnaldo Carvalho de Melo · 16 years ago
  67. 6079a46 dccp: Fix to handle short sequence numbers packet correctly by Wei Yongjun · 16 years ago
  68. 13f51d8 [DCCP]: Fix comment about control sockets. by Pavel Emelyanov · 16 years ago
  69. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  70. fc5f858 [NETNS][DCCPV4]: Enable DCCPv4 in net namespaces. by Pavel Emelyanov · 16 years ago
  71. b9901a8 [NETNS][DCCPV4]: Make per-net socket lookup. by Pavel Emelyanov · 16 years ago
  72. f548739 [NETNS][DCCPV4]: Use proper net to route the reset packet. by Pavel Emelyanov · 16 years ago
  73. b76c4b2 [NETNS][DCCPV4]: Actually create ctl socket on each net and use it. by Pavel Emelyanov · 16 years ago
  74. 7b1cffa [NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net. by Pavel Emelyanov · 16 years ago
  75. 72a2d61 [NETNS][DCCPV4]: Add dummy per-net operations. by Pavel Emelyanov · 16 years ago
  76. 028b027 [DCCP]: Fix skb->cb conflicts with IP by Patrick McHardy · 16 years ago
  77. 5677242 [NETNS]: Inet control socket should not hold a namespace. by Denis V. Lunev · 16 years ago
  78. eee4fe4 [INET]: Let inet_ctl_sock_create return sock rather than socket. by Denis V. Lunev · 16 years ago
  79. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 16 years ago
  80. 4f049b4 [DCCP]: dccp_v(4|6)_ctl_socket is leaked. by Denis V. Lunev · 16 years ago
  81. 7630f02 [DCCP]: Replace socket with sock for reset sending. by Denis V. Lunev · 16 years ago
  82. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 16 years ago
  83. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 16 years ago
  84. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  85. fd80eb9 [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. by Denis V. Lunev · 16 years ago
  86. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 16 years ago
  87. c67499c [NETNS]: Tcp-v4 sockets per-net lookup. by Pavel Emelyanov · 16 years ago
  88. f1b050b [NETNS]: Add namespace parameter to ip_route_output_flow. by Denis V. Lunev · 16 years ago
  89. 152da81 [INET]: Uninline the __inet_hash function. by Pavel Emelyanov · 17 years ago
  90. 8b81941 [DCCP]: Allow to parse options on Request Sockets by Gerrit Renker · 17 years ago
  91. c62cf5c [DCCP]: Use DEFINE_PROTO_INUSE infrastructure. by David S. Miller · 17 years ago
  92. 1238d08 [DCCP]: One more exemption from full sequence number checks by Gerrit Renker · 17 years ago
  93. fde2010 [DCCP]: Retrieve packet sequence number for error reporting by Gerrit Renker · 17 years ago
  94. 7131c6c [INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible. by Jean Delvare · 17 years ago
  95. 4a5409a [DCCP]: Twice the wrong reset code in receiving connection-Requests by Gerrit Renker · 17 years ago
  96. e356d37 [DCCP]: Factor out common code for generating Resets by Gerrit Renker · 17 years ago
  97. 9bf55cd [DCCP]: Sequence number wrap-around when sending reset by Gerrit Renker · 17 years ago
  98. c726187 [DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock() by Micah Gruber · 17 years ago
  99. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  100. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago