1. e68fb962 soreuseport: initialise timewait reuseport field by Eric Dumazet · 6 years ago
  2. f3438bc timers, net/ipv4/inet: Initialize connection request timers as pinned by Thomas Gleixner · 8 years ago
  3. 614bdd4 tcp: must block bh in __inet_twsk_hashdance() by Eric Dumazet · 8 years ago
  4. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  5. ed2e923 tcp/dccp: fix timewait races in timer handling by Eric Dumazet · 9 years ago
  6. dbe7faa inet: inet_twsk_deschedule factorization by Eric Dumazet · 9 years ago
  7. fc01538f inet: simplify timewait refcounting by Eric Dumazet · 9 years ago
  8. 216f8bb tcp/dccp: tw_timer_handler() is static by Eric Dumazet · 9 years ago
  9. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 9 years ago
  10. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  11. 738e6d3 inet: add a schedule point in inet_twsk_purge() by Eric Dumazet · 9 years ago
  12. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 9 years ago
  13. 33cf7c9 net: add real socket cookies by Eric Dumazet · 9 years ago
  14. 05dbc7b tcp/dccp: remove twchain by Eric Dumazet · 11 years ago
  15. 96f817f tcp: shrink tcp6_timewait_sock by one cache line by Eric Dumazet · 11 years ago
  16. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  17. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  18. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  19. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  20. 66b13d9 ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  21. 91035f0 tcp: fix inet_twsk_deschedule() by Eric Dumazet · 13 years ago
  22. 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
  23. 2a8875e [PATCH] tcp: documents timewait refcnt tricks by Eric Dumazet · 14 years ago
  24. 3cdaeda tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 14 years ago
  25. 47e1c32 tcp: fix a timewait refcnt race by Eric Dumazet · 14 years ago
  26. 13475a3 tcp: connect() race with timewait reuse by Eric Dumazet · 14 years ago
  27. b099ce2 net: Batch inet_twsk_purge by Eric W. Biederman · 14 years ago
  28. 575f4cd net: Use rcu lookups in inet_twsk_purge. by Eric W. Biederman · 14 years ago
  29. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  30. f373b53 tcp: replace ehash_size by ehash_mask by Eric Dumazet · 15 years ago
  31. 80a1096 tcp: fix premature termination of FIN_WAIT2 time-wait sockets by Octavian Purdila · 15 years ago
  32. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  33. 9e337b0 net: annotate inet_timewait_sock bitfields by Vegard Nossum · 16 years ago
  34. 4dbc8ef net: Make inet_twsk_put similar to sock_put by Arnaldo Carvalho de Melo · 15 years ago
  35. 9db66bd net: convert TCP/DCCP ehash rwlocks to spinlocks by Eric Dumazet · 16 years ago
  36. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago
  37. f5715ae ipv4: Implement IP_TRANSPARENT socket option by KOVACS Krisztian · 16 years ago
  38. d315492 netns : fix kernel panic in timewait socket destruction by Daniel Lezcano · 16 years ago
  39. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  40. f2bf415 mib: add net to NET_ADD_STATS_BH by Pavel Emelyanov · 16 years ago
  41. 7f635ab inet: add struct net argument to inet_bhashfn by Pavel Emelyanov · 16 years ago
  42. cd5342d [NETNS]: Add netns refcnt debug for timewait buckets. by Denis V. Lunev · 16 years ago
  43. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 16 years ago
  44. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  45. 8d9f174 [NETNS][IPV6] tcp - assign the netns for timewait sockets by Daniel Lezcano · 16 years ago
  46. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 16 years ago
  47. 7054fb9 [INET]: Uninline the inet_twsk_put function. by Pavel Emelyanov · 16 years ago
  48. 95c9382 [INET]: Use BUILD_BUG_ON in inet_timewait_sock.c checks by Pavel Emelyanov · 16 years ago
  49. 230140c [INET]: Remove per bucket rwlock in tcp/dccp ehash table. by Eric Dumazet · 17 years ago
  50. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  51. acd159b [INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() static by Adrian Bunk · 17 years ago
  52. dbca9b275 [NET]: change layout of ehash table by Eric Dumazet · 17 years ago
  53. 2685b26 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  54. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 17 years ago
  55. 905eee0 [TCP] inet_twdr_hangman: Delete unnecessary memory barrier(). by David S. Miller · 17 years ago
  56. e16aa20 [NET]: Memory barrier cleanups by Ralf Baechle · 17 years ago
  57. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  58. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  59. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 18 years ago
  60. eeb2b85 [TWSK]: Grab the module refcount for timewait sockets by Arnaldo Carvalho de Melo · 19 years ago
  61. 81c3d54 [INET]: speedup inet (tcp/dccp) lookups by Eric Dumazet · 19 years ago
  62. 696ab2d [TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_sock.c by Arnaldo Carvalho de Melo · 19 years ago
  63. d8c97a9 [NET]: Export symbols needed by the current DCCP code by Arnaldo Carvalho de Melo · 19 years ago
  64. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  65. c676270 [INET_TWSK]: Introduce inet_twsk_alloc by Arnaldo Carvalho de Melo · 19 years ago
  66. e48c414 [INET]: Generalise the TCP sock ID lookup routines by Arnaldo Carvalho de Melo · 19 years ago