1. dc6b9b7 net: include/net/sock.h cleanup by Eric Dumazet · 12 years ago
  2. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  3. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  4. 7604adc ipv6: dccp: dont drop packet but consume it by Eric Dumazet · 12 years ago
  5. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  6. c72e118 inet: makes syn_ack_timeout mandatory by Eric Dumazet · 12 years ago
  7. f541fb7 dccp: fix bug in sequence number validation during connection setup by Samuel Jero · 12 years ago
  8. 793734b dccp ccid-3: replace incorrect BUG_ON by Gerrit Renker · 12 years ago
  9. c899136 inet_diag: Rename inet_diag_req into inet_diag_req_v2 by Pavel Emelyanov · 12 years ago
  10. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 12 years ago
  11. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 12 years ago
  12. aec8dc6 sock_diag: Fix module netlink aliases by Pavel Emelyanov · 13 years ago
  13. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  14. 1942c51 inet_diag: Generalize inet_diag dump and get_exact calls by Pavel Emelyanov · 13 years ago
  15. 7b35ead inet_diag: Remove indirect sizeof from inet diag handlers by Pavel Emelyanov · 13 years ago
  16. f13c95f inet_diag: Switch from _GETSOCK to IPPROTO_ numbers by Pavel Emelyanov · 13 years ago
  17. 7f1fb60 inet_diag: Partly rename inet_ to sock_ by Pavel Emelyanov · 13 years ago
  18. d984e61 dccp: Fix compile warning in probe code. by David S. Miller · 13 years ago
  19. 898f735 dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb(). by David S. Miller · 13 years ago
  20. 6dec4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  21. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  22. 525c646 dccp: fix error propagation in dccp_v4_connect by RongQing.Li · 13 years ago
  23. e56c57d net: rename sk_clone to sk_clone_lock by Eric Dumazet · 13 years ago
  24. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  25. 918eb39 net: add missing bh_unlock_sock() calls by Eric Dumazet · 13 years ago
  26. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  27. d9b9384 net: add moduleparam.h for users of module_param/MODULE_PARM_DESC by Paul Gortmaker · 13 years ago
  28. b903d32 ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  29. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  30. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  31. d96a9e8 dccp ccid-2: check Ack Ratio when reducing cwnd by Samuel Jero · 13 years ago
  32. 0ce95dc7 dccp ccid-2: increment cwnd correctly by Samuel Jero · 13 years ago
  33. d346d88 dccp ccid-2: prevent cwnd > Sequence Window by Samuel Jero · 13 years ago
  34. 31daf03 dccp ccid-2: use feature-negotiation to report Ack Ratio changes by Gerrit Renker · 13 years ago
  35. a6444f4 dccp: send Confirm options only once by Samuel Jero · 13 years ago
  36. 44e6fd9 dccp: support for exchanging of NN options in established state 2/2 by Gerrit Renker · 13 years ago
  37. d6916f8 dccp: support for the exchange of NN options in established state 1/2 by Gerrit Renker · 13 years ago
  38. 113ced1 dccp ccid-2: Perform congestion-window validation by Gerrit Renker · 13 years ago
  39. 58fdea0 dccp ccid-2: Use existing function to test for data packets by Gerrit Renker · 13 years ago
  40. b4d5f4b dccp ccid-2: move rfc 3390 function into header file by Gerrit Renker · 13 years ago
  41. 1fd9d20 dccp: cosmetics of info message by Gerrit Renker · 13 years ago
  42. 8695e80 dccp: combine the functionality of enqeueing and cloning by Gerrit Renker · 13 years ago
  43. c0c2015 dccp: Clean up slow-path input processing by Gerrit Renker · 13 years ago
  44. 6bd023f ipv4: Make caller provide flowi4 key to inet_csk_route_req(). by David S. Miller · 13 years ago
  45. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  46. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 13 years ago
  47. 0e73441 ipv4: Use inet_csk_route_child_sock() in DCCP and TCP. by David S. Miller · 13 years ago
  48. 2c42758 dccp: Use cork flow in dccp_v4_connect() by David S. Miller · 13 years ago
  49. a294865 dccp: handle invalid feature options length by Dan Rosenberg · 13 years ago
  50. f139016 dccp: Use flowi4->saddr in dccp_v4_connect() by David S. Miller · 13 years ago
  51. 91ab0b6 ipv4: Get route daddr from flow key in dccp_v4_connect(). by David S. Miller · 13 years ago
  52. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  53. 2d7192d ipv4: Sanitize and simplify ip_route_{connect,newports}() by David S. Miller · 13 years ago
  54. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  55. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  56. 1958b85 net: Put fl6_* macros to struct flowi6 and use them again. by David S. Miller · 13 years ago
  57. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  58. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  59. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  60. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  61. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  62. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  63. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  64. 720dc34 dccp: fix oops on Reset after close by Gerrit Renker · 13 years ago
  65. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  66. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  67. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 13 years ago
  68. 68d0c6d ipv6: Consolidate route lookup sequences. by David S. Miller · 13 years ago
  69. 3b193ad dccp: newdp is declared/assigned but never be used by Hagen Paul Pfeifer · 13 years ago
  70. dca8b08 ipv4: Rearrange how ip_route_newports() gets port keys. by David S. Miller · 13 years ago
  71. 442b963 tcp: Increase the initial congestion window to 10. by David S. Miller · 13 years ago
  72. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  73. bfbb234 dccp: make upper bound for seq_window consistent on 32/64 bit by Gerrit Renker · 13 years ago
  74. 763dadd dccp: fix bug in updating the GSR by Samuel Jero · 13 years ago
  75. 2cf5be9 dccp: fix return value for sequence-invalid packets by Samuel Jero · 13 years ago
  76. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  77. b7ec19a dccp: remove unused macros by Shan Wei · 14 years ago
  78. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  79. 0491026 dccp qpolicy: Parameter checking of cmsg qpolicy parameters by Tomasz Grobelny · 14 years ago
  80. 871a2c1 dccp: Policy-based packet dequeueing infrastructure by Tomasz Grobelny · 14 years ago
  81. 0ac7887 dccp: fix error in updating the GAR by Gerrit Renker · 14 years ago
  82. f72f2f4 dccp ccid-2: whitespace fix-up by Gerrit Renker · 14 years ago
  83. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  84. c996d8b Docs/Kconfig: Update: osdl.org -> linuxfoundation.org by Michael Witten · 14 years ago
  85. 7e87fe8 dccp ccid-2: Separate option parsing from CCID processing by Gerrit Renker · 14 years ago
  86. 52394ee dccp ccid-2: Remove old infrastructure by Gerrit Renker · 14 years ago
  87. d83447f dccp ccid-2: Schedule Sync as out-of-band mechanism by Gerrit Renker · 14 years ago
  88. 1821946 dccp ccid-2: Consolidate Ack-Vector processing within main DCCP module by Gerrit Renker · 14 years ago
  89. 3802408 dccp ccid-2: Update code for the Ack Vector input/registration routine by Gerrit Renker · 14 years ago
  90. 5753fdf dccp ccid-2: Algorithm to update buffer state by Gerrit Renker · 14 years ago
  91. b3d14bf dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling by Gerrit Renker · 14 years ago
  92. 7d87093 dccp ccid-2: Separate internals of Ack Vectors from option-parsing code by Gerrit Renker · 14 years ago
  93. f17a37c dccp ccid-2: Ack Vector interface clean-up by Gerrit Renker · 14 years ago
  94. 1c0e0a0 dccp ccid-2: Stop polling by Gerrit Renker · 14 years ago
  95. b1fcf55 dccp: Refine the wait-for-ccid mechanism by Gerrit Renker · 14 years ago
  96. dc841e3 dccp: Extend CCID packet dequeueing interface by Gerrit Renker · 14 years ago
  97. fe84f41 dccp: Return-value convention of hc_tx_send_packet() by Gerrit Renker · 14 years ago
  98. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  99. 9941fb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  100. 093d282 tproxy: fix hash locking issue when using port redirection in __inet_inherit_port() by Balazs Scheidler · 14 years ago