1. a427932 Merge 4.9.134 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 6b2f36b inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  3. 4cded0a tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago
  4. 44a3afc Merge 4.9.63 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  5. 2af59c6 tcp/dccp: fix other lockdep splats accessing ireq_opt by Eric Dumazet · 7 years ago
  6. 2ffd261 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  7. d55e630 BACKPORT: net/tcp-fastopen: Add new API support by Wei Wang · 7 years ago
  8. 56ac42b ipv6: Allow request socks to contain IPv6 options. by Huw Davies · 8 years ago
  9. 6dd9a14 net: Allow accepted sockets to be bound to l3mdev domain by David Ahern · 8 years ago
  10. bd5eb35 xfrm: take care of request sockets by Eric Dumazet · 8 years ago
  11. 54abc68 net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid() by Eric Dumazet · 9 years ago
  12. a1a5344 tcp: avoid two atomic ops for syncookies by Eric Dumazet · 9 years ago
  13. 90c337d inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations by Eric Dumazet · 9 years ago
  14. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 9 years ago
  15. e49bb33 inet: uninline inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  16. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  17. adc17d6 inet: move ir_mark to fill a hole by Eric Dumazet · 9 years ago
  18. 13854e5 inet: add proper refcounting to request sock by Eric Dumazet · 9 years ago
  19. 3f66b08 inet: introduce ireq_family by Eric Dumazet · 9 years ago
  20. 1e2e011 inet: add rsk_refcnt/ireq_refcnt to request socks by Eric Dumazet · 9 years ago
  21. d34ac51 inet: add ireq_state field to inet_request_sock by Eric Dumazet · 9 years ago
  22. bd337c5 ipv6: add missing ireq_net & ir_cookie initializations by Eric Dumazet · 9 years ago
  23. 33cf7c9 net: add real socket cookies by Eric Dumazet · 9 years ago
  24. ad6f939 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 9 years ago
  25. c44d13d ip: IP cmsg cleanup by Tom Herbert · 9 years ago
  26. 224d019 ip: Move checksum convert defines to inet by Tom Herbert · 9 years ago
  27. 476eab8 net: remove inet6_reqsk_alloc by Octavian Purdila · 10 years ago
  28. 84f39b0 net: support marking accepting TCP sockets by Lorenzo Colitti · 10 years ago
  29. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  30. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  31. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  32. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  33. 5080546 inet: consolidate INET_TW_MATCH by Eric Dumazet · 11 years ago
  34. aa66158 ipv4: processing ancillary IP_TOS or IP_TTL by Francesco Fusco · 11 years ago
  35. 1fd5115 inet*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  36. 503b47e ipv4: remove is_data also from ip_options documentation. by Rami Rosen · 11 years ago
  37. 08dcdbf ipv6: use a stronger hash for tcp by Eric Dumazet · 11 years ago
  38. ce43b03 net: move inet_dport/inet_num in sock_common by Eric Dumazet · 11 years ago
  39. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  40. 5d299f3 net: ipv6: fix TCP early demux by Eric Dumazet · 12 years ago
  41. 54764bb ipv4: Restore old dst_free() behavior. by Eric Dumazet · 12 years ago
  42. 404e0a8 net: ipv4: fix RCU races on dst refcounts by Eric Dumazet · 12 years ago
  43. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  44. 3e12939 inet: Kill FLOWI_FLAG_PRECOW_METRICS. by David S. Miller · 12 years ago
  45. 4c507d2 net: implement IP_RECVTOS for IP_PKTOPTIONS by Jiri Benc · 12 years ago
  46. 76e2105 ipv4: Implement IP_UNICAST_IF socket option. by Erich E. Hoover · 12 years ago
  47. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 12 years ago
  48. ac8a481 ipv4: Save nexthop address of LSRR/SSRR option to IPCB. by Li Wei · 12 years ago
  49. 47670b7 ipv4: route non-local sources for raw socket by Julian Anastasov · 13 years ago
  50. bdc712b inet: Decrease overhead of on-stack inet_cork. by David S. Miller · 13 years ago
  51. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 13 years ago
  52. 1470ddf inet: Remove explicit write references to sk/inet in ip_append_data by Herbert Xu · 13 years ago
  53. a4daad6 net: Pre-COW metrics for TCP. by David S. Miller · 13 years ago
  54. 68835ab net: optimize INET input path further by Eric Dumazet · 13 years ago
  55. 1d7138d igmp: RCU conversion of in_dev->mc_list by Eric Dumazet · 14 years ago
  56. 7b2ff18 net - IP_NODEFRAG option for IPv4 socket by Jiri Olsa · 14 years ago
  57. c58dc01 net: Make RFS socket operations not be inet specific. by David S. Miller · 14 years ago
  58. 18f9f13 rps: inet_rps_save_rxhash() argument is not const by Eric Dumazet · 14 years ago
  59. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  60. d218d11 tcp: Generalized TTL Security Mechanism by Stephen Hemminger · 14 years ago
  61. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  62. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  63. 45e3ff8 net: annotate bitfields in struct inet_sock by Vegard Nossum · 16 years ago
  64. f771bef ipv4: New multicast-all socket option by Nivedita Singhvi · 15 years ago
  65. a3116ac5 tcp: Port redirection support for TCP by KOVACS Krisztian · 16 years ago
  66. 88ef4a5 tcp: Handle TCP SYN+ACK/ACK/RST transparency by KOVACS Krisztian · 16 years ago
  67. 1668e01 ipv4: Make inet_sock.h independent of route.h by KOVACS Krisztian · 16 years ago
  68. f5715ae ipv4: Implement IP_TRANSPARENT socket option by KOVACS Krisztian · 16 years ago
  69. 0b44191 netns: introduce the net_hash_mix "salt" for hashes by Pavel Emelyanov · 16 years ago
  70. 9f26b3a inet: add struct net argument to inet_ehashfn by Pavel Emelyanov · 16 years ago
  71. ce4a7d0 inet{6}_request_sock: Init ->opt and ->pktopts in the constructor by Arnaldo Carvalho de Melo · 16 years ago
  72. c8cdaf9 [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  73. ef72249 [IPV4]: Remove unused ip_options->is_data. by Denis V. Lunev · 16 years ago
  74. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  75. 7adc383 [TCP]: Improve ipv4 established hash function. by David S. Miller · 16 years ago
  76. fee9dee [UDP]: Make use of inet_iif() when doing socket lookups. by Vlad Yasevich · 17 years ago
  77. b3da2cf [INET]: Use jhash + random secret for ehash. by David S. Miller · 17 years ago
  78. fb99c84 [IPV4]: annotate inet_lookup() and friends by Al Viro · 18 years ago
  79. e11be94 [IPV4]: struct inet_request_sock annotations by Al Viro · 18 years ago
  80. 2816e12 [IPV4]: ports in struct inet_sock are net-endian by Al Viro · 18 years ago
  81. 3ca3c68 [IPV4]: struct ip_options annotations by Al Viro · 18 years ago
  82. adaf345 [IPV4]: annotate address in inet_request_sock by Al Viro · 18 years ago
  83. 011a926 [IPV4]: annotated ipv4 addresses in struct inet_sock by Al Viro · 18 years ago
  84. 1a01912 [INET]: Remove is_setbyuser patch by Louis Nyffenegger · 18 years ago
  85. 11a03f7 [NetLabel]: core network changes by Paul Moore · 18 years ago
  86. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  87. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago