1. c269a24 net: make free_netdev() more lenient with unregistering devices by Jakub Kicinski · 4 years ago
  2. 7061eb8 net: core: introduce __netdev_notify_peers by Lijun Pan · 4 years, 1 month ago
  3. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  4. ae0b04b net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled by Tariq Toukan · 4 years, 1 month ago
  5. adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  6. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  7. 998f172 xdp: Remove the xdp_attachment_flags_ok() callback by Toke Høiland-Jørgensen · 4 years, 1 month ago
  8. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  9. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  10. c214550 net: delete __dev_getfirstbyhwtype by Vladimir Oltean · 4 years, 2 months ago
  11. b02e5a0 xsk: Propagate napi_id to XDP socket Rx path by Björn Töpel · 4 years, 2 months ago
  12. 7c951caf net: Add SO_BUSY_POLL_BUDGET socket option by Björn Töpel · 4 years, 2 months ago
  13. 7fd3253 net: Introduce preferred busy-polling by Björn Töpel · 4 years, 2 months ago
  14. aadaca9 net/sched: fix miss init the mru in qdisc_skb_cb by wenxu · 4 years, 2 months ago
  15. 1d155df net: warn if gso_type isn't set for a GSO SKB by Heiner Kallweit · 4 years, 2 months ago
  16. 36ccdf8 net, xsk: Avoid taking multiple skbuff references by Björn Töpel · 4 years, 2 months ago
  17. 545b8c8 smp: Cleanup smp_call_function*() by Peter Zijlstra · 4 years, 7 months ago
  18. c1639be net: datagram: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 2 months ago
  19. a183942 net: core: add dev_get_tstats64 as a ndo_get_stats64 implementation by Heiner Kallweit · 4 years, 2 months ago
  20. 5d86724 net: core: remove unneeded semicolon by Tom Rix · 4 years, 3 months ago
  21. 1c29d98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  22. 3aefd7d net: core: Use skb_is_gso() in skb_checksum_help() by Yi Li · 4 years, 3 months ago
  23. 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 5 months ago
  24. 0e8b8d6 net: core: use list_del_init() instead of list_del() in netdev_run_todo() by Taehee Yoo · 4 years, 3 months ago
  25. 44fa32f net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
  26. ccdf7fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 3 months ago
  27. 9aa1206 bpf: Add redirect_peer helper by Daniel Borkmann · 4 years, 3 months ago
  28. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  29. c11171a net: Add netif_rx_any_context() by Sebastian Andrzej Siewior · 4 years, 4 months ago
  30. 1fc70ed net: core: add nested_level variable in net_device by Taehee Yoo · 4 years, 4 months ago
  31. eff7423 net: core: introduce struct netdev_nested_priv for nested interface infrastructure by Taehee Yoo · 4 years, 4 months ago
  32. fe8300f net: core: add __netdev_upper_dev_unlink() by Taehee Yoo · 4 years, 4 months ago
  33. de2b541 net: fix a new kernel-doc warning at dev.c by Mauro Carvalho Chehab · 4 years, 4 months ago
  34. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  35. 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  36. 4250b75 net: core: delete duplicated words by Randy Dunlap · 4 years, 4 months ago
  37. 0e4be9e net: use exponential backoff in netdev_wait_allrefs by Francesco Ruggeri · 4 years, 4 months ago
  38. 984fe94 bpf: Mutex protect used_maps array and count by YiFei Zhu · 4 years, 4 months ago
  39. b14a9fc __netif_receive_skb_core: don't untag vlan from skb on DSA master by Vladimir Oltean · 4 years, 4 months ago
  40. 2de79ee net: try to avoid unneeded backlog flush by Paolo Abeni · 4 years, 4 months ago
  41. e1b9efe net: Fix bridge enslavement failure by Ido Schimmel · 4 years, 4 months ago
  42. 5251ef8 net: make sure napi_list is safe for RCU traversal by Jakub Kicinski · 4 years, 4 months ago
  43. 4d092dd net: manage napi add/del idempotence explicitly by Jakub Kicinski · 4 years, 4 months ago
  44. 5198d545 net: remove napi_hash_del() from driver-facing API by Jakub Kicinski · 4 years, 4 months ago
  45. ee1a4c8 net: Add a missing word by Jonathan Neuschäfer · 4 years, 4 months ago
  46. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  47. 96e97bc net: disable netpoll on fresh napis by Jakub Kicinski · 4 years, 5 months ago
  48. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  49. c8a36f1 bpf: xdp: Fix XDP mode when no mode flags specified by Andrii Nakryiko · 4 years, 5 months ago
  50. 7f9bf6e Revert "net: xdp: pull ethernet header off packet after computing skb->protocol" by David S. Miller · 4 years, 5 months ago
  51. f8414a8 net: xdp: pull ethernet header off packet after computing skb->protocol by Jason A. Donenfeld · 4 years, 5 months ago
  52. 068d9d1 bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST by Andrii Nakryiko · 4 years, 5 months ago
  53. 2e7199b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  54. 73b11c2a bpf: Add support for forced LINK_DETACH command by Andrii Nakryiko · 4 years, 6 months ago
  55. 829eb20 rtnetlink: add support for protodown reason by Roopa Prabhu · 4 years, 6 months ago
  56. 9fc95f5 net: Pass NULL to skb_network_protocol() when we don't care about vlan depth by Miaohe Lin · 4 years, 6 months ago
  57. e8407fd bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands by Andrii Nakryiko · 4 years, 6 months ago
  58. c1931c9 bpf: Implement BPF XDP link-specific introspection APIs by Andrii Nakryiko · 4 years, 6 months ago
  59. 026a4c2 bpf, xdp: Implement LINK_UPDATE for BPF XDP link by Andrii Nakryiko · 4 years, 6 months ago
  60. aa8d3a7 bpf, xdp: Add bpf_link-based XDP attachment API by Andrii Nakryiko · 4 years, 6 months ago
  61. d4baa93 bpf, xdp: Extract common XDP program attachment logic by Andrii Nakryiko · 4 years, 6 months ago
  62. 7f0a838 bpf, xdp: Maintain info on attached XDP BPF programs in net_device by Andrii Nakryiko · 4 years, 6 months ago
  63. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  64. 7df5cb75 dev: Defer free of skbs in flush_backlog by Subash Abhinov Kasiviswanathan · 4 years, 6 months ago
  65. 5df5661 net: dsa: stop overriding master's ndo_get_phys_port_name by Vladimir Oltean · 4 years, 6 months ago
  66. dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  67. 3369afb net: Call into DSA netdevice_ops wrappers by Florian Fainelli · 4 years, 6 months ago
  68. ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
  69. 9216477 bpf: cpumap: Add the possibility to attach an eBPF program to cpumap by Lorenzo Bianconi · 4 years, 6 months ago
  70. ce1e2a7 net: make symbol 'flush_works' static by Wei Yongjun · 4 years, 6 months ago
  71. 8842500 net: core: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  72. aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 7 months ago
  73. 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  74. bd86924 net: core: try to runtime-resume detached device in __dev_open by Heiner Kallweit · 4 years, 7 months ago
  75. 0ad6f6e net: increment xmit_recursion level in dev_direct_xmit() by Eric Dumazet · 4 years, 7 months ago
  76. 427d583 net: napi: remove useless stack trace by Eric Dumazet · 4 years, 7 months ago
  77. 814152a net: fix memleak in register_netdevice() by Yang Yingliang · 4 years, 7 months ago
  78. 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
  79. 11d6011 net: core: device_rename: Use rwsem instead of a seqcount by Ahmed S. Darwish · 4 years, 8 months ago
  80. fbee97f bpf: Add support to attach bpf program to a devmap entry by David Ahern · 4 years, 8 months ago
  81. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  82. c0bbbdc __netif_receive_skb_core: pass skb by reference by Boris Sukholitko · 4 years, 8 months ago
  83. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  84. a075767 net: XDP-generic determining XDP frame size by Jesper Dangaard Brouer · 4 years, 8 months ago
  85. 76cd622 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 4 years, 8 months ago
  86. dd91230 net: fix a potential recursive NETDEV_FEAT_CHANGE by Cong Wang · 4 years, 8 months ago
  87. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 9 months ago
  88. cff9f12 net/core: Introduce netdev_get_xmit_slave by Maor Gottlieb · 4 years, 9 months ago
  89. 7e417a6 net: napi: use READ_ONCE()/WRITE_ONCE() by Eric Dumazet · 4 years, 9 months ago
  90. 6f8b12d net: napi: add hard irqs deferral feature by Eric Dumazet · 4 years, 9 months ago
  91. eec517cd net: Add IF_OPER_TESTING by Andrew Lunn · 4 years, 9 months ago
  92. dfa7490 xdp: Reset prog in dev_change_xdp_fd when fd is negative by David Ahern · 4 years, 9 months ago
  93. a4837980 net: revert default NAPI poll timeout to 2 jiffies by Konstantin Khlebnikov · 4 years, 9 months ago
  94. ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  95. a08e7fd net: Fix typo of SKB_SGO_CB_OFFSET by Cambda Zhu · 4 years, 10 months ago
  96. 92234c8 xdp: Support specifying expected existing program when attaching XDP by Toke Høiland-Jørgensen · 4 years, 10 months ago
  97. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  98. 2c64605 net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build by Pablo Neira Ayuso · 4 years, 10 months ago
  99. 357b6cc netfilter: revert introduction of egress hook by Daniel Borkmann · 4 years, 10 months ago
  100. a58741e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 10 months ago