1. 6f8b12d net: napi: add hard irqs deferral feature by Eric Dumazet · 4 years, 9 months ago
  2. eec517cd net: Add IF_OPER_TESTING by Andrew Lunn · 4 years, 9 months ago
  3. ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  4. 92234c8 xdp: Support specifying expected existing program when attaching XDP by Toke Høiland-Jørgensen · 4 years, 10 months ago
  5. 30e9bb8 net: add a reference to MACsec ops in net_device by Antoine Tenart · 4 years, 10 months ago
  6. 357b6cc netfilter: revert introduction of egress hook by Daniel Borkmann · 4 years, 10 months ago
  7. 8537f78 netfilter: Introduce egress hook by Lukas Wunner · 4 years, 10 months ago
  8. aaca940 net: sched: Make FIFO Qdisc offloadable by Petr Machata · 4 years, 11 months ago
  9. bb4cf02 netdevice: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  10. 7151aff net: export netdev_next_lower_dev_rcu() by Taehee Yoo · 5 years ago
  11. a1fa83b netdevice.h: fix all kernel-doc and Sphinx warnings by Randy Dunlap · 5 years ago
  12. 6a94b8c ethtool: provide message mask with DEBUG_GET request by Michal Kubecek · 5 years ago
  13. 93642e1 net: introduce dev_net notifier register/unregister variants by Jiri Pirko · 5 years ago
  14. 3a1296a net: Support GRO/GSO fraglist chaining. by Steffen Klassert · 5 years ago
  15. 3b33583 net: Add fraglist GRO/GSO feature flags by Steffen Klassert · 5 years ago
  16. 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  17. ef6aadc net: sched: Make TBF Qdisc offloadable by Petr Machata · 5 years ago
  18. d836f5c net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link() by Eric Dumazet · 5 years ago
  19. 75ccae6 xdp: Move devmap bulk queue into struct net_device by Toke Høiland-Jørgensen · 5 years ago
  20. b39c78b net: remove the check argument from __skb_gro_checksum_convert by Li RongQing · 5 years ago
  21. ba40281 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 5 years ago
  22. 6b08d6c ethtool: support for netlink notifications by Michal Kubecek · 5 years ago
  23. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  24. d35eb52 net: sch_ets: Make the ETS qdisc offloadable by Petr Machata · 5 years ago
  25. 1f26c0d net: fix kernel-doc warning in <linux/netdevice.h> by Randy Dunlap · 5 years ago
  26. 2f5e70c netfilter: Document ingress hook by Lukas Wunner · 5 years ago
  27. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  28. 501a90c inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
  29. d768869 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  30. 30aad41 net/core: Add support for getting VF GUIDs by Danit Goldberg · 5 years ago
  31. c29f74e netfilter: nf_flow_table: hardware offload support by Pablo Neira Ayuso · 5 years ago
  32. fd2f473 net: use u64_stats_t in struct pcpu_lstats by Eric Dumazet · 5 years ago
  33. dd5382a net: provide dev_lstats_add() helper by Eric Dumazet · 5 years ago
  34. de7d508 net: provide dev_lstats_read() helper by Eric Dumazet · 5 years ago
  35. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  36. f3b0a18 net: remove unnecessary variables and callback by Taehee Yoo · 5 years ago
  37. 32b6d34 net: core: add ignore flag to netdev_adjacent structure by Taehee Yoo · 5 years ago
  38. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  39. 5343da4 net: core: limit nested device depth by Taehee Yoo · 5 years ago
  40. bacb7e1 Revert "tun: call dev_get_valid_name() before register_netdevice()" by Eric Dumazet · 5 years ago
  41. a30c7b4 net: introduce per-netns netdevice notifiers by Jiri Pirko · 5 years ago
  42. afa0df5 net: push loops and nb calls into helper functions by Jiri Pirko · 5 years ago
  43. 36fbf1e net: rtnetlink: add linkprop commands to add and delete alternative ifnames by Jiri Pirko · 5 years ago
  44. ff92741 net: introduce name_node struct to be used in hashlist by Jiri Pirko · 5 years ago
  45. 9c66d15 taprio: Add support for hardware offloading by Vinicius Costa Gomes · 5 years ago
  46. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  47. f3acd33 net: use unlikely for dql_avail case by xiaolinkui · 5 years ago
  48. 9116e5e xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup by Magnus Karlsson · 5 years ago
  49. 323ebb6 net: use listified RX for handling GRO_NORMAL skbs by Edward Cree · 5 years ago
  50. 4de83b8 loopback: create blackhole net device similar to loopack. by Mahesh Bandewar · 6 years ago
  51. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  52. da68b4a net/tls: move definition of tls ops into net/tls.h by Jakub Kicinski · 6 years ago
  53. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. 8065a77 failover: allow name change on IFF_UP slave interfaces by Si-Wei Liu · 6 years ago
  55. 28b05b9 net: use correct this_cpu primitive in dev_recursion_level by Florian Westphal · 6 years ago
  56. 6b16f9e net: move skb->xmit_more hint to softnet data by Florian Westphal · 6 years ago
  57. 97cdcf3 net: place xmit recursion in softnet data by Florian Westphal · 6 years ago
  58. 5dc37bb net: replace ndo_get_devlink with ndo_get_devlink_port by Jiri Pirko · 6 years ago
  59. dc05360 net: convert rps_needed and rfs_needed to new static branch api by Eric Dumazet · 6 years ago
  60. a350ecc net: remove 'fallback' argument from dev->ndo_select_queue() by Paolo Abeni · 6 years ago
  61. b71b583 packet: rework packet_pick_tx_queue() to use common code selection by Paolo Abeni · 6 years ago
  62. 4bd97d5 net: dev: rename queue selection helpers. by Paolo Abeni · 6 years ago
  63. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  64. 3d705f0 net: Remove switchdev_ops by Florian Fainelli · 6 years ago
  65. f4d7b3e net: dev: Use unsigned integer as an argument to left-shift by Andy Shevchenko · 6 years ago
  66. b473b0d devlink: create a special NDO for getting the devlink instance by Jakub Kicinski · 6 years ago
  67. b589967 net: dev: add generic protodown handler by Andy Roulin · 6 years ago
  68. e78b291 net: Introduce parse_protocol header_ops callback by Maxim Mikityanskiy · 6 years ago
  69. 885e631 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  70. f8ebfaf net: bpf: remove XDP_QUERY_XSK_UMEM enumerator by Jan Sokolowski · 6 years ago
  71. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  72. d6abc596 net: Introduce ndo_get_port_parent_id() by Florian Fainelli · 6 years ago
  73. ce3fdb6 netdevice.h: Add __cold to netdev_<level> logging functions by Joe Perches · 6 years ago
  74. d525608 ipvlan, l3mdev: fix broken l3s mode wrt local routes by Daniel Borkmann · 6 years ago
  75. 856c395 net: introduce a knob to control whether to inherit devconf config by Cong Wang · 6 years ago
  76. 87b0984 net: Add extack argument to ndo_fdb_add() by Petr Machata · 6 years ago
  77. 5b2f94b net: rtnetlink: support for fdb get by Roopa Prabhu · 6 years ago
  78. d59cdf9 net: dev: Issue NETDEV_PRE_CHANGEADDR by Petr Machata · 6 years ago
  79. 1570415 net: dev: Add NETDEV_PRE_CHANGEADDR by Petr Machata · 6 years ago
  80. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  81. 2fd527b net: ndo_bridge_setlink: Add extack by Petr Machata · 6 years ago
  82. 6d04032 net: core: dev: Add extack argument to __dev_change_flags() by Petr Machata · 6 years ago
  83. 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
  84. 00f54e6 net: core: dev: Add extack argument to dev_open() by Petr Machata · 6 years ago
  85. 4afe60a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  86. 620344c net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queue by Heiner Kallweit · 6 years ago
  87. 2183435 net: fixup type in netdev_start_xmit() by Alexey Dobriyan · 6 years ago
  88. 890d8d2 net: sched: gred: add basic Qdisc offload by Jakub Kicinski · 6 years ago
  89. 9a5ee46 net: align pcpu_sw_netstats and pcpu_lstats structs by Eric Dumazet · 6 years ago
  90. 7fe50ac net: dump more useful information in netdev_rx_csum_fault() by Cong Wang · 6 years ago
  91. 98b0e5f net: sched: provide notification for graft on root by Jakub Kicinski · 6 years ago
  92. eb91194 bpf: pass destroy() as a callback and remove its ndo_bpf subcommand by Quentin Monnet · 6 years ago
  93. b07ade2 bpf: pass translate() as a callback and remove its ndo_bpf subcommand by Quentin Monnet · 6 years ago
  94. 00db12c bpf: call verifier_prep from its callback in struct bpf_offload_dev by Quentin Monnet · 6 years ago
  95. e794676 net: core: dev_addr_lists: add auxiliary func to handle reference address updates by Ivan Khoronzhuk · 6 years ago
  96. 3e59020 net: bql: add __netdev_tx_sent_queue() by Eric Dumazet · 6 years ago
  97. 9f9a742 FDDI: defza: Support capturing outgoing SMT traffic by Maciej W. Rozycki · 6 years ago
  98. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  99. af7d6cc net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
  100. 071a234 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago