1. 3a053b1 net: Fix spelling mistake "greater then" -> "greater than" by Gal Pressman · 7 years ago
  2. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  3. ac5b701 net: fix race on decreasing number of TX queues by Jakub Kicinski · 7 years ago
  4. 330c727 net: Make dn_ptr depend on CONFIG_DECNET by David Ahern · 7 years ago
  5. 2608e6b net: Convert default_device_ops by Kirill Tkhai · 7 years ago
  6. 88b8ffe net: Convert pernet_subsys ops, registered via net_dev_init() by Kirill Tkhai · 7 years ago
  7. 48bfd55 net_sched: plug in qdisc ops change_tx_queue_len by Cong Wang · 7 years ago
  8. 6a643dd net: introduce helper dev_change_tx_queue_len() by Cong Wang · 7 years ago
  9. 38e01b3 dev: advertise the new ifindex when the netns iface changes by Nicolas Dichtel · 7 years ago
  10. c36ac8e dev: always advertise the new nsid when the netns iface changes by Nicolas Dichtel · 7 years ago
  11. 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  12. 7a006d5 net: core: Fix kernel-doc for netdev_upper_link() by Florian Fainelli · 7 years ago
  13. 5de30d5 net: core: Fix kernel-doc for call_netdevice_notifiers_info() by Florian Fainelli · 7 years ago
  14. 7c68d1a net: qdisc_pkt_len_init() should be more robust by Eric Dumazet · 7 years ago
  15. d584527 net: Cap number of queues even with accel_priv by Alexander Duyck · 7 years ago
  16. 8c2e6c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  17. 82aaff2 net: free RX queue structures by Jakub Kicinski · 7 years ago
  18. 141b52a net: use the right variant of kfree by Jakub Kicinski · 7 years ago
  19. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  20. e817f85 xdp: generic XDP handling of xdp_rxq_info by Jesper Dangaard Brouer · 7 years ago
  21. 55a5ec9 Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns" by David S. Miller · 7 years ago
  22. 9f30e5c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  23. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. f53c723 net: Add asynchronous callbacks for xfrm on layer 2. by Steffen Klassert · 7 years ago
  25. 3dca3f3 xfrm: Separate ESP handling from segmentation for GRO packets. by Steffen Klassert · 7 years ago
  26. 56f5aa7 net: Disable GRO_HW when generic XDP is installed on a device. by Michael Chan · 7 years ago
  27. fb1f5f7 net: Introduce NETIF_F_GRO_HW. by Michael Chan · 7 years ago
  28. 2d17d8d xdp: linearize skb in netif_receive_generic_xdp() by Song Liu · 7 years ago
  29. 8d74e9f net: avoid skb_warn_bad_offload on IS_ERR by Willem de Bruijn · 7 years ago
  30. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. 6b3ba91 net: sched: allow qdiscs to handle locking by John Fastabend · 7 years ago
  32. 6c14818 net: sched: cleanup qdisc_run and __qdisc_run semantics by John Fastabend · 7 years ago
  33. 029b6d1 Revert "net: core: maybe return -EEXIST in __dev_alloc_name" by Johannes Berg · 7 years ago
  34. bd0b2e7 net: xdp: make the stack take care of the tear down by Jakub Kicinski · 7 years ago
  35. 118b4aa net: xdp: avoid output parameters when querying XDP prog by Jakub Kicinski · 7 years ago
  36. e4be7ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  37. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  38. 441a330 net: xdp: don't allow device-bound programs in driver mode by Jakub Kicinski · 7 years ago
  39. 288b3de bpf: offload: move offload device validation out to the drivers by Jakub Kicinski · 7 years ago
  40. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  41. 87c320e net: core: dev_get_valid_name is now the same as dev_alloc_name_ns by Rasmus Villemoes · 7 years ago
  42. d6f295e net: core: maybe return -EEXIST in __dev_alloc_name by Rasmus Villemoes · 7 years ago
  43. 9380910 net: core: check dev_valid_name in __dev_alloc_name by Rasmus Villemoes · 7 years ago
  44. 6224abd net: core: drop pointless check in __dev_alloc_name by Rasmus Villemoes · 7 years ago
  45. c46d764 net: core: eliminate dev_alloc_name{,_ns} code duplication by Rasmus Villemoes · 7 years ago
  46. 2c88b85 net: core: move dev_alloc_name_ns a little higher by Rasmus Villemoes · 7 years ago
  47. 51f299d net: core: improve sanity checking in __dev_alloc_name by Rasmus Villemoes · 7 years ago
  48. ee21b18b netdev: exit_net cleanup check added by Vasily Averin · 7 years ago
  49. 248f346 xdp: allow attaching programs loaded for specific device by Jakub Kicinski · 7 years ago
  50. f4e6352 net: bpf: rename ndo_xdp to ndo_bpf by Jakub Kicinski · 7 years ago
  51. 4620940 net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath by Jiri Pirko · 7 years ago
  52. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  53. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. 1c601d8 bpf: cpumap xdp_buff to skb conversion and allocation by Jesper Dangaard Brouer · 7 years ago
  55. 8a5f216 net: export netdev_txq_to_tc to allow sch_mqprio to compile as module by Henrik Austad · 7 years ago
  56. 0ad646c tun: call dev_get_valid_name() before register_netdevice() by Cong Wang · 7 years ago
  57. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  58. 51d0c047 net: Add extack to netdev_notifier_info by David Ahern · 7 years ago
  59. 6621dd2 dev: advertise the new nsid when the netns iface changes by Nicolas Dichtel · 7 years ago
  60. 20e8832 net: core: fix kerneldoc comment by Florian Westphal · 7 years ago
  61. 6c55700 net: core: decouple ifalias get/set from rtnl lock by Florian Westphal · 7 years ago
  62. de8f3a8 bpf: add meta pointer for direct access by Daniel Borkmann · 7 years ago
  63. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  64. 52a59bd net: use 32-bit arithmetic while allocating net device by Alexey Dobriyan · 7 years ago
  65. 581fe0e net: orphan frags on stand-alone ptype in dev_queue_xmit_nit by Willem de Bruijn · 7 years ago
  66. 92dd545 net: change skb->mac_header when Generic XDP calls adjust_head by Edward Cree · 7 years ago
  67. bbbe211 net: rcu lock and preempt disable missing around generic xdp by John Fastabend · 7 years ago
  68. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  69. 25cc72a mlxsw: spectrum: Forbid linking to devices that have uppers by Ido Schimmel · 7 years ago
  70. 1e22391 net: missing call of trace_napi_poll in busy_poll_stop by Jesper Dangaard Brouer · 7 years ago
  71. 2facaad xdp: make generic xdp redirect use tracepoint trace_xdp_redirect by Jesper Dangaard Brouer · 7 years ago
  72. 7c49747 net: export some generic xdp helpers by Jason Wang · 7 years ago
  73. 9399122 net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx. by Tonghao Zhang · 7 years ago
  74. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  75. 8d63bee net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  76. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  77. ae847f4 net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggled by Sabrina Dubroca · 7 years ago
  78. d764a12 net: add new netdevice feature for offload of RX port for UDP tunnels by Sabrina Dubroca · 7 years ago
  79. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  80. 7051b88 net: make dev_close and related functions void by stephen hemminger · 7 years ago
  81. d4c023f net: Remove references to NETIF_F_UFO in netdev_fix_features(). by David S. Miller · 8 years ago
  82. 6103aa9 net: implement XDP_REDIRECT for xdp generic by John Fastabend · 7 years ago
  83. d445516 net: xdp: support xdp generic on virtual devices by John Fastabend · 7 years ago
  84. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  85. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 8 years ago
  86. 9af9959 net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 by Alban Browaeys · 8 years ago
  87. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  88. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. e44699d net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() by Michal Kubeček · 8 years ago
  90. 6f64ec7 net: prevent sign extension in dev_get_stats() by Eric Dumazet · 8 years ago
  91. ce158e5 xdp: add reporting of offload mode by Jakub Kicinski · 8 years ago
  92. ee5d032 xdp: add HW offload mode flag for installing programs by Jakub Kicinski · 8 years ago
  93. 32d6027 xdp: pass XDP flags into install handlers by Jakub Kicinski · 8 years ago
  94. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  95. fe420d8 net/core: remove explicit do_softirq() from busy_poll_stop() by Sebastian Siewior · 8 years ago
  96. 5b7c9a8 net: remove dst gc related code by Wei Wang · 8 years ago
  97. 5803869 net: Add IFLA_XDP_PROG_ID by Martin KaFai Lau · 8 years ago
  98. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  99. 97d8b6e net: rps: fix uninitialized symbol warning by Ashwanth Goli · 8 years ago
  100. 773fc8f net: rps: send out pending IPI's on CPU hotplug by ashwanth@codeaurora.org · 8 years ago