1. 564737f Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  2. 7fdb61b net: sch: prio: Add offload ability to PRIO qdisc by Nogah Frankel · 8 years ago
  3. d584527 net: Cap number of queues even with accel_priv by Alexander Duyck · 8 years ago
  4. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  5. 8c2e6c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 8 years ago
  6. cbd0a6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. ce4bb04 Fix a leak in socket(2) when we fail to allocate a file descriptor. by Al Viro · 8 years ago
  8. f8253df net: sch: red: Change offloaded xstats to be incremental by Nogah Frankel · 8 years ago
  9. ccc12b1 ipv6: sr: fix TLVs not being copied using setsockopt by Mathieu Xhonneux · 8 years ago
  10. 862c03e ipv6: fix possible mem leaks in ipv6_make_skb() by Eric Dumazet · 8 years ago
  11. 809a79e tcp: make local function tcp_recv_timestamp static by Wei Yongjun · 8 years ago
  12. 78bbb15 8021q: fix a memory leak for VLAN 0 device by Cong Wang · 8 years ago
  13. 398958a ipv6: Add support for non-equal-cost multipath by Ido Schimmel · 8 years ago
  14. 3d709f6 ipv6: Use hash-threshold instead of modulo-N by Ido Schimmel · 8 years ago
  15. 7696c06 ipv6: Use a 31-bit multipath hash by Ido Schimmel · 8 years ago
  16. d7dedee ipv6: Calculate hash thresholds for IPv6 nexthops by Ido Schimmel · 8 years ago
  17. b0d55b5 caif_usb: use strlcpy() instead of strncpy() by Xiongfeng Wang · 8 years ago
  18. 65d51f2 Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  19. c76f97c sctp: make use of pre-calculated len by Marcelo Ricardo Leitner · 8 years ago
  20. 5960cef sctp: add a ceiling to optlen in some sockopts by Marcelo Ricardo Leitner · 8 years ago
  21. 2e83acb sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events by Marcelo Ricardo Leitner · 8 years ago
  22. 661e4e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 8 years ago
  23. 82aaff2 net: free RX queue structures by Jakub Kicinski · 8 years ago
  24. 141b52a net: use the right variant of kfree by Jakub Kicinski · 8 years ago
  25. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 8 years ago
  26. eb929a9 tipc: improve poll() for group member socket by Jon Maloy · 8 years ago
  27. 232d07b tipc: improve groupcast scope handling by Jon Maloy · 8 years ago
  28. 8348500 tipc: add option to suppress PUBLISH events for pre-existing publications by Jon Maloy · 8 years ago
  29. d12d2e1 tipc: send out join messages as soon as new member is discovered by Jon Maloy · 8 years ago
  30. c2b22bc tipc: simplify group LEAVE sequence by Jon Maloy · 8 years ago
  31. 7ad32bc tipc: create group member event messages when they are needed by Jon Maloy · 8 years ago
  32. 0233493 tipc: adjustment to group member FSM by Jon Maloy · 8 years ago
  33. 4ea5dab tipc: let group member stay in JOINED mode if unable to reclaim by Jon Maloy · 8 years ago
  34. 8d5dee2 tipc: a couple of cleanups by Jon Maloy · 8 years ago
  35. 4512c43 ipv6: remove null_entry before adding default route by Wei Wang · 8 years ago
  36. 20b50d7 net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg() by Nicolai Stange · 8 years ago
  37. 37e2d99 ethtool: Ensure new ring parameters are within bounds during SRINGPARAM by Eugenia Emantayev · 8 years ago
  38. 3dc2fa47 net: caif: use strlcpy() instead of strncpy() by Xiongfeng Wang · 8 years ago
  39. 709af18 ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_table by Colin Ian King · 8 years ago
  40. b8fd082 net: core: fix module type in sock_diag_bind by Andrii Vladyka · 8 years ago
  41. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  42. c5a9f6f net/core: Add drop counters to VF statistics by Eugenia Emantayev · 8 years ago
  43. ef7f8ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  44. f4803f1 net: tipc: remove unused hardirq.h by Yang Shi · 8 years ago
  45. 419091f net: ovs: remove unused hardirq.h by Yang Shi · 8 years ago
  46. 373372b net: caif: remove unused hardirq.h by Yang Shi · 8 years ago
  47. 9f0e896 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  48. 23fe846 l2tp: adjust comments about L2TPv3 offsets by Guillaume Nault · 8 years ago
  49. b6c5734 sctp: fix the handling of ICMP Frag Needed for too small MTUs by Marcelo Ricardo Leitner · 8 years ago
  50. cc35c3d sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled by Marcelo Ricardo Leitner · 8 years ago
  51. c8c9aeb tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertions by Stefano Brivio · 8 years ago
  52. 54dc3e3 net: ipv6: Allow connect to linklocal address from socket bound to vrf by David Ahern · 8 years ago
  53. f998b6b netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_exit() by Jozsef Kadlecsik · 8 years ago
  54. 4750005 netfilter: ipset: Fix "don't update counters" mode when counters used at the matching by Jozsef Kadlecsik · 8 years ago
  55. c045337 netfilter: ipset: use swap macro instead of _manually_ swapping values by Gustavo A. R. Silva · 8 years ago
  56. a3c90f7a netfilter: nf_tables: flow offload expression by Pablo Neira Ayuso · 8 years ago
  57. 7c23b62 netfilter: flow table support for the mixed IPv4/IPv6 family by Pablo Neira Ayuso · 8 years ago
  58. 0995210 netfilter: flow table support for IPv6 by Pablo Neira Ayuso · 8 years ago
  59. 97add9f netfilter: flow table support for IPv4 by Pablo Neira Ayuso · 8 years ago
  60. ac2a666 netfilter: add generic flow table infrastructure by Pablo Neira Ayuso · 8 years ago
  61. 3b49e2e netfilter: nf_tables: add flow table netlink frontend by Pablo Neira Ayuso · 8 years ago
  62. 9096401 netfilter: nf_conntrack: add IPS_OFFLOAD status bit by Pablo Neira Ayuso · 8 years ago
  63. 0befd06 netfilter: nf_tables: remove nft_dereference() by Pablo Neira Ayuso · 8 years ago
  64. a7f87b4 netfilter: remove defensive check on malformed packets from raw sockets by Pablo Neira Ayuso · 8 years ago
  65. f6931f5 netfilter: meta: secpath support by Florian Westphal · 8 years ago
  66. b3a6125 netfilter: remove struct nf_afinfo and its helper functions by Pablo Neira Ayuso · 8 years ago
  67. 4643562 netfilter: remove route_key_size field in struct nf_afinfo by Pablo Neira Ayuso · 8 years ago
  68. ce388f4 netfilter: move reroute indirection to struct nf_ipv6_ops by Pablo Neira Ayuso · 8 years ago
  69. 3f87c08 netfilter: move route indirection to struct nf_ipv6_ops by Pablo Neira Ayuso · 8 years ago
  70. 7db9a51 netfilter: remove saveroute indirection in struct nf_afinfo by Pablo Neira Ayuso · 8 years ago
  71. f7dcbe2 netfilter: move checksum_partial indirection to struct nf_ipv6_ops by Pablo Neira Ayuso · 8 years ago
  72. ef71fe2 netfilter: move checksum indirection to struct nf_ipv6_ops by Pablo Neira Ayuso · 8 years ago
  73. 625c556 netfilter: connlimit: split xt_connlimit into front and backend by Florian Westphal · 8 years ago
  74. c2f9eaf netfilter: nf_tables: remove hooks from family definition by Pablo Neira Ayuso · 8 years ago
  75. c974a3a3 netfilter: nf_tables: remove multihook chains and families by Pablo Neira Ayuso · 8 years ago
  76. 12355d3 netfilter: nf_tables_inet: don't use multihook infrastructure anymore by Pablo Neira Ayuso · 8 years ago
  77. cb7ccd8 netfilter: core: support for NFPROTO_INET hook registration by Pablo Neira Ayuso · 8 years ago
  78. 3025940 netfilter: core: pass family as parameter to nf_remove_net_hook() by Pablo Neira Ayuso · 8 years ago
  79. 62a0fe4 netfilter: core: pass hook number, family and device to nf_find_hook_list() by Pablo Neira Ayuso · 8 years ago
  80. 3d3cdc3 netfilter: core: add nf_remove_net_hook by Pablo Neira Ayuso · 8 years ago
  81. 408070d netfilter: nf_tables: add nft_set_is_anonymous() helper by Pablo Neira Ayuso · 8 years ago
  82. 7a4473a netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path by Pablo Neira Ayuso · 8 years ago
  83. fa45a76 netfilter: nf_tables_arp: don't set forward chain by Pablo Neira Ayuso · 8 years ago
  84. 84ba7dd netfilter: nf_tables: reject nat hook registration if prio is before conntrack by Florian Westphal · 8 years ago
  85. f92b40a netfilter: core: only allow one nat hook per hook point by Florian Westphal · 8 years ago
  86. 03d13b6 netfilter: xtables: add and use xt_request_find_table_lock by Florian Westphal · 8 years ago
  87. 2a95183 netfilter: don't allocate space for arp/bridge hooks unless needed by Florian Westphal · 8 years ago
  88. bb4badf netfilter: don't allocate space for decnet hooks unless needed by Florian Westphal · 8 years ago
  89. ef57170 netfilter: reduce hook array sizes to what is needed by Florian Westphal · 8 years ago
  90. b0f3833 netfilter: reduce size of hook entry point locations by Florian Westphal · 8 years ago
  91. 8c873e2 netfilter: core: free hooks with call_rcu by Florian Westphal · 8 years ago
  92. 26888df netfilter: core: remove synchronize_net call if nfqueue is used by Florian Westphal · 8 years ago
  93. 4e645b4 netfilter: core: make nf_unregister_net_hooks simple wrapper again by Florian Westphal · 8 years ago
  94. ca9b014 netfilter: nf_conntrack_h323: Remove unwanted comments. by Varsha Rao · 8 years ago
  95. a778a15 netfilter: ipset: add resched points during set listing by Florian Westphal · 8 years ago
  96. 49971b8 netfilter: ipset: use nfnl_mutex_is_locked by Florian Westphal · 8 years ago
  97. 6b3d933 netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hp by Gao Feng · 8 years ago
  98. 2c9e863 netfilter: conntrack: timeouts can be const by Florian Westphal · 8 years ago
  99. e8542dc netfilter: mark expected switch fall-throughs by Gustavo A. R. Silva · 8 years ago
  100. 9dae47a netfilter: conntrack: l4 protocol trackers can be const by Florian Westphal · 8 years ago