1. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  2. 3b80b73 net: Add includes masked by netdevice.h including uapi/bpf.h by Jakub Kicinski · 3 years, 1 month ago
  3. 32f52e8 net: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  4. 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  5. 9c9211a net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX by Hangbin Liu · 3 years, 1 month ago
  6. c8064e5 bpf: Let bpf_warn_invalid_xdp_action() report more info by Paolo Abeni · 3 years, 2 months ago
  7. be565ec net: ethernet: ti: add missing of_node_put before return by Wang Qing · 3 years, 1 month ago
  8. 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 2 months ago
  9. 5337824 net: annotate accesses to queue->trans_start by Eric Dumazet · 3 years, 2 months ago
  10. 6548355 net: ethernet: ti: cpsw: Enable PHY timestamping by Kurt Kanzenbach · 3 years, 2 months ago
  11. 7a16685 net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory by Christophe JAILLET · 3 years, 2 months ago
  12. d52bcb4 net: davinci_emac: Fix interrupt pacing disable by Maxim Kiselev · 3 years, 2 months ago
  13. 41a19eb ethernet: tlan: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  14. ba530fe ethernet: remove random_ether_addr() by Jakub Kicinski · 3 years, 3 months ago
  15. 562ef98 ethernet: replace netdev->dev_addr assignment loops by Jakub Kicinski · 3 years, 3 months ago
  16. c51e506 ethernet: manually convert memcpy(dev_addr,..., sizeof(addr)) by Jakub Kicinski · 3 years, 3 months ago
  17. db0dcc6 ethernet: make use of eth_hw_addr_random() where appropriate by Jakub Kicinski · 3 years, 3 months ago
  18. 7666075 ethernet: constify references to netdev->dev_addr in drivers by Jakub Kicinski · 3 years, 3 months ago
  19. c514fbb ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc() by Gustavo A. R. Silva · 3 years, 3 months ago
  20. 9ca01b2 ethernet: use of_get_ethdev_address() by Jakub Kicinski · 3 years, 3 months ago
  21. a05e4c0 ethernet: use eth_hw_addr_set() for dev->addr_len cases by Jakub Kicinski · 3 years, 3 months ago
  22. f3956eb ethernet: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 4 months ago
  23. a96d317 ethernet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 4 months ago
  24. 861f40f am65-cpsw: avoid null pointer arithmetic by Arnd Bergmann · 3 years, 4 months ago
  25. 0d98ff2 net: ethernet: ti: Move devlink registration to be last devlink command by Leon Romanovsky · 3 years, 4 months ago
  26. db4278c devlink: Make devlink_register to be void by Leon Romanovsky · 3 years, 4 months ago
  27. f3ccfda1 ethtool: extend coalesce setting uAPI with CQE mode by Yufeng Mo · 3 years, 5 months ago
  28. 5c8a2bb net: ethernet: ti: cpsw: make array stpa static const, makes object smaller by Colin Ian King · 3 years, 5 months ago
  29. f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  30. c35b57c net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridge by Vladimir Oltean · 3 years, 5 months ago
  31. 57f05bc page_pool: keep pp info as long as page pool owns the page by Yunsheng Lin · 3 years, 5 months ago
  32. 919d13a devlink: Set device as early as possible by Leon Romanovsky · 3 years, 5 months ago
  33. acc68b8 net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-cases by Grygorii Strashko · 3 years, 5 months ago
  34. 35ba6ab net: ethernet: ti: davinci_cpdma: revert "drop frame padding" by Grygorii Strashko · 3 years, 5 months ago
  35. 3bacbe0 net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completion by Grygorii Strashko · 3 years, 5 months ago
  36. 47bfc4d net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop() by Vignesh Raghavendra · 3 years, 5 months ago
  37. 9ffc513 net: ethernet: ti: davinci_cpdma: drop frame padding by Grygorii Strashko · 3 years, 5 months ago
  38. 61e7a22 net: ethernet: ti: davinci_emac: switch to use skb_put_padto() by Grygorii Strashko · 3 years, 5 months ago
  39. 1f88d5d net: ethernet: ti: cpsw: switch to use skb_put_padto() by Grygorii Strashko · 3 years, 5 months ago
  40. 0ca8d3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  41. ae03d18 net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_update() by Grygorii Strashko · 3 years, 5 months ago
  42. a54182b Revert "net: build all switchdev drivers as modules when the bridge is a module" by Vladimir Oltean · 3 years, 5 months ago
  43. 957e223 net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridge by Vladimir Oltean · 3 years, 5 months ago
  44. acf3495 net: ti: am65-cpsw-nuss: fix wrong devlink release order by Leon Romanovsky · 3 years, 6 months ago
  45. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
  46. b0e8181 net: build all switchdev drivers as modules when the bridge is a module by Vladimir Oltean · 3 years, 6 months ago
  47. 4721119 net: bridge: switchdev: allow the TX data plane forwarding to be offloaded by Tobias Waldekranz · 3 years, 6 months ago
  48. 4e51bf4 net: bridge: move the switchdev object replay helpers to "push" mode by Vladimir Oltean · 3 years, 6 months ago
  49. 2f5dc00 net: bridge: switchdev: let drivers inform which bridge ports are offloaded by Vladimir Oltean · 3 years, 6 months ago
  50. 0336f8f net: ti: fix UAF in tlan_remove_one by Pavel Skripkin · 3 years, 6 months ago
  51. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  52. e1289cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 7 months ago
  53. 69bfac9 net: switchdev: add a context void pointer to struct switchdev_notifier_info by Vladimir Oltean · 3 years, 7 months ago
  54. 0cc84b9 ti: Remove rcu_read_lock() around XDP program invocation by Toke Høiland-Jørgensen · 3 years, 7 months ago
  55. ce8eb4c net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queues by Vignesh Raghavendra · 3 years, 7 months ago
  56. a078d98 net: ti: add pp skb recycling support by Lorenzo Bianconi · 3 years, 7 months ago
  57. 0699073 net: davinci_emac: Use devm_platform_get_and_ioremap_resource() by Yang Yingliang · 3 years, 7 months ago
  58. aced6d3 net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource() by Yang Yingliang · 3 years, 7 months ago
  59. ba53931 net: ethernet: ti: cpsw-phy-sel: Use devm_platform_ioremap_resource_byname() by Yang Yingliang · 3 years, 7 months ago
  60. e77e2cf net: ethernet: ti: am65-cpts: Use devm_platform_ioremap_resource_byname() by Yang Yingliang · 3 years, 7 months ago
  61. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
  62. 85ead77 net: ti: Fix wrong struct name in comments by Yang Shen · 3 years, 8 months ago
  63. ddb6e00f net: netcp: Fix an error message by Christophe JAILLET · 3 years, 8 months ago
  64. 6876a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 9 months ago
  65. d83b8aa net: davinci_emac: Fix incorrect masking of tx and rx error channel by Colin Ian King · 3 years, 9 months ago
  66. 2c4eca3 net: bridge: switchdev: include local flag in FDB notifications by Vladimir Oltean · 3 years, 9 months ago
  67. 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 3 years, 9 months ago
  68. fdc1397 bpf, devmap: Move drop error path to devmap for XDP_REDIRECT by Lorenzo Bianconi · 3 years, 10 months ago
  69. a99163e Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 11 months ago
  70. e18f4c1 net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes by Vladimir Oltean · 4 years ago
  71. 4c08c58 net: switchdev: propagate extack to port attributes by Vladimir Oltean · 4 years ago
  72. 86e8b07 net: ti: am65-cpsw-nuss: Add switchdev support by Vignesh Raghavendra · 4 years ago
  73. 2934db9 net: ti: am65-cpsw-nuss: Add netdevice notifiers by Vignesh Raghavendra · 4 years ago
  74. 58356eb net: ti: am65-cpsw-nuss: Add devlink support by Vignesh Raghavendra · 4 years ago
  75. a8225ef net: ethernet: ti: fix netdevice stats for XDP by Lorenzo Bianconi · 4 years ago
  76. 0e658fd drivers: net: davinci_mdio: Use of_device_get_match_data() by Stephen Boyd · 4 years ago
  77. 4f7cce2 net: ethernet: ti: am65-cpsw: add support for am64x cpsw3g by Vignesh Raghavendra · 4 years ago
  78. 1dd3841 net: ti: cpsw_ale: add driver data for AM64 CPSW3g by Vignesh Raghavendra · 4 years ago
  79. 39fd054 net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handling by Peter Ujfalusi · 4 years ago
  80. ed569ed net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA API by Peter Ujfalusi · 4 years ago
  81. e49e464 net: ethernet: ti: am65-cpts: Document am65_cpts_rx_enable()'s 'en' parameter by Lee Jones · 4 years ago
  82. 935888c net: ethernet: ti: am65-cpsw-qos: Demote non-conformant function header by Lee Jones · 4 years ago
  83. 2d9116b Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years ago
  84. bae33f2 net: switchdev: remove the transaction structure from port attributes by Vladimir Oltean · 4 years ago
  85. ffb68fc net: switchdev: remove the transaction structure from port object notifiers by Vladimir Oltean · 4 years ago
  86. b7a9e0d net: switchdev: remove vid_begin -> vid_end range from VLAN objects by Vladimir Oltean · 4 years ago
  87. be9df4a net, xdp: Introduce xdp_prepare_buff utility routine by Lorenzo Bianconi · 4 years, 1 month ago
  88. 43b5169 net, xdp: Introduce xdp_init_buff utility routine by Lorenzo Bianconi · 4 years, 1 month ago
  89. 4614792 net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registered by Grygorii Strashko · 4 years, 1 month ago
  90. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  91. 011446c net: ethernet: ti: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
  92. 998f172 xdp: Remove the xdp_attachment_flags_ok() callback by Toke Høiland-Jørgensen · 4 years, 1 month ago
  93. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  94. b02e5a0 xsk: Propagate napi_id to XDP socket Rx path by Björn Töpel · 4 years, 2 months ago
  95. 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  96. 35f735c net: ethernet: ti: cpsw: fix error return code in cpsw_probe() by Zhang Changzhong · 4 years, 2 months ago
  97. 81e329e net: ethernet: ti: am65-cpts: update ret when ptp_clock is ERROR by Wang Qing · 4 years, 2 months ago
  98. 2b56687 net: ethernet: ti: cpsw: fix cpts irq after suspend by Grygorii Strashko · 4 years, 2 months ago
  99. ae0d0bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  100. 8fbc2f9 net: ethernet: ti: am65-cpsw: handle deferred probe with dev_err_probe() by Grygorii Strashko · 4 years, 3 months ago