1. eac1b93 gro: add ability to control gro max packet size by Coco Li · 3 years ago
  2. 007747a9 net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets by Miroslav Lichvar · 3 years ago
  3. 1b26d36 net: dsa: warn about dsa_port and dsa_switch bit fields being non atomic by Vladimir Oltean · 3 years ago
  4. 63cfc65 net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commas by Vladimir Oltean · 3 years ago
  5. af8c6db Merge branch 'dsa-init-cleanups' by David S. Miller · 3 years ago
  6. 11fd667 net: dsa: setup master before ports by Vladimir Oltean · 3 years ago
  7. 1e3f407 net: dsa: first set up shared ports, then non-shared ports by Vladimir Oltean · 3 years ago
  8. c146f9b net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown} by Vladimir Oltean · 3 years ago
  9. a1ff94c net: dsa: stop updating master MTU from master.c by Vladimir Oltean · 3 years ago
  10. e31dbd3 net: dsa: merge rtnl_lock sections in dsa_slave_create by Vladimir Oltean · 3 years ago
  11. 904e112 net: dsa: reorder PHY initialization with MTU setup in slave.c by Vladimir Oltean · 3 years ago
  12. d093d17 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 3 years ago
  13. 4e023b4 Merge branch 'net-lantiq_xrx200-improve-ethernet-performance' by Jakub Kicinski · 3 years ago
  14. e015593 net: lantiq_xrx200: convert to build_skb by Aleksander Jan Bajkowski · 3 years ago
  15. 768818d net: lantiq_xrx200: increase napi poll weigth by Aleksander Jan Bajkowski · 3 years ago
  16. 5112e92 MIPS: lantiq: dma: increase descritor count by Aleksander Jan Bajkowski · 3 years ago
  17. 87eee9c testptp: set pin function before other requests by Miroslav Lichvar · 3 years ago
  18. b9adba3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  19. 75acfdb Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  20. 4e4f325 net: gemini: allow any RGMII interface mode by Russell King (Oracle) · 3 years ago
  21. aa298b5 Merge branch 'fix-rgmii-delays-for-88e1118' by Jakub Kicinski · 3 years ago
  22. f22725c net: phy: marvell: configure RGMII delays for 88E1118 by Russell King (Oracle) · 3 years ago
  23. 5b8f970 net: phy: marvell: use phy_write_paged() to set MSCR by Russell King (Oracle) · 3 years ago
  24. db54c12 selftests: set amt.sh executable by Taehee Yoo · 3 years ago
  25. 00fcf8c Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks" by Aaron Ma · 3 years ago
  26. 2d6ec25 netlink: do not allocate a device refcount tracker in ethnl_default_notify() by Eric Dumazet · 3 years ago
  27. 88248c3 net/sched: add missing tracker information in qdisc_create() by Eric Dumazet · 3 years ago
  28. 49ef78e Merge tag 'gpio-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years ago
  29. af872b6 Merge tag 'ieee802154-for-net-2022-01-05' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by Jakub Kicinski · 3 years ago
  30. c487b65 Merge branch 'dsa-notifier-cleanup' by David S. Miller · 3 years ago
  31. a68dc7b net: dsa: remove cross-chip support for HSR by Vladimir Oltean · 3 years ago
  32. cad6901 net: dsa: remove cross-chip support for MRP by Vladimir Oltean · 3 years ago
  33. ff91e1b net: dsa: fix incorrect function pointer check for MRP ring roles by Vladimir Oltean · 3 years ago
  34. d43e427 mlxsw: pci: Avoid flow control for EMAD packets by Danielle Ratson · 3 years ago
  35. 7da0694 Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 3 years ago
  36. 53928cd Merge branch 'dsa-cleanups' by David S. Miller · 3 years ago
  37. 4b026e8 net: dsa: combine two holes in struct dsa_switch_tree by Vladimir Oltean · 3 years ago
  38. b035c88c net: dsa: move dsa_switch_tree :: ports and lags to first cache line by Vladimir Oltean · 3 years ago
  39. 258030a net: dsa: make dsa_switch :: num_ports an unsigned int by Vladimir Oltean · 3 years ago
  40. 7787ff7 net: dsa: merge all bools of struct dsa_switch into a single u32 by Vladimir Oltean · 3 years ago
  41. 0625125 net: dsa: move dsa_port :: type near dsa_port :: index by Vladimir Oltean · 3 years ago
  42. bde82f3 net: dsa: merge all bools of struct dsa_port into a single u8 by Vladimir Oltean · 3 years ago
  43. b08db33 net: dsa: move dsa_port :: stp_state near dsa_port :: mac by Vladimir Oltean · 3 years ago
  44. 5be9963 Merge branch 'hns3-stats-refactor' by David S. Miller · 3 years ago
  45. 43710bf net: hns3: create new common cmd code for PF and VF modules by Jie Wang · 3 years ago
  46. 4afc310 net: hns3: refactor VF tqp stats APIs with new common tqp stats APIs by Jie Wang · 3 years ago
  47. add7645 net: hns3: refactor PF tqp stats APIs with new common tqp stats APIs by Jie Wang · 3 years ago
  48. 287db5c4 net: hns3: create new set of common tqp stats APIs for PF and VF reuse by Jie Wang · 3 years ago
  49. 93969dc net: hns3: refactor VF rss init APIs with new common rss init APIs by Jie Wang · 3 years ago
  50. 07dce03 net: hns3: refactor PF rss init APIs with new common rss init APIs by Jie Wang · 3 years ago
  51. 2c0d3f4 net: hns3: create new set of common rss init APIs for PF and VF reuse by Jie Wang · 3 years ago
  52. 7428d6c net: hns3: refactor VF rss set APIs with new common rss set APIs by Jie Wang · 3 years ago
  53. 1813ee5 net: hns3: refactor PF rss set APIs with new common rss set APIs by Jie Wang · 3 years ago
  54. 6de0600 net: hns3: create new set of common rss set APIs for PF and VF module by Jie Wang · 3 years ago
  55. 027733b net: hns3: refactor VF rss get APIs with new common rss get APIs by Jie Wang · 3 years ago
  56. 7347255 net: hns3: refactor PF rss get APIs with new common rss get APIs by Jie Wang · 3 years ago
  57. 1bfd668 net: hns3: create new set of common rss get APIs for PF and VF rss module by Jie Wang · 3 years ago
  58. 9970308 net: hns3: refactor hclge_comm_send function in PF/VF drivers by Jie Wang · 3 years ago
  59. 9667b81 net: hns3: create new rss common structure hclge_comm_rss_cfg by Jie Wang · 3 years ago
  60. c5bcdd8 Merge branch 'lan966x-extend-switchdev-and-mdb-support' by David S. Miller · 3 years ago
  61. 7aacb894 net: lan966x: Extend switchdev with mdb support by Horatiu Vultur · 3 years ago
  62. 11b0a27 net: lan966x: Add PGID_GP_START and PGID_GP_END by Horatiu Vultur · 3 years ago
  63. fc0c3fe net: lan966x: Add function lan966x_mac_ip_learn() by Horatiu Vultur · 3 years ago
  64. 2a5ab39 Merge branch 'mtk_eth_soc-refactoring-and-clause45' by David S. Miller · 3 years ago
  65. e2e7f6e net: ethernet: mtk_eth_soc: implement Clause 45 MDIO access by Daniel Golle · 3 years ago
  66. c6af53f net: mdio: add helpers to extract clause 45 regad and devad fields by Russell King (Oracle) · 3 years ago
  67. eda80b2 net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops by Daniel Golle · 3 years ago
  68. b3c8e0d Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by David S. Miller · 3 years ago
  69. 383f099 can: netlink: report the CAN controller mode supported flags by Vincent Mailhol · 3 years, 1 month ago
  70. 5fe1be8 can: dev: reorder struct can_priv members for better packing by Vincent Mailhol · 3 years, 1 month ago
  71. 7d4a101 can: dev: add sanity check in can_set_static_ctrlmode() by Vincent Mailhol · 3 years, 1 month ago
  72. c9e1d8e can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode() by Vincent Mailhol · 3 years, 1 month ago
  73. cc4b08c can: do not increase tx_bytes statistics for RTR frames by Vincent Mailhol · 3 years, 1 month ago
  74. 8e674ca can: do not increase rx_bytes statistics for RTR frames by Vincent Mailhol · 3 years, 1 month ago
  75. f68eafe can: do not copy the payload of RTR frames by Vincent Mailhol · 3 years, 1 month ago
  76. 0b0ce2c can: kvaser_usb: do not increase tx statistics when sending error message frames by Vincent Mailhol · 3 years, 1 month ago
  77. 676068d can: do not increase rx statistics when generating a CAN rx error message frame by Vincent Mailhol · 3 years, 1 month ago
  78. e233640 can: etas_es58x: es58x_init_netdev: populate net_device::dev_port by Vincent Mailhol · 3 years, 3 months ago
  79. decdcae can: sja1000: sp_probe(): use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  80. eff104c can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interrupt by Lad Prabhakar · 3 years, 1 month ago
  81. b8f9179 can: kvaser_usb: make use of units.h in assignment of frequency by Jimmy Assarsson · 3 years, 1 month ago
  82. 68fa39e can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignment by Andy Shevchenko · 3 years, 1 month ago
  83. 617dbee can: usb_8dev: remove unused member echo_skb from struct usb_8dev_priv by Marc Kleine-Budde · 3 years, 1 month ago
  84. ffd32ea Revert "net: wwan: iosm: Keep device at D0 for s2idle case" by M Chetan Kumar · 3 years ago
  85. 1d5a474 sfc: The RX page_ring is optional by Martin Habets · 3 years ago
  86. b712941 iavf: Fix limit of total number of queues to active queues of VF by Karen Sornek · 3 years, 5 months ago
  87. e738451 i40e: Fix incorrect netdev's real number of RX/TX queues by Jedrzej Jagielski · 3 years, 1 month ago
  88. 40feded i40e: Fix for displaying message regarding NVM version by Mateusz Palczewski · 3 years, 1 month ago
  89. 3116f59 i40e: fix use-after-free in i40e_sync_filters_subtask() by Di Zhu · 3 years, 2 months ago
  90. 01cbf50 i40e: Fix to not show opcode msg on unsuccessful VF MAC change by Mateusz Palczewski · 3 years, 11 months ago
  91. 754e438 ieee802154: atusb: fix uninit value in atusb_set_extended_addr by Pavel Skripkin · 3 years ago
  92. 18343b8 Merge tag 'mac80211-next-for-net-next-2022-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by Jakub Kicinski · 3 years ago
  93. 6f89ecf Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by Jakub Kicinski · 3 years ago
  94. b3c1906 mac80211: use ieee80211_bss_get_elem() by Johannes Berg · 3 years, 1 month ago
  95. 5bc03b2 nl80211: clarify comment for mesh PLINK_BLOCKED state by Felix Fietkau · 3 years, 1 month ago
  96. acb99b9 mac80211: Add stations iterator where the iterator function may sleep by Martin Blumenstingl · 3 years, 1 month ago
  97. 04be6d3 mac80211: allow non-standard VHT MCS-10/11 by Ping-Ke Shih · 3 years ago
  98. 8b5cb7e mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh by Pavel Skripkin · 3 years, 1 month ago
  99. 68a18ad mac80211: initialize variable have_higher_than_11mbit by Tom Rix · 3 years, 1 month ago
  100. 416b274 ethernet/sfc: remove redundant rc variable by Minghao Chi · 3 years ago