1. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  3. 3174fed net: skb_condense() can also deal with empty skbs by Eric Dumazet · 8 years ago
  4. 17bedab bpf: xdp: Allow head adjustment in XDP prog by Martin KaFai Lau · 8 years ago
  5. c8c8b12 udp: under rx pressure, try to condense skbs by Eric Dumazet · 8 years ago
  6. 13bfff2 net: rfs: add a jump label by Eric Dumazet · 8 years ago
  7. 972d387 flow dissector: ICMP support by Simon Horman · 8 years ago
  8. a297569 net/udp: do not touch skb->peeked unless really needed by Eric Dumazet · 8 years ago
  9. 1afaf66 bpf: remove type arg from __is_valid_{,xdp_}access by Daniel Borkmann · 8 years ago
  10. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  11. 12efa1f net_sched: gen_estimator: account for timer drifts by Eric Dumazet · 8 years ago
  12. 6af2d5f netns: fix net_generic() "id - 1" bloat by Alexey Dobriyan · 8 years ago
  13. 9bfc7b9 netns: add dummy struct inside "struct net_generic" by Alexey Dobriyan · 8 years ago
  14. 1a9a059 netns: publish net_generic correctly by Alexey Dobriyan · 8 years ago
  15. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  16. b98b0bc net: avoid signed overflows for SO_{SND|RCV}BUFFORCE by Eric Dumazet · 8 years ago
  17. aa4c103 bpf: Add support for reading socket family, type, protocol by David Ahern · 8 years ago
  18. 61023658 bpf: Add new cgroup attach type to enable sock modifications by David Ahern · 8 years ago
  19. 25429d7 tcp: allow to turn tcp timestamp randomization off by Florian Westphal · 8 years ago
  20. 95a22ca tcp: randomize tcp timestamp offsets for each connection by Florian Westphal · 8 years ago
  21. 83a1a1a sock: reset sk_err for ICMP packets read from error queue by Soheil Hassas Yeganeh · 8 years ago
  22. 3a0af8f bpf: BPF for lightweight tunnel infrastructure by Thomas Graf · 8 years ago
  23. 6919756 net/rtnetlink: fix attribute name in nlmsg_size() comments by Tobias Klauser · 8 years ago
  24. 2934c9d rtnetlink: return the correct error code by Zhang Shengju · 8 years ago
  25. 18502ac neigh: remove duplicate check for same neigh by Zhang Shengju · 8 years ago
  26. 85de857 bpf, xdp: allow to pass flags to dev_change_xdp_fd by Daniel Borkmann · 8 years ago
  27. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  28. c491680 bpf: reuse dev_is_mac_header_xmit for redirect by Daniel Borkmann · 8 years ago
  29. 8eb4adf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  30. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. 8006f6b net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGS by Miroslav Lichvar · 8 years ago
  32. f52dffe net: properly flush delay-freed skbs by Eric Dumazet · 8 years ago
  33. c11cd3a net: filter: run cgroup eBPF ingress programs by Daniel Mack · 8 years ago
  34. 0e33661 bpf: add new prog type for cgroup socket filtering by Daniel Mack · 8 years ago
  35. 4b65246 ethtool: Protect {get, set}_phy_tunable with PHY device mutex by Florian Fainelli · 8 years ago
  36. 59bfde0 devlink: Add E-Switch inline mode control by Roi Dayan · 8 years ago
  37. 3df5b3c net: Add net-device param to the get offloaded stats ndo by Or Gerlitz · 8 years ago
  38. f8071cd tcp: enhance tcp_collapse_retrans() with skb_shift() by Eric Dumazet · 8 years ago
  39. 93af205 rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit() by Zhang Shengju · 8 years ago
  40. 6b22648 flowcache: Increase threshold for refusing new allocations by Miroslav Urbanek · 8 years ago
  41. c9b8af1 flow_dissect: call init_default_flow_dissectors() earlier by Eric Dumazet · 8 years ago
  42. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  43. 3f0ae05 rtnl: fix the loop index update error in rtnl_dump_ifinfo() by Zhang Shengju · 8 years ago
  44. e0d7924 net: make struct napi_alloc_cache::skb_count unsigned int by Alexey Dobriyan · 8 years ago
  45. f82ef3e rtnetlink: fix FDB size computation by Sabrina Dubroca · 8 years ago
  46. 65feddd ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunable by Raju Lakkaraju · 8 years ago
  47. 968ad9d ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE by Raju Lakkaraju · 8 years ago
  48. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  49. cfc44a4 net: check dead netns for peernet2id_alloc() by WANG Cong · 8 years ago
  50. 89c4b44 netpoll: more efficient locking by Eric Dumazet · 8 years ago
  51. 364b605 net: busy-poll: return busypolling status to drivers by Eric Dumazet · 8 years ago
  52. 217f697 net: busy-poll: allow preemption in sk_busy_loop() by Eric Dumazet · 8 years ago
  53. b3cfaa3 rtnetlink: fix rtnl message size computation for XDP by Sabrina Dubroca · 8 years ago
  54. 7e75f74 rtnetlink: fix rtnl_vfinfo_size by Sabrina Dubroca · 8 years ago
  55. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  56. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  57. 34fad54 net: __skb_flow_dissect() must cap its return value by Eric Dumazet · 8 years ago
  58. 4e3264d bpf: Fix bpf_redirect to an ipip/ip6tnl dev by Martin KaFai Lau · 8 years ago
  59. 149d6ad net: napi_hash_add() is no longer exported by Eric Dumazet · 8 years ago
  60. 6c8702c ipv6: sr: add support for SRH encapsulation and injection with lwtunnels by David Lebrun · 8 years ago
  61. f567e95 rtnl: reset calcit fptr in rtnl_unregister() by Mathias Krause · 8 years ago
  62. d61d072 net-gro: avoid reorders by Eric Dumazet · 8 years ago
  63. a4fc1bf net/flowcache: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  64. f0bf90d net/dev: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  65. 35b8073 net: core: add missing check for uid_range in rule_exists. by Lorenzo Colitti · 8 years ago
  66. f5f9930 sock: do not set sk_err in sock_dequeue_err_skb by Soheil Hassas Yeganeh · 8 years ago
  67. 1159708 net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue len by Jesper Dangaard Brouer · 8 years ago
  68. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  69. 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  70. 86741ec net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
  71. c3f24cf dccp: do not release listeners too soon by Eric Dumazet · 8 years ago
  72. 4f2e4ad net: mangle zero checksum in skb_checksum_help() by Eric Dumazet · 8 years ago
  73. e551c32 net: clear sk_err_soft in sk_clone_lock() by Eric Dumazet · 8 years ago
  74. 184c449 net: Add support for XPS with QoS via traffic classes by Alexander Duyck · 8 years ago
  75. 6234f87 net: Refactor removal of queues from XPS map and apply on num_tc changes by Alexander Duyck · 8 years ago
  76. 8d059b0 net: Add sysfs value to determine queue traffic class by Alexander Duyck · 8 years ago
  77. 9cf1f6a net: Move functions for configuring traffic classes out of inline headers by Alexander Duyck · 8 years ago
  78. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  80. 46b5ab1 net: dev: Fix non-RCU based lower dev walker by David Ahern · 8 years ago
  81. b917783 flow_dissector: __skb_get_hash_symmetric arg can be const by Florian Westphal · 8 years ago
  82. 104ba78 packet: on direct_xmit, limit tso and csum to supported devices by Willem de Bruijn · 8 years ago
  83. 002d8a1 net: skip genenerating uevents for network namespaces that are exiting by Andrey Vagin · 8 years ago
  84. bc72f3d flow_dissector: fix vlan tag handling by Arnd Bergmann · 8 years ago
  85. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  86. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  87. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  88. 6edf101 devlink: Prevent port_type_set() callback when it's not needed by Elad Raz · 8 years ago
  89. 7281a66 net: allow to kill a task which waits net_mutex in copy_new_ns by Andrey Vagin · 8 years ago
  90. 2d0e30c bpf: add helper for retrieving current numa node id by Daniel Borkmann · 8 years ago
  91. f8c3bf0 net/socket: factor out helpers for memory and queue manipulation by Paolo Abeni · 8 years ago
  92. 2a73306 netns: revert "netns: avoid disabling irq for netns id" by Paul Moore · 8 years ago
  93. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  94. e4961b0 net: core: Correctly iterate over lower adjacency list by Ido Schimmel · 8 years ago
  95. 3805a93 flow_dissector: Check skb for VLAN only if skb specified. by Eric Garver · 8 years ago
  96. 41ee9c5 soreuseport: do not export reuseport_add_sock() by Eric Dumazet · 8 years ago
  97. 67b62f9 net: dev: Improve debug statements for adjacency tracking by David Ahern · 8 years ago
  98. 0f524a8 net: Add warning if any lower device is still in adjacency list by David Ahern · 8 years ago
  99. f1170fd net: Remove all_adj_list and its references by David Ahern · 8 years ago
  100. 1a3f060 net: Introduce new api for walking upper and lower devices by David Ahern · 8 years ago