1. e68fb962 soreuseport: initialise timewait reuseport field by Eric Dumazet · 6 years ago
  2. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. 8e5eb54 net: align sk_refcnt on 128 bytes boundary by Eric Dumazet · 9 years ago
  4. 8695a14 tcp/dccp: fix old style declarations by Raanan Avargil · 9 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. 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 9 years ago
  9. 33cf7c9 net: add real socket cookies by Eric Dumazet · 9 years ago
  10. 9fe516b inet: move ipv6only in sock_common by Eric Dumazet · 10 years ago
  11. 1d13a96 ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT by Florent Fourcot · 10 years ago
  12. a5bb202 netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabled by Randy Dunlap · 11 years ago
  13. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 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. 5080546 inet: consolidate INET_TW_MATCH by Eric Dumazet · 11 years ago
  17. 1fd5115 inet*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  18. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  19. ce43b03 net: move inet_dport/inet_num in sock_common by Eric Dumazet · 11 years ago
  20. f943cbe inet: remove rcu protection on tw_net by Eric Dumazet · 12 years ago
  21. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  22. 4ec65b8 net: inet_timewait_sock doesnt need <linux/module.h> by Paul Gortmaker · 13 years ago
  23. b903d32 ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  24. 66b13d9 ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  25. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  26. 68835ab net: optimize INET input path further by Eric Dumazet · 13 years ago
  27. 7ec75c5 net: suppress RCU lockdep false positive in twsk_net() by Paul E. McKenney · 14 years ago
  28. 3cdaeda tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 14 years ago
  29. 13475a3 tcp: connect() race with timewait reuse by Eric Dumazet · 14 years ago
  30. b099ce2 net: Batch inet_twsk_purge by Eric W. Biederman · 14 years ago
  31. cfadf85 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  32. abf90cc net: Fix struct inet_timewait_sock bitfield annotation by Eric Dumazet · 15 years ago
  33. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  34. 9e337b0 net: annotate inet_timewait_sock bitfields by Vegard Nossum · 16 years ago
  35. 3ab5aee net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls by Eric Dumazet · 16 years ago
  36. f5715ae ipv4: Implement IP_TRANSPARENT socket option by KOVACS Krisztian · 16 years ago
  37. d315492 netns : fix kernel panic in timewait socket destruction by Daniel Lezcano · 16 years ago
  38. f5aa23f [NETNS]: Compilation warnings under CONFIG_NET_NS. by Denis V. Lunev · 16 years ago
  39. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  40. ad8bb78 [INET_TIMEWAIT_SOCK]: Reorganize struct inet_timewait_sock to save some bytes by Arnaldo Carvalho de Melo · 16 years ago
  41. 7054fb9 [INET]: Uninline the inet_twsk_put function. by Pavel Emelyanov · 16 years ago
  42. 07feaeb [NET]: Add a network namespace parameter to struct sock by Eric W. Biederman · 17 years ago
  43. acd159b [INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() static by Adrian Bunk · 17 years ago
  44. 187f5f84 [INET]: twcal_jiffie should be unsigned long, not int by Eric Dumazet · 17 years ago
  45. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 17 years ago
  46. 42b6785 [NET]: Introduce protocol-specific destructor for time-wait sockets. by YOSHIFUJI Hideaki · 18 years ago
  47. 8210323 [IPV4]: inet_rcv_saddr() annotations by Al Viro · 18 years ago
  48. 23f33c2 [IPV4]: struct inet_timewait_sock annotations by Al Viro · 18 years ago
  49. 5047f09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  50. da753be [NET]: use hlist_unhashed() by Akinobu Mita · 18 years ago
  51. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  52. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  53. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 18 years ago
  54. 0fa1a53 [IPV6]: Introduce inet6_timewait_sock by Arnaldo Carvalho de Melo · 18 years ago
  55. eeb2b85 [TWSK]: Grab the module refcount for timewait sockets by Arnaldo Carvalho de Melo · 19 years ago
  56. 81c3d54 [INET]: speedup inet (tcp/dccp) lookups by Eric Dumazet · 19 years ago
  57. 696ab2d [TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_sock.c by Arnaldo Carvalho de Melo · 19 years ago
  58. 295ff7e [TIMEWAIT]: Introduce inet_timewait_death_row by Arnaldo Carvalho de Melo · 19 years ago
  59. c676270 [INET_TWSK]: Introduce inet_twsk_alloc by Arnaldo Carvalho de Melo · 19 years ago
  60. e48c414 [INET]: Generalise the TCP sock ID lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  61. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago