1. f8ebfaf net: bpf: remove XDP_QUERY_XSK_UMEM enumerator by Jan Sokolowski · 6 years ago
  2. d6abc596 net: Introduce ndo_get_port_parent_id() by Florian Fainelli · 6 years ago
  3. ce3fdb6 netdevice.h: Add __cold to netdev_<level> logging functions by Joe Perches · 6 years ago
  4. 856c395 net: introduce a knob to control whether to inherit devconf config by Cong Wang · 6 years ago
  5. 87b0984 net: Add extack argument to ndo_fdb_add() by Petr Machata · 6 years ago
  6. 5b2f94b net: rtnetlink: support for fdb get by Roopa Prabhu · 6 years ago
  7. d59cdf9 net: dev: Issue NETDEV_PRE_CHANGEADDR by Petr Machata · 6 years ago
  8. 1570415 net: dev: Add NETDEV_PRE_CHANGEADDR by Petr Machata · 6 years ago
  9. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  10. 2fd527b net: ndo_bridge_setlink: Add extack by Petr Machata · 6 years ago
  11. 6d04032 net: core: dev: Add extack argument to __dev_change_flags() by Petr Machata · 6 years ago
  12. 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
  13. 00f54e6 net: core: dev: Add extack argument to dev_open() by Petr Machata · 6 years ago
  14. 4afe60a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  15. 620344c net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queue by Heiner Kallweit · 6 years ago
  16. 2183435 net: fixup type in netdev_start_xmit() by Alexey Dobriyan · 6 years ago
  17. 890d8d2 net: sched: gred: add basic Qdisc offload by Jakub Kicinski · 6 years ago
  18. 9a5ee46 net: align pcpu_sw_netstats and pcpu_lstats structs by Eric Dumazet · 6 years ago
  19. 7fe50ac net: dump more useful information in netdev_rx_csum_fault() by Cong Wang · 6 years ago
  20. 98b0e5f net: sched: provide notification for graft on root by Jakub Kicinski · 6 years ago
  21. eb91194 bpf: pass destroy() as a callback and remove its ndo_bpf subcommand by Quentin Monnet · 6 years ago
  22. b07ade2 bpf: pass translate() as a callback and remove its ndo_bpf subcommand by Quentin Monnet · 6 years ago
  23. 00db12c bpf: call verifier_prep from its callback in struct bpf_offload_dev by Quentin Monnet · 6 years ago
  24. e794676 net: core: dev_addr_lists: add auxiliary func to handle reference address updates by Ivan Khoronzhuk · 6 years ago
  25. 3e59020 net: bql: add __netdev_tx_sent_queue() by Eric Dumazet · 6 years ago
  26. 9f9a742 FDDI: defza: Support capturing outgoing SMT traffic by Maciej W. Rozycki · 6 years ago
  27. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  28. af7d6cc net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
  29. 071a234 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  30. 661b8d1b net: add umem reference in netdev{_rx}_queue by Magnus Karlsson · 6 years ago
  31. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. 6194114 net: core: add member wol_enabled to struct net_device by Heiner Kallweit · 6 years ago
  33. 14d7341 veth: rename pcpu_vstats as pcpu_lstats by Li RongQing · 6 years ago
  34. 52bb667 net: move definition of pcpu_lstats to header file by Li RongQing · 6 years ago
  35. fa788d9 packet: add sockopt to ignore outgoing packets by Vincent Whitchurch · 7 years ago
  36. 6c5c95810 net: add napi_if_scheduled_mark_missed by Magnus Karlsson · 7 years ago
  37. c9fbb2d net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPS by Krzysztof Kozlowski · 7 years ago
  38. 84c6b86 xsk: don't allow umem replace at stack level by Jakub Kicinski · 7 years ago
  39. c29c2eb net: update real_num_rx_queues even when !CONFIG_SYSFS by Jakub Kicinski · 7 years ago
  40. 7a4c53b net: report invalid mtu value via netlink extack by Stephen Hemminger · 7 years ago
  41. d9f37d0 net: convert gro_count to bitmask by Li RongQing · 7 years ago
  42. 16e4edc net: Add TLS rx resync NDO by Boris Pismenny · 7 years ago
  43. 2aa4a33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  44. a25717d xdp: support simultaneous driver and hw XDP attachment by Jakub Kicinski · 7 years ago
  45. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 7 years ago
  46. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 7 years ago
  47. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 7 years ago
  48. a4ea8a3 net: Add generic ndo_select_queue functions by Alexander Duyck · 7 years ago
  49. eadec877 net: Add support for subordinate traffic classes to netdev_pick_tx by Alexander Duyck · 7 years ago
  50. ffcfe25 net: Add support for subordinate device traffic classes by Alexander Duyck · 7 years ago
  51. 6312fe7 net: limit each hash list length to MAX_GRO_SKBS by Li RongQing · 7 years ago
  52. 25db26a net/sched: Introduce the ETF Qdisc by Vinicius Costa Gomes · 7 years ago
  53. 17266ee net: ipv4: listified version of ip_rcv by Edward Cree · 7 years ago
  54. f6ad8c1 net: core: trivial netif_receive_skb_list() entry point by Edward Cree · 7 years ago
  55. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  57. 80d1966 net: Refactor XPS for CPUs and Rx queues by Amritha Nambiar · 7 years ago
  58. 07d7836 net: Convert NAPI gro list into a small hash table. by David Miller · 7 years ago
  59. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  60. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  61. e3760c7 net: added netdevice operation for Tx by Magnus Karlsson · 7 years ago
  62. 74515c5 net: xdp: added bpf_netdev_command XDP_{QUERY, SETUP}_XSK_UMEM by Björn Töpel · 7 years ago
  63. 189454e net: remove net_device operation ndo_xdp_flush by Jesper Dangaard Brouer · 7 years ago
  64. 42b3346 xdp: add flags argument to ndo_xdp_xmit API by Jesper Dangaard Brouer · 7 years ago
  65. f971b13 net: sched: mq: add simple offload notification by Jakub Kicinski · 7 years ago
  66. 30c8bd5 net: Introduce generic failover module by Sridhar Samudrala · 7 years ago
  67. f44aa9e net: include hash policy in LAG changeupper info by John Hurley · 7 years ago
  68. 735fc40 xdp: change ndo_xdp_xmit API to support bulking by Jesper Dangaard Brouer · 7 years ago
  69. 01adc48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  70. 865b03f dev: packet: make packet_direct_xmit a common function by Magnus Karlsson · 7 years ago
  71. e283de3 net: core: Inline netdev_features_size_check() by Florian Fainelli · 7 years ago
  72. a5c37c6 net: Add TLS offload netdev ops by Ilya Lesokhin · 7 years ago
  73. 3ac305c net: core: Assert the size of netdev_featres_t by Florian Fainelli · 7 years ago
  74. 1b837d4 net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hash by Alexander Duyck · 7 years ago
  75. 83aa025 udp: add gso support to virtual devices by Willem de Bruijn · 7 years ago
  76. 44fa2db xdp: transition into using xdp_frame for ndo_xdp_xmit by Jesper Dangaard Brouer · 7 years ago
  77. e679c9c sfp/phylink: move module EEPROM ethtool access into netdev core ethtool by Russell King · 7 years ago
  78. 9daae9b net: Call add/kill vid ndo on vlan filter feature toggling by Gal Pressman · 7 years ago
  79. 070f2d7 net: Drop NETDEV_UNREGISTER_FINAL by Kirill Tkhai · 7 years ago
  80. ede2762 net: Make NETDEV_XXX commands enum { } by Kirill Tkhai · 7 years ago
  81. be9fc09 net: fix sysctl_fb_tunnels_only_for_init_net link error by Arnd Bergmann · 7 years ago
  82. f5426250 net: introduce IFF_NO_RX_HANDLER by Paolo Abeni · 7 years ago
  83. 79134e6 net: do not create fallback tunnels for non-default namespaces by Eric Dumazet · 7 years ago
  84. 1ec54cb net: unpollute priv_flags space by Paolo Abeni · 7 years ago
  85. 89e5814 net: Make atalk_ptr depend on ATALK or IRDA by David Ahern · 7 years ago
  86. 19ff13f net: Make ax25_ptr depend on CONFIG_AX25 by David Ahern · 7 years ago
  87. 330c727 net: Make dn_ptr depend on CONFIG_DECNET by David Ahern · 7 years ago
  88. 65073a6 bpf: fix null pointer deref in bpf_prog_test_run_xdp by Daniel Borkmann · 7 years ago
  89. 6a643dd net: introduce helper dev_change_tx_queue_len() by Cong Wang · 7 years ago
  90. a81e4af Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  91. 44c02a2 dev_ioctl(): move copyin/copyout to callers by Al Viro · 7 years ago
  92. 36fd633 net: separate SIOCGIFCONF handling from dev_ioctl() by Al Viro · 8 years ago
  93. 9e55e5d net: core: Fix kernel-doc for carrier_* attributes by Florian Fainelli · 7 years ago
  94. b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
  95. 50bd870 xfrm: Add ESN support for IPSec HW offload by Yossef Efraim · 7 years ago
  96. 7018d1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  97. a388457 bpf: offload: add map offload infrastructure by Jakub Kicinski · 7 years ago
  98. 7fdb61b net: sch: prio: Add offload ability to PRIO qdisc by Nogah Frankel · 7 years ago
  99. fd3ba21 net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set by Jesper Dangaard Brouer · 7 years ago
  100. e1cfe3d net: No line break on netdev_WARN* formatting by Gal Pressman · 7 years ago