1. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  2. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  3. 2c7d3da net/tcp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  4. 05255b8 tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive by Eric Dumazet · 7 years ago
  5. 93ab6cc tcp: implement mmap() for zero copy receive by Eric Dumazet · 7 years ago
  6. d136184 tcp: fix SO_RCVLOWAT and RCVBUF autotuning by Eric Dumazet · 7 years ago
  7. d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  8. aac3fc3 bpf: Post-hooks for sys_bind by Andrey Ignatov · 7 years ago
  9. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  10. 3679d58 net: Introduce __inet_bind() and __inet6_bind by Andrey Ignatov · 7 years ago
  11. 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
  12. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  13. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
  14. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  15. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  16. ca25c30 ip_rt_ioctl(): take copyin to caller by Al Viro · 8 years ago
  17. 03aef17 devinet_ioctl(): take copyin/copyout to caller by Al Viro · 8 years ago
  18. e3f2c4a ip: do not set RFS core on error queue reads by Soheil Hassas Yeganeh · 7 years ago
  19. 563e0bb net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepoint by Yafang Shao · 7 years ago
  20. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  21. fcfd6df ipv4: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  22. 4371384 ipv4: Namespaceify tcp_fastopen_key knob by Haishuang Yan · 7 years ago
  23. dd00059 ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once by Haishuang Yan · 7 years ago
  24. e1cfcbe ipv4: Namespaceify tcp_fastopen knob by Haishuang Yan · 7 years ago
  25. a8e3bb3 net: Add comment that early_demux can change via sysctl by David Ahern · 7 years ago
  26. 0315793 Revert "ipv4: make net_protocol const" by David Ahern · 7 years ago
  27. aa8db49 ipv4: make net_protocol const by Bhumika Goyal · 7 years ago
  28. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. 1714020 igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  30. 93b1b31 ipv4: Introduce ipip_offload_init helper function. by Tonghao Zhang · 7 years ago
  31. 306b13e proto_ops: Add locked held versions of sendmsg and sendpage by Tom Herbert · 7 years ago
  32. 880388a net: Remove all references to SKB_GSO_UDP. by David S. Miller · 7 years ago
  33. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  34. 77d4b1d net: ping: do not abuse udp_poll() by Eric Dumazet · 8 years ago
  35. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  36. 9b83e03 ipv4: Don't pass IP fragments to upper layer GRO handlers. by Steffen Klassert · 8 years ago
  37. dddb64b net: Add sysctl to toggle early demux for tcp and udp by subashab@codeaurora.org · 8 years ago
  38. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  39. 294acf1 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 8 years ago
  40. 5f11416 net: Add a skb_gro_flush_final helper. by Steffen Klassert · 8 years ago
  41. 3979ad7 net/tcp-fastopen: make connect()'s return case more consistent with non-TFO by Willy Tarreau · 8 years ago
  42. 19f6d3f net/tcp-fastopen: Add new API support by Wei Wang · 8 years ago
  43. 4548b68 Introduce a sysctl that modifies the value of PROT_SOCK. by Krister Johansen · 8 years ago
  44. 1946e67 ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob by Haishuang Yan · 8 years ago
  45. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  46. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. 61023658 bpf: Add new cgroup attach type to enable sock modifications by David Ahern · 8 years ago
  48. a510887 GSO: Reload iph after pskb_may_pull by Arnaldo Carvalho de Melo · 8 years ago
  49. 14135f3 inet: fix sleeping inside inet_wait_for_connect() by WANG Cong · 8 years ago
  50. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  51. 07b26c9 gso: Support partial splitting at the frag_list pointer by Steffen Klassert · 8 years ago
  52. 3203558 tcp: Set read_sock and peek_len proto_ops by Tom Herbert · 8 years ago
  53. cebc5cb net-tcp: retire TFO_SERVER_WO_SOCKOPT2 config by Yuchung Cheng · 8 years ago
  54. d3fc035 ipv4: af_inet: make it explicitly non-modular by Paul Gortmaker · 8 years ago
  55. 049bbf5 ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n by Ezequiel Garcia · 9 years ago
  56. b8921ca ip4ip6: Support for GSO/GRO by Tom Herbert · 9 years ago
  57. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
  58. 5c7cdf33 gso: Remove arbitrary checks for unsupported GSO by Tom Herbert · 9 years ago
  59. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 9 years ago
  60. 1530545 GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values by Alexander Duyck · 9 years ago
  61. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 9 years ago
  62. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 9 years ago
  63. 627d2d6 udp: enable MSG_PEEK at non-zero offset by samanthakumar · 9 years ago
  64. 3ba9d30 net: ipv4: Fix truncated timestamp returned by inet_current_timestamp() by Deepa Dinamani · 9 years ago
  65. fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 9 years ago
  66. b8cba75 ipip: Properly mark ipip GRO packets as encapsulated. by Jesse Gross · 9 years ago
  67. 822c868 net: ipv4: Convert IP network timestamps to be y2038 safe by Deepa Dinamani · 9 years ago
  68. 287b7f3 ipv4: Namespacify ip_dynaddr sysctl knob by Nikolay Borisov · 9 years ago
  69. 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
  70. 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 9 years ago
  71. 3236b00 net: Replace vrf_dev_table and friends by David Ahern · 9 years ago
  72. 0536fcc tcp: prepare fastopen code for upcoming listener changes by Eric Dumazet · 9 years ago
  73. f6c5333 net: only check perm protocol when register proto by Junwei Zhang · 9 years ago
  74. 9b8ff51 net: Make table id type u32 by David Ahern · 9 years ago
  75. d1bfc62 ipv4: fix 32b build by Madalin Bucur · 9 years ago
  76. 80ec192 ipv4: Fix 32-bit build. by David S. Miller · 9 years ago
  77. c4c6bc3 net: Introduce helper functions to get the per cpu data by Raghavendra K T · 9 years ago
  78. dc028da inet: Move VRF table lookup to inlined function by David Ahern · 9 years ago
  79. 30bbaa1 net: Fix up inet_addr_type checks by David Ahern · 9 years ago
  80. 045a0fa ip_tunnel: Call ip_tunnel_core_init() from inet_init() by Thomas Graf · 9 years ago
  81. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  82. dfea2aa tcp: Do not call tcp_fastopen_reset_cipher from interrupt context by Christoph Paasch · 10 years ago
  83. 90c337d inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations by Eric Dumazet · 10 years ago
  84. 07f4c90 tcp/dccp: try to not exhaust ip_local_port_range in connect() by Eric Dumazet · 10 years ago
  85. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 10 years ago
  86. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  87. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
  88. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  89. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  90. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  91. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 10 years ago
  92. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 10 years ago
  93. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  94. f4713a3 net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks by Willem de Bruijn · 10 years ago
  95. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  96. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  97. 1e16aa3 net: gso: use feature flag argument in all protocol gso handlers by Florian Westphal · 10 years ago
  98. 2c804d0 ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive() by Eric Dumazet · 10 years ago
  99. 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
  100. 9667e9b ipip: Add gro callbacks to ipip offload by Tom Herbert · 10 years ago