1. db0dcc6 ethernet: make use of eth_hw_addr_random() where appropriate by Jakub Kicinski · 3 years, 5 months ago
  2. 7666075 ethernet: constify references to netdev->dev_addr in drivers by Jakub Kicinski · 3 years, 5 months ago
  3. 894b0fb ethernet: make more use of device_get_ethdev_address() by Jakub Kicinski · 3 years, 5 months ago
  4. 0a14501 eth: fwnode: remove the addr len from mac helpers by Jakub Kicinski · 3 years, 5 months ago
  5. 8017c4d eth: fwnode: change the return type of mac address helpers by Jakub Kicinski · 3 years, 5 months ago
  6. 9ca01b2 ethernet: use of_get_ethdev_address() by Jakub Kicinski · 3 years, 5 months ago
  7. f3956eb ethernet: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 5 months ago
  8. 0a83299 net: qcom/emac: Replace strlcpy with strscpy by Jason Wang · 3 years, 6 months ago
  9. 429205d net: qualcomm: fix QCA7000 checksum handling by Stefan Wahren · 3 years, 6 months ago
  10. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 7 months ago
  11. ad297cd net: qcom/emac: fix UAF in emac_remove by Pavel Skripkin · 3 years, 8 months ago
  12. dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 8 months ago
  13. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  14. 753ba09 net: qualcomm: rmnet: fix two pointer math bugs by Dan Carpenter · 3 years, 9 months ago
  15. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  16. 37aadc68 sched: Unbreak wakeups by Peter Zijlstra · 3 years, 9 months ago
  17. 56a967c net: qualcomm: rmnet: Remove some unneeded casts by Subash Abhinov Kasiviswanathan · 3 years, 9 months ago
  18. d917c35 net: qualcomm: rmnet: Allow partial updates of IFLA_FLAGS by Bjorn Andersson · 3 years, 9 months ago
  19. b84b53e net: qualcomm: rmnet: always expose a few functions by Alex Elder · 3 years, 9 months ago
  20. 994c393 net: qualcomm: rmnet: don't over-count statistics by Alex Elder · 3 years, 9 months ago
  21. 185a108 net: qualcomm: rmnet: IPv6 payload length is simple by Alex Elder · 3 years, 9 months ago
  22. 411a795 net: qualcomm: rmnet: drop some unary NOTs by Alex Elder · 3 years, 9 months ago
  23. be754f6 net: qualcomm: rmnet: trailer value is a checksum by Alex Elder · 3 years, 9 months ago
  24. 698aa6c net: qualcomm: rmnet: remove unneeded code by Alex Elder · 3 years, 9 months ago
  25. fab01a6 net: qualcomm: rmnet: return earlier for bad checksum by Alex Elder · 3 years, 9 months ago
  26. 9d0407b net: qualcomm: rmnet: show that an intermediate sum is zero by Alex Elder · 3 years, 9 months ago
  27. bbd45f1 net: qualcomm: rmnet: rearrange some NOTs by Alex Elder · 3 years, 9 months ago
  28. 0e6af89 net: qualcomm: rmnet: remove some local variables by Alex Elder · 3 years, 9 months ago
  29. 23a5708 net: qualcomm: rmnet: avoid unnecessary IPv6 byte-swapping by Alex Elder · 3 years, 9 months ago
  30. a2918a1 net: qualcomm: rmnet: avoid unnecessary byte-swapping by Alex Elder · 3 years, 9 months ago
  31. e5adbbd net: qualcomm: rmnet: clarify a bit of code by Alex Elder · 3 years, 9 months ago
  32. 16bf3d3 net: qualcomm: rmnet: IPv4 header has zero checksum by Alex Elder · 3 years, 9 months ago
  33. 874a333 net: qualcomm: rmnet: simplify rmnet_map_get_csum_field() by Alex Elder · 3 years, 9 months ago
  34. 1d257f4 net: qualcomm: rmnet: get rid of some local variables by Alex Elder · 3 years, 9 months ago
  35. 75db5b07 net: qualcomm: rmnet: eliminate some ifdefs by Alex Elder · 3 years, 9 months ago
  36. e4517d8 net: qualcomm: rmnet: use ip_is_fragment() by Alex Elder · 3 years, 9 months ago
  37. 8b8701d net: ethernet: rmnet: Always subtract MAP header by Kristian Evensen · 3 years, 9 months ago
  38. 118de61 net: ethernet: rmnet: Restructure if checks to avoid uninitialized warning by Nathan Chancellor · 3 years, 9 months ago
  39. b6e5d27 net: ethernet: rmnet: Add support for MAPv5 egress packets by Sharath Chandra Vurukala · 3 years, 9 months ago
  40. e1d9a90a net: ethernet: rmnet: Support for ingress MAPv5 checksum offload by Sharath Chandra Vurukala · 3 years, 9 months ago
  41. a539356 net: qca_spi: Introduce stat about bad signature by Stefan Wahren · 3 years, 10 months ago
  42. 6e03f3f net: qca_spi: Avoid re-sync for single signature error by Stefan Wahren · 3 years, 10 months ago
  43. b76078df net: qca_spi: Avoid reading signature three times in a row by Stefan Wahren · 3 years, 10 months ago
  44. 6d72e7c net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send by Lv Yunlong · 3 years, 10 months ago
  45. 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 3 years, 11 months ago
  46. 86ca860 net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum header by Alex Elder · 4 years ago
  47. cc1b21b net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum trailer by Alex Elder · 4 years ago
  48. 16653c1 net: qualcomm: rmnet: use masks instead of C bit-fields by Alex Elder · 4 years ago
  49. 9d131d0 net: qualcomm: rmnet: kill RMNET_MAP_GET_*() accessor macros by Alex Elder · 4 years ago
  50. 50c62a1 net: qualcomm: rmnet: simplify some byte order logic by Alex Elder · 4 years ago
  51. d698e6a net: qualcomm: rmnet: Fix rx_handler for non-linear skbs by Loic Poulain · 4 years, 1 month ago
  52. b7f5eb6 net: qualcomm: rmnet: Update rmnet device MTU based on real device by Subash Abhinov Kasiviswanathan · 4 years, 3 months ago
  53. cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 3 months ago
  54. fc70f5b net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanup by Subash Abhinov Kasiviswanathan · 4 years, 4 months ago
  55. d0ea5cb drivers/net/ethernet: clean up mis-targeted comments by Jesse Brandeburg · 4 years, 5 months ago
  56. 715d087 net: ethernet: qualcomm: constify qca_serdev_ops by Rikard Falkeborn · 4 years, 6 months ago
  57. 50caa77 net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init by Wang Hai · 4 years, 7 months ago
  58. 2fb2799 net: rmnet: do not allow to add multiple bridge interfaces by Taehee Yoo · 4 years, 8 months ago
  59. 2a762e9 net: rmnet: fix lower interface leak by Taehee Yoo · 4 years, 8 months ago
  60. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
  61. 3e1853e net: emac: Fix use correct return type for ndo_start_xmit() by Yunjian Wang · 4 years, 10 months ago
  62. 2abb579 net: qualcomm: rmnet: Allow configuration updates to existing devices by Subash Abhinov Kasiviswanathan · 5 years ago
  63. 376d530 net: rmnet: set NETIF_F_LLTX flag by Taehee Yoo · 5 years ago
  64. 9c9cc91 net: rmnet: use GFP_KERNEL instead of GFP_ATOMIC by Taehee Yoo · 5 years ago
  65. fcf8f4e net: rmnet: print error message when command fails by Taehee Yoo · 5 years ago
  66. eed22a0 net: rmnet: add missing module alias by Taehee Yoo · 5 years ago
  67. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  68. ad3cc31b net: rmnet: fix packet forwarding in rmnet bridge mode by Taehee Yoo · 5 years ago
  69. d939b6d net: rmnet: fix bridge mode bugs by Taehee Yoo · 5 years ago
  70. 037f9cd net: rmnet: use upper/lower device infrastructure by Taehee Yoo · 5 years ago
  71. 1dc49e9 net: rmnet: do not allow to change mux id if mux id is duplicated by Taehee Yoo · 5 years ago
  72. c026d97 net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device() by Taehee Yoo · 5 years ago
  73. 102210f net: rmnet: fix suspicious RCU usage by Taehee Yoo · 5 years ago
  74. 1eb1f43 net: rmnet: fix NULL pointer dereference in rmnet_changelink() by Taehee Yoo · 5 years ago
  75. 93b5cbf net: rmnet: fix NULL pointer dereference in rmnet_newlink() by Taehee Yoo · 5 years ago
  76. 8518b3b net: qcom/emac: use new helper tcp_v6_gso_csum_prep by Heiner Kallweit · 5 years ago
  77. fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  78. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  79. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  80. bc19c32 net: qca_spi: Move reset_count to struct qcaspi by Stefan Wahren · 5 years ago
  81. 3e7e676 net: qca_spi: fix receive buffer size check by Michael Heimpold · 5 years ago
  82. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  83. 5409386 net: qcom/emac: Demote MTU change print to debug by Florian Fainelli · 5 years ago
  84. e7a86c6 net: qualcomm: rmnet: Fix potential UAF when unregistering by Sean Tranchetti · 5 years ago
  85. 399e06a ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” by Markus Elfring · 6 years ago
  86. 687236b qca: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  87. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 6 years ago
  88. c792c00 net: qcom/emac: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 6 years ago
  89. d1a5584 net: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 6 years ago
  90. a7cf3d2 net: qualcomm: rmnet: Fix incorrect UL checksum offload logic by Subash Abhinov Kasiviswanathan · 6 years ago
  91. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 6 years ago
  92. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  93. 97fb5e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 by Thomas Gleixner · 6 years ago
  94. 9395da4 net: qualcomm: rmnet: Move common struct definitions to include by Subash Abhinov Kasiviswanathan · 6 years ago
  95. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  96. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  97. eae15bd net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  98. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  99. 2507915 net: qca_spi: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  100. 315c9e8 net: qualcomm: rmnet: Remove set but not used variable 'cmd' by YueHaibing · 6 years ago