1. 68468d8 veth: fix races around rq->rx_notify_masked by Eric Dumazet · 2 years, 11 months ago
  2. 710ad98 veth: Do not record rx queue hint in veth_xmit by Daniel Borkmann · 3 years ago
  3. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  4. 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  5. 9695b7d veth: ensure skb entering GRO are not cloned. by Paolo Abeni · 3 years ago
  6. c8064e5 bpf: Let bpf_warn_invalid_xdp_action() report more info by Paolo Abeni · 3 years, 1 month ago
  7. a0341b7 veth: use ethtool_sprintf instead of snprintf by Tonghao Zhang · 3 years, 1 month ago
  8. 6d872df net: annotate accesses to dev->gso_max_segs by Eric Dumazet · 3 years, 1 month ago
  9. 4b66d21 net: annotate accesses to dev->gso_max_size by Eric Dumazet · 3 years, 1 month ago
  10. d504fff veth: use skb_prepare_for_gro() by Paolo Abeni · 3 years, 5 months ago
  11. 9d3684c veth: create by default nr_possible_cpus queues by Paolo Abeni · 3 years, 5 months ago
  12. 4752eeb veth: implement support for set_channel ethtool op by Paolo Abeni · 3 years, 5 months ago
  13. dedd53c veth: factor out initialization helper by Paolo Abeni · 3 years, 5 months ago
  14. f7918b7 veth: always report zero combined channels by Paolo Abeni · 3 years, 5 months ago
  15. 0e672f3 veth: check for NAPI instead of xdp_prog before xmit of XDP frame by Toke Høiland-Jørgensen · 3 years, 9 months ago
  16. 47e550e veth: refine napi usage by Paolo Abeni · 3 years, 9 months ago
  17. d3256ef veth: allow enabling NAPI even without XDP by Paolo Abeni · 3 years, 9 months ago
  18. c75fb32 veth: use skb_orphan_partial instead of skb_orphan by Paolo Abeni · 3 years, 9 months ago
  19. 34829ee veth: Implement ethtool's get_channels() callback by Maciej Fijalkowski · 3 years, 9 months ago
  20. 241949e Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
  21. fdc1397 bpf, devmap: Move drop error path to devmap for XDP_REDIRECT by Lorenzo Bianconi · 3 years, 10 months ago
  22. edbea92 veth: Store queue_mapping independently of XDP prog presence by Maciej Fijalkowski · 3 years, 10 months ago
  23. 65e6dcf net, veth: Alloc skb in bulk for ndo_xdp_xmit by Lorenzo Bianconi · 4 years ago
  24. 89f479f net, xdp: Introduce xdp_build_skb_from_frame utility routine by Lorenzo Bianconi · 4 years ago
  25. be9df4a net, xdp: Introduce xdp_prepare_buff utility routine by Lorenzo Bianconi · 4 years ago
  26. 43b5169 net, xdp: Introduce xdp_init_buff utility routine by Lorenzo Bianconi · 4 years ago
  27. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  28. b02e5a0 xsk: Propagate napi_id to XDP socket Rx path by Björn Töpel · 4 years, 1 month ago
  29. 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 1 month ago
  30. 9aa1206 bpf: Add redirect_peer helper by Daniel Borkmann · 4 years, 3 months ago
  31. 5198d545 net: remove napi_hash_del() from driver-facing API by Jakub Kicinski · 4 years, 4 months ago
  32. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  33. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  34. defcffe net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp() by Maciej Żenczykowski · 4 years, 4 months ago
  35. e8407fd bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands by Andrii Nakryiko · 4 years, 5 months ago
  36. 1b698fa xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame by Lorenzo Bianconi · 4 years, 7 months ago
  37. fc37987 xdp: Introduce xdp_convert_frame_to_buff utility routine by Lorenzo Bianconi · 4 years, 7 months ago
  38. 45a9e6d veth: Xdp using frame_sz in veth driver by Jesper Dangaard Brouer · 4 years, 8 months ago
  39. 5c85722 veth: Adjust hard_start offset on redirect XDP frames by Jesper Dangaard Brouer · 4 years, 8 months ago
  40. 5fe6e56 veth: rely on peer veth_rq for ndo_xdp_xmit accounting by Lorenzo Bianconi · 4 years, 9 months ago
  41. bd32aa1 veth: rely on veth_rq in veth_xdp_flush_bq signature by Lorenzo Bianconi · 4 years, 9 months ago
  42. d99a7c2f veth: remove atomic64_add from veth_xdp_xmit hotpath by Lorenzo Bianconi · 4 years, 9 months ago
  43. 9152cff veth: introduce more xdp counters by Lorenzo Bianconi · 4 years, 9 months ago
  44. 66fe4a0 veth: distinguish between rx_drops and xdp_drops by Lorenzo Bianconi · 4 years, 9 months ago
  45. 1c5b82e5 veth: introduce more specialized counters in veth_stats by Lorenzo Bianconi · 4 years, 9 months ago
  46. 65780c5 veth: move xdp stats in a dedicated structure by Lorenzo Bianconi · 4 years, 9 months ago
  47. e25d5db veth: ignore peer tx_dropped when counting local rx_dropped by Jiang Lidong · 4 years, 10 months ago
  48. b23bfa5 bpf, xdp: Remove no longer required rcu_read_{un}lock() by John Fastabend · 5 years ago
  49. 1d23388 xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths by Toke Høiland-Jørgensen · 5 years ago
  50. b4fba47 veth: use standard dev_lstats_add() and dev_lstats_read() by Eric Dumazet · 5 years ago
  51. 9cda780 veth: Support bulk XDP_TX by Toshiaki Makita · 6 years ago
  52. cbf3351 veth: use xdp_release_frame for XDP_PASS by Jesper Dangaard Brouer · 6 years ago
  53. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  54. 056b21f net: veth: use generic helper to report timestamping info by Julian Wiedmann · 6 years ago
  55. abdf47a veth: Fix -Wformat-truncation by Florian Fainelli · 6 years ago
  56. a9b6d9e veth: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  57. d0522f1 net: Add extack argument to rtnl_create_link by David Ahern · 6 years ago
  58. d397b96 veth: Add ethtool statistics support for XDP by Toshiaki Makita · 6 years ago
  59. 4195e54 veth: Account for XDP packet statistics on rx side by Toshiaki Makita · 6 years ago
  60. 2131479 veth: Account for packet drops in ndo_xdp_xmit by Toshiaki Makita · 6 years ago
  61. 14d7341 veth: rename pcpu_vstats as pcpu_lstats by Li RongQing · 6 years ago
  62. e366fa4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  63. 4bf9ffa veth: Orphan skb before GRO by Toshiaki Makita · 6 years ago
  64. aa4e689 veth: add software timestamping by Michael Walle · 6 years ago
  65. 7797b93 veth: Free queues on link delete by Toshiaki Makita · 6 years ago
  66. 638264d veth: Support per queue XDP ring by Toshiaki Makita · 6 years ago
  67. d139600 veth: Add XDP TX and REDIRECT by Toshiaki Makita · 6 years ago
  68. af87a3a veth: Add ndo_xdp_xmit by Toshiaki Makita · 6 years ago
  69. 9fc8d51 veth: Handle xdp_frames in xdp napi ring by Toshiaki Makita · 6 years ago
  70. dc22482 veth: Avoid drops by oversized packets when XDP is enabled by Toshiaki Makita · 6 years ago
  71. 948d4f2 veth: Add driver XDP by Toshiaki Makita · 6 years ago
  72. 72d24955 veth: set peer GSO values by Stephen Hemminger · 7 years ago
  73. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  74. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  75. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  76. 191cdb3 veth: Be more robust on network device creation when no attributes by Serhey Popovych · 8 years ago
  77. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  78. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  79. 56607b9 net: veth: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  80. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  81. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
  82. 607fca9 net: veth: Set features for MPLS by David Ahern · 8 years ago
  83. c80fafb veth: sctp: add NETIF_F_SCTP_CRC to device features by Xin Long · 8 years ago
  84. 732912d7 veth: Update features to include all tunnel GSO types by Alexander Duyck · 9 years ago
  85. 163e529 veth: implement ndo_set_rx_headroom by Paolo Abeni · 9 years ago
  86. ce8c839 veth: don’t modify ip_summed; doing so treats packets with bad checksums as good. by Vijay Pandurangan · 9 years ago
  87. 02f01ec net: veth: enable noqueue operation by default by Phil Sutter · 9 years ago
  88. 1a04a82 veth: Don't segment multiple tagged packets on veth device by Toshiaki Makita · 9 years ago
  89. a45253b veth: set iflink to the peer veth by Nicolas Dichtel · 10 years ago
  90. e5f4e7b veth: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  91. 5517750 net: rtnetlink - make create_link take name_assign_type by Tom Gundersen · 10 years ago
  92. bb446c1 veth: add netpoll support by WANG Cong · 11 years ago
  93. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  94. 3f8c707 veth: Turn off vlan rx acceleration in vlan_features by Vlad Yasevich · 11 years ago
  95. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  96. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  97. 8d0d21f veth: Fix vlan_features so as to be able to use stacked vlan interfaces by Toshiaki Makita · 11 years ago
  98. f7b1260 rtnl: make ifla_policy static by Jiri Pirko · 11 years ago
  99. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 11 years ago
  100. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago