1. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  2. 27cd545 filter: introduce SKF_AD_VLAN_TPID BPF extension by Michal Sekletar · 9 years ago
  3. ff40217 ipv6: fix sparse warnings in privacy stable addresses generation by Hannes Frederic Sowa · 9 years ago
  4. ed3e852 tipc: fix compile error when IPV6=m and TIPC=y by Ying Xue · 9 years ago
  5. 66400d5 net: allow to delete a whole device group by WANG Cong · 9 years ago
  6. 610600c tipc: validate length of sockaddr in connect() for dgram/rdm by Sasha Levin · 9 years ago
  7. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  8. 1855b7c ipv6: introduce idgen_delay and idgen_retries knobs by Hannes Frederic Sowa · 9 years ago
  9. 5f40ef7 ipv6: do retries on stable privacy addresses by Hannes Frederic Sowa · 9 years ago
  10. 8e8e676 ipv6: collapse state_lock and lock by Hannes Frederic Sowa · 9 years ago
  11. 64236f3 ipv6: introduce IFA_F_STABLE_PRIVACY flag by Hannes Frederic Sowa · 9 years ago
  12. 622c81d ipv6: generation of stable privacy addresses for link-local and autoconf by Hannes Frederic Sowa · 9 years ago
  13. 3d1bec9 ipv6: introduce secret_stable to ipv6_devconf by Hannes Frederic Sowa · 9 years ago
  14. 6d02294 tipc: Use default rhashtable hashfn by Herbert Xu · 9 years ago
  15. 11b58ba netlink: Use default rhashtable hashfn by Herbert Xu · 9 years ago
  16. 40451fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  17. 682f048 af_packet: pass checksum validation status to the user by Alexander Drozdov · 9 years ago
  18. 68c2e5d af_packet: make tpacket_rcv to not set status value before run_filter by Alexander Drozdov · 9 years ago
  19. c697366 inet: fix double request socket freeing by Fan Du · 9 years ago
  20. b6f15f8 fib_trie: Fix regression in handling of inflate/halve failure by Alexander Duyck · 9 years ago
  21. 443b599 net: Move the comment about unsettable socket-level options to default clause and update its reference. by YOSHIFUJI Hideaki/吉藤英明 · 9 years ago
  22. 52036a4 ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  23. 85645ba ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  24. 2215089 ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  25. 26e3736 ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  26. b282705 net: convert syn_wait_lock to a spinlock by Eric Dumazet · 9 years ago
  27. 8b929ab inet: remove some sk_listener dependencies by Eric Dumazet · 9 years ago
  28. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 9 years ago
  29. 2b41fab inet: cache listen_sock_qlen() and read rskq_defer_accept once by Eric Dumazet · 9 years ago
  30. 558d51f switchdev: fix stp update API to work with layered netdevices by Roopa Prabhu · 9 years ago
  31. 08b4b8e net: clear skb->priority when forwarding to another netns by WANG Cong · 9 years ago
  32. 0345f93 net: socket: add support for async operations by tadeusz.struk@intel.com · 9 years ago
  33. c0e41fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  34. e35158e netfilter: ip6t_REJECT: check for IP6T_F_PROTO by Pablo Neira Ayuso · 9 years ago
  35. 55df35d netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval sets by Patrick McHardy · 9 years ago
  36. 16c45ed netfilter: nft_rbtree: fix locking by Patrick McHardy · 9 years ago
  37. 8d04516 netfilter: bridge: kill nf_bridge_pad by Florian Westphal · 9 years ago
  38. 749177c netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is set by Pablo Neira Ayuso · 9 years ago
  39. 8f2ddaa netlink: Remove netlink_compare_arg.trailer by Herbert Xu · 9 years ago
  40. 8da8646 net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state. by YOSHIFUJI Hideaki/吉藤英明 · 9 years ago
  41. c6f1507 net: dsa: make NET_DSA manually selectable from the config by Mathieu Olivari · 9 years ago
  42. d3593b5 Revert "selinux: add a skb_owned_by() hook" by Eric Dumazet · 9 years ago
  43. a8cb5f5 act_bpf: add initial eBPF support for actions by Daniel Borkmann · 9 years ago
  44. 94caee8 ebpf: add sched_act_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  45. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  46. 4de930e net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfrom by Al Viro · 9 years ago
  47. 91edd09 net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour by Catalin Marinas · 9 years ago
  48. 6cca7289 tipc: Use inlined rhashtable interface by Herbert Xu · 9 years ago
  49. fa37732 netfilter: Convert nft_hash to inlined rhashtable by Herbert Xu · 9 years ago
  50. c428ecd netlink: Move namespace into hash key by Herbert Xu · 9 years ago
  51. 0b8c707 ebpf, filter: do not convert skb->protocol to host endianess during runtime by Daniel Borkmann · 9 years ago
  52. c4a6853 ipv6: invert join/leave anycast rtnl/socket locking order by Marcelo Ricardo Leitner · 9 years ago
  53. d22e153 tcp: fix tcp fin memory accounting by Josh Hunt · 9 years ago
  54. 73ba57b ipv6: fix backtracking for throw routes by Steven Barth · 9 years ago
  55. 8e199df ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_fragment by Sabrina Dubroca · 9 years ago
  56. becb74f net: increase sk_[max_]ack_backlog by Eric Dumazet · 9 years ago
  57. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 9 years ago
  58. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 9 years ago
  59. 3d8c6dc netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check() by Pablo Neira Ayuso · 9 years ago
  60. 446981e tipc: fix build issue when building without IPv6 by Marcelo Ricardo Leitner · 9 years ago
  61. 970282d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  62. 47226fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  63. f2f8036 tipc: add support for connect() on dgram/rdm sockets by Erik Hugne · 9 years ago
  64. 3bd88ee tipc: do not report -EHOSTUNREACH for failed local delivery by Erik Hugne · 9 years ago
  65. 18d6c58 tipc: remove redundant call to tipc_node_remove_conn by Erik Hugne · 9 years ago
  66. ea6edfb mac802154: fix typo in header guard by Nicolas Iooss · 9 years ago
  67. 4017a7e netfilter: restore rule tracing via nfnetlink_log by Pablo Neira Ayuso · 10 years ago
  68. af61576 bridge: add ageing_time, stp_state, priority over netlink by Jörg Thalheim · 9 years ago
  69. 99c4a26 net: Fix high overhead of vlan sub-device teardown. by David S. Miller · 9 years ago
  70. 738e6d3 inet: add a schedule point in inet_twsk_purge() by Eric Dumazet · 9 years ago
  71. db24a90 net: add support for phys_port_name by David Ahern · 9 years ago
  72. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  73. baf606d ipv4,ipv6: grab rtnl before locking the socket by Marcelo Ricardo Leitner · 9 years ago
  74. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 9 years ago
  75. b4d6444 inet: get rid of last __inet_hash_connect() argument by Eric Dumazet · 9 years ago
  76. 77a6a47 ipv6: get rid of __inet6_hash() by Eric Dumazet · 9 years ago
  77. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 9 years ago
  78. 5b441f7 net: introduce sk_ehashfn() helper by Eric Dumazet · 9 years ago
  79. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 9 years ago
  80. 822b3b2 net: Add max rate tx queue attribute by John Fastabend · 9 years ago
  81. 446c89a tipc: Use rhashtable max/min_size instead of max/min_shift by Herbert Xu · 9 years ago
  82. b06eee5 netlink: Use rhashtable max_size instead of max_shift by Herbert Xu · 9 years ago
  83. ffdb210 netfilter: nf_tables: consolidate error path of nf_tables_newtable() by Pablo Neira Ayuso · 9 years ago
  84. 1ca9e41 netfilter: Remove uses of seq_<foo> return values by Joe Perches · 9 years ago
  85. 63511f6d Bluetooth: Fix potential NULL dereference in SMP channel setup by Marcel Holtmann · 9 years ago
  86. ced585c act_bpf: allow non-default TC_ACT opcodes as BPF exec outcome by Daniel Borkmann · 9 years ago
  87. 2b9bb7f tipc: withdraw tipc topology server name when namespace is deleted by Ying Xue · 9 years ago
  88. 8460504 tipc: fix a potential deadlock when nametable is purged by Ying Xue · 9 years ago
  89. 76100a8 tipc: fix netns refcnt leak by Ying Xue · 9 years ago
  90. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 9 years ago
  91. e3d95ad inet: avoid fastopen lock for regular accept() by Eric Dumazet · 9 years ago
  92. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 9 years ago
  93. 4e9a578 inet: add rsk_listener field to struct request_sock by Eric Dumazet · 9 years ago
  94. e49bb33 inet: uninline inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  95. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  96. 7970ddc tcp: uninline tcp_oow_rate_limited() by Eric Dumazet · 9 years ago
  97. 1bfc443 tcp: move tcp_openreq_init() to tcp_input.c by Eric Dumazet · 9 years ago
  98. a940700 netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  99. 8b58014 netfilter: tproxy: prepare TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  100. a839923 netfilter: use sk_fullsock() helper by Eric Dumazet · 9 years ago