1. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  2. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  3. b4017c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  4. ecb9719 tcp: fix comment for tp->highest_sack by Neal Cardwell · 13 years ago
  5. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  6. efcdbf2 net: Disambiguate kernel message by Arun Sharma · 13 years ago
  7. a8afca0 tcp: md5: protects md5sig_info with RCU by Eric Dumazet · 13 years ago
  8. a915da9b tcp: md5: rcu conversion by Eric Dumazet · 13 years ago
  9. a2d9124 tcp: md5: remove obsolete md5_add() method by Eric Dumazet · 13 years ago
  10. 4acb419 net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL by Glauber Costa · 13 years ago
  11. ab56222 tcp: Replace constants with #define macros by Vijay Subramanian · 13 years ago
  12. 3dc43e3 per-netns ipv4 sysctl_tcp_mem by Glauber Costa · 13 years ago
  13. 180d8cd foundations of per-cgroup memory pressure controlling. by Glauber Costa · 13 years ago
  14. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  15. 6b5a5c0 tcp: do not scale TSO segment size with reordering degree by Neal Cardwell · 13 years ago
  16. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  17. 73cb88e net: make the tcp and udp file_operations for the /proc stuff const by Arjan van de Ven · 13 years ago
  18. 78d81d1 TCP: remove TCP_DEBUG by Flavio Leitner · 13 years ago
  19. 318cf7a tcp: md5: add more const attributes by Eric Dumazet · 13 years ago
  20. ca35a0e tcp: md5: dont write skb head in tcp_md5_hash_header() by Eric Dumazet · 13 years ago
  21. cf533ea tcp: add const qualifiers where possible by Eric Dumazet · 13 years ago
  22. 4de075e tcp: rename tcp_skb_cb flags by Eric Dumazet · 13 years ago
  23. b82d1bb tcp: unalias tcp_skb_cb flags and ip_dsfield by Eric Dumazet · 13 years ago
  24. 7a269ff tcp: ECN blackhole should not force quickack mode by Eric Dumazet · 13 years ago
  25. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  26. e05c82d tcp: fix build error if !CONFIG_SYN_COOKIES by Eric Dumazet · 13 years ago
  27. 765cf99 tcp: md5: remove one indirection level in tcp_md5sig_pool by Eric Dumazet · 13 years ago
  28. 946cedc tcp: Change possible SYN flooding messages by Eric Dumazet · 13 years ago
  29. 9ad7c04 tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side by Jerry Chu · 13 years ago
  30. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 14 years ago
  31. 7eb3852 tcp: Add reference to initial CWND ietf draft. by David S. Miller · 14 years ago
  32. 442b963 tcp: Increase the initial congestion window to 10. by David S. Miller · 14 years ago
  33. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  34. 356f039 TCP: increase default initial receive window. by Nandita Dukkipati · 14 years ago
  35. 4c306a9 net: kill unused macros by Shan Wei · 14 years ago
  36. bc2ce89 tcp: relax tcp_paws_check() by Eric Dumazet · 14 years ago
  37. dca9b24 net: kill unused macros from head file by Shan Wei · 14 years ago
  38. ccb7c41 timewait_sock: Create and use getpeer op. by David S. Miller · 14 years ago
  39. 3f419d2 inet: Turn ->remember_stamp into ->get_peer in connection AF ops. by David S. Miller · 14 years ago
  40. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  41. 1b9f409 tcp: tcp_enter_quickack_mode can be static by stephen hemminger · 14 years ago
  42. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  43. 01f83d6 tcp: Prevent overzealous packetization by SWS logic. by Alexey Kuznetsov · 14 years ago
  44. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  45. 3d5b99a TCP: update initial windows according to RFC 5681 by Gerrit Renker · 14 years ago
  46. 22b71c8 tcp/dccp: Consolidate common code for RFC 3390 conversion by Gerrit Renker · 14 years ago
  47. ad1af0f tcp: Combat per-cpu skew in orphan tests. by David S. Miller · 14 years ago
  48. f86586f tcp: sizeof struct tcp_skb_cb is 44 by Eric Dumazet · 14 years ago
  49. 7ba4291 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() by Changli Gao · 14 years ago
  50. 53d3176 net: cleanups by Changli Gao · 14 years ago
  51. 172d69e syncookies: add support for ECN by Florian Westphal · 14 years ago
  52. 8c76368 syncookies: check decoded options against sysctl settings by Florian Westphal · 14 years ago
  53. a3433f3 tcp: unify tcp flag macros by Changli Gao · 14 years ago
  54. a8b690f tcp: Fix slowness in read /proc/net/tcp by Tom Herbert · 14 years ago
  55. 6811d58 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  56. 35790c0 tcp: fix MD5 (RFC2385) support by Eric Dumazet · 14 years ago
  57. 6c37e5d TCP: avoid to send keepalive probes if receiving data by Flavio Leitner · 14 years ago
  58. aa2ea05 tcp: fix outsegs stat for TSO segments by Tom Herbert · 14 years ago
  59. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  60. bb29624 inet: Remove unused send_check length argument by Herbert Xu · 14 years ago
  61. c839d30 net: add scheduler sync hint to tcp_prequeue(). by Mike Galbraith · 14 years ago
  62. 7e38017 net: TCP thin dupack by Andreas Petlund · 15 years ago
  63. 36e31b0a net: TCP thin linear timeouts by Andreas Petlund · 15 years ago
  64. 5aa4b32 net: TCP thin-stream detection by Andreas Petlund · 15 years ago
  65. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 15 years ago
  66. 72659ec tcp: account SYN-ACK timeouts & retransmissions by Octavian Purdila · 15 years ago
  67. 31d1292 net: Add rtnetlink init_rcvwnd to set the TCP initial receive window by laurent chavey · 15 years ago
  68. 12d50c4 tcp: Remove check in __tcp_push_pending_frames by Krishna Kumar · 15 years ago
  69. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 15 years ago
  70. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  71. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  72. 2f7de57 tcp: Stalling connections: Move timeout calculation routine by Damian Lukowski · 15 years ago
  73. 07f29bc tcp: Stalling connections: Fix timeout calculation routine by Damian Lukowski · 15 years ago
  74. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  75. 8818a9d tcp: clear hints to avoid a stale one (nfs only affected?) by Ilpo Järvinen · 15 years ago
  76. 4957faade TCPCT part 1g: Responder Cookie => Initiator by William Allen Simpson · 15 years ago
  77. 435cf55 TCPCT part 1d: define TCP cookie option, extend existing struct's by William Allen Simpson · 15 years ago
  78. 519855c TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  79. da5c78c TCPCT part 1b: generate Responder Cookie secret by William Allen Simpson · 15 years ago
  80. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  81. bee7ca9 net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED by William Allen Simpson · 15 years ago
  82. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  83. 022c3f7 Allow tcp_parse_options to consult dst entry by Gilad Ben-Yossef · 15 years ago
  84. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  85. 0b6a05c tcp: fix ssthresh u16 leftover by Ilpo Järvinen · 15 years ago
  86. aa13307 tcp: replace hard coded GFP_KERNEL with sk_allocation by Wu Fengguang · 15 years ago
  87. 5152fc7 RTO connection timeout: coding style fixes and comments by Damian Lukowski · 15 years ago
  88. 6fa12c8 Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value. by Damian Lukowski · 15 years ago
  89. f1ecd5d Revert Backoff [v3]: Revert RTO on ICMP destination unreachable by Damian Lukowski · 15 years ago
  90. df19a62 tcp: keepalive cleanups by Eric Dumazet · 15 years ago
  91. e3afe7b tcp: Fix MD5 signature checking on IPv4 mapped sockets by John Dykstra · 15 years ago
  92. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. 7aedec2 tcp: tcp_prequeue() can use keyed wakeups by Eric Dumazet · 15 years ago
  94. f5f8d86 tcp: tcp_prequeue() cleanup by Eric Dumazet · 15 years ago
  95. 0c26689 tcp: Fix tcp_prequeue() to get correct rto_min value by Satoru SATOH · 15 years ago
  96. a0f82f6 syncookies: remove last_synq_overflow from struct tcp_sock by Florian Westphal · 15 years ago
  97. 797108d tcp: add helper for counter tweaking due mid-wq change by Ilpo Järvinen · 15 years ago
  98. 0c54b85 tcp: simplify tcp_current_mss by Ilpo Järvinen · 15 years ago
  99. c887e6d tcp: consolidate paws check by Ilpo Järvinen · 15 years ago
  100. ee7537b tcp: tcp_init_wl / tcp_update_wl argument cleanup by Hantzis Fotis · 15 years ago