1. 17266ee net: ipv4: listified version of ip_rcv by Edward Cree · 7 years ago
  2. f6ad8c1 net: core: trivial netif_receive_skb_list() entry point by Edward Cree · 7 years ago
  3. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  4. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  5. 80d1966 net: Refactor XPS for CPUs and Rx queues by Amritha Nambiar · 7 years ago
  6. 07d7836 net: Convert NAPI gro list into a small hash table. by David Miller · 7 years ago
  7. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  8. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  9. e3760c7 net: added netdevice operation for Tx by Magnus Karlsson · 7 years ago
  10. 74515c5 net: xdp: added bpf_netdev_command XDP_{QUERY, SETUP}_XSK_UMEM by Björn Töpel · 7 years ago
  11. 189454e net: remove net_device operation ndo_xdp_flush by Jesper Dangaard Brouer · 7 years ago
  12. 42b3346 xdp: add flags argument to ndo_xdp_xmit API by Jesper Dangaard Brouer · 7 years ago
  13. f971b13 net: sched: mq: add simple offload notification by Jakub Kicinski · 7 years ago
  14. 30c8bd5 net: Introduce generic failover module by Sridhar Samudrala · 7 years ago
  15. f44aa9e net: include hash policy in LAG changeupper info by John Hurley · 7 years ago
  16. 735fc40 xdp: change ndo_xdp_xmit API to support bulking by Jesper Dangaard Brouer · 7 years ago
  17. 01adc48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  18. 865b03f dev: packet: make packet_direct_xmit a common function by Magnus Karlsson · 7 years ago
  19. e283de3 net: core: Inline netdev_features_size_check() by Florian Fainelli · 7 years ago
  20. a5c37c6 net: Add TLS offload netdev ops by Ilya Lesokhin · 7 years ago
  21. 3ac305c net: core: Assert the size of netdev_featres_t by Florian Fainelli · 7 years ago
  22. 1b837d4 net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hash by Alexander Duyck · 7 years ago
  23. 83aa025 udp: add gso support to virtual devices by Willem de Bruijn · 7 years ago
  24. 44fa2db xdp: transition into using xdp_frame for ndo_xdp_xmit by Jesper Dangaard Brouer · 7 years ago
  25. e679c9c sfp/phylink: move module EEPROM ethtool access into netdev core ethtool by Russell King · 7 years ago
  26. 9daae9b net: Call add/kill vid ndo on vlan filter feature toggling by Gal Pressman · 7 years ago
  27. 070f2d7 net: Drop NETDEV_UNREGISTER_FINAL by Kirill Tkhai · 7 years ago
  28. ede2762 net: Make NETDEV_XXX commands enum { } by Kirill Tkhai · 7 years ago
  29. be9fc09 net: fix sysctl_fb_tunnels_only_for_init_net link error by Arnd Bergmann · 7 years ago
  30. f5426250 net: introduce IFF_NO_RX_HANDLER by Paolo Abeni · 7 years ago
  31. 79134e6 net: do not create fallback tunnels for non-default namespaces by Eric Dumazet · 7 years ago
  32. 1ec54cb net: unpollute priv_flags space by Paolo Abeni · 7 years ago
  33. 89e5814 net: Make atalk_ptr depend on ATALK or IRDA by David Ahern · 7 years ago
  34. 19ff13f net: Make ax25_ptr depend on CONFIG_AX25 by David Ahern · 7 years ago
  35. 330c727 net: Make dn_ptr depend on CONFIG_DECNET by David Ahern · 7 years ago
  36. 65073a6 bpf: fix null pointer deref in bpf_prog_test_run_xdp by Daniel Borkmann · 7 years ago
  37. 6a643dd net: introduce helper dev_change_tx_queue_len() by Cong Wang · 7 years ago
  38. a81e4af Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  39. 44c02a2 dev_ioctl(): move copyin/copyout to callers by Al Viro · 7 years ago
  40. 36fd633 net: separate SIOCGIFCONF handling from dev_ioctl() by Al Viro · 8 years ago
  41. 9e55e5d net: core: Fix kernel-doc for carrier_* attributes by Florian Fainelli · 7 years ago
  42. b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
  43. 50bd870 xfrm: Add ESN support for IPSec HW offload by Yossef Efraim · 7 years ago
  44. 7018d1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  45. a388457 bpf: offload: add map offload infrastructure by Jakub Kicinski · 7 years ago
  46. 7fdb61b net: sch: prio: Add offload ability to PRIO qdisc by Nogah Frankel · 7 years ago
  47. fd3ba21 net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set by Jesper Dangaard Brouer · 7 years ago
  48. e1cfe3d net: No line break on netdev_WARN* formatting by Gal Pressman · 7 years ago
  49. 72dd831 net: Fix netdev_WARN_ONCE macro by Gal Pressman · 7 years ago
  50. e817f85 xdp: generic XDP handling of xdp_rxq_info by Jesper Dangaard Brouer · 7 years ago
  51. cae1927 bpf: offload: allow netdev to disappear while verifier is running by Jakub Kicinski · 7 years ago
  52. 9cb0d21 xfrm: wrap xfrmdev_ops with offload config by Shannon Nelson · 7 years ago
  53. f53c723 net: Add asynchronous callbacks for xfrm on layer 2. by Steffen Klassert · 7 years ago
  54. 92f0292 net: xdp: report flags program was installed with on query by Jakub Kicinski · 7 years ago
  55. 118b4aa net: xdp: avoid output parameters when querying XDP prog by Jakub Kicinski · 7 years ago
  56. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  57. 5498512 net: fix incorrect comment with regard to VLAN packet handling by Girish Moodalbail · 7 years ago
  58. 375ef2b net: Introduce netdev_*_once functions by Gal Pressman · 7 years ago
  59. 8521db4 net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS by Nogah Frankel · 7 years ago
  60. 575ed7d net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO by Nogah Frankel · 7 years ago
  61. 602f3ba net_sch: red: Add offload ability to RED qdisc by Nogah Frankel · 7 years ago
  62. ab3f006 bpf: offload: add infrastructure for loading programs for a specific netdev by Jakub Kicinski · 7 years ago
  63. f4e6352 net: bpf: rename ndo_xdp to ndo_bpf by Jakub Kicinski · 7 years ago
  64. 4620940 net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath by Jiri Pirko · 7 years ago
  65. 3d0bd02 net/sched: Add support for HW offloading for CBS by Vinicius Costa Gomes · 7 years ago
  66. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. 8c4083b net: sched: add block bind/unbind notif. and extended block_get/put by Jiri Pirko · 7 years ago
  68. 1c601d8 bpf: cpumap xdp_buff to skb conversion and allocation by Jesper Dangaard Brouer · 7 years ago
  69. 0ad646c tun: call dev_get_valid_name() before register_netdevice() by Cong Wang · 7 years ago
  70. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  71. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  72. 51d0c047 net: Add extack to netdev_notifier_info by David Ahern · 7 years ago
  73. 6c55700 net: core: decouple ifalias get/set from rtnl lock by Florian Westphal · 7 years ago
  74. 2f657a6 net: dsa: change dsa_ptr for a dsa_port by Vivien Didelot · 7 years ago
  75. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  76. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  77. b63f604 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  78. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  79. 25cc72a mlxsw: spectrum: Forbid linking to devices that have uppers by Ido Schimmel · 7 years ago
  80. f16ded5 net: fix two typos in net_device_ops documentation. by Rami Rosen · 7 years ago
  81. 0dd5759 net: remove dmaengine.h inclusion from netdevice.h by Dave Jiang · 7 years ago
  82. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
  83. 960632e netfilter: convert hook list to an array by Aaron Conole · 7 years ago
  84. 718ad68 net: drop unused attribute argument from sysfs queue funcs by stephen hemminger · 7 years ago
  85. 737aec5 net: constify net_ns_type_operations by stephen hemminger · 7 years ago
  86. b793dc5 net: constify netdev_class_file by stephen hemminger · 7 years ago
  87. 7c49747 net: export some generic xdp helpers by Jason Wang · 7 years ago
  88. de4784c net: sched: get rid of struct tc_to_netdev by Jiri Pirko · 7 years ago
  89. 5fd9fc4 net: sched: push cls related args into cls_common structure by Jiri Pirko · 7 years ago
  90. 3e0e826 net: sched: make egress_dev flag part of flower offload struct by Jiri Pirko · 7 years ago
  91. ade9b65 net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL by Jiri Pirko · 7 years ago
  92. 2572ac5 net: sched: make type an argument for ndo_setup_tc by Jiri Pirko · 7 years ago
  93. 296d8ee net: add infrastructure to un-offload UDP tunnel port by Sabrina Dubroca · 8 years ago
  94. 7051b88 net: make dev_close and related functions void by stephen hemminger · 8 years ago
  95. d9d30ad net: Kill NETIF_F_UFO and SKB_GSO_UDP. by David S. Miller · 8 years ago
  96. 11393cc xdp: Add batching support to redirect map by John Fastabend · 8 years ago
  97. 814abfa xdp: add bpf_redirect helper function by John Fastabend · 8 years ago
  98. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 8 years ago
  99. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  100. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago