1. 1771afd net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account by Ard Biesheuvel · 3 years ago
  2. a96d317 ethernet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 4 months ago
  3. f3ccfda1 ethtool: extend coalesce setting uAPI with CQE mode by Yufeng Mo · 3 years, 5 months ago
  4. 57f05bc page_pool: keep pp info as long as page pool owns the page by Yunsheng Lin · 3 years, 5 months ago
  5. 1f88d5d net: ethernet: ti: cpsw: switch to use skb_put_padto() by Grygorii Strashko · 3 years, 5 months ago
  6. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
  7. a078d98 net: ti: add pp skb recycling support by Lorenzo Bianconi · 3 years, 7 months ago
  8. aced6d3 net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource() by Yang Yingliang · 3 years, 7 months ago
  9. 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 3 years, 9 months ago
  10. fdc1397 bpf, devmap: Move drop error path to devmap for XDP_REDIRECT by Lorenzo Bianconi · 3 years, 10 months ago
  11. a8225ef net: ethernet: ti: fix netdevice stats for XDP by Lorenzo Bianconi · 4 years ago
  12. be9df4a net, xdp: Introduce xdp_prepare_buff utility routine by Lorenzo Bianconi · 4 years, 1 month ago
  13. 43b5169 net, xdp: Introduce xdp_init_buff utility routine by Lorenzo Bianconi · 4 years, 1 month ago
  14. 35f735c net: ethernet: ti: cpsw: fix error return code in cpsw_probe() by Zhang Changzhong · 4 years, 2 months ago
  15. 2b56687 net: ethernet: ti: cpsw: fix cpts irq after suspend by Grygorii Strashko · 4 years, 2 months ago
  16. a78766d net: ethernet: ti: cpsw: use true,false for bool variables by Jason Yan · 4 years, 4 months ago
  17. 64922d3 net: ethernet: ti: cpsw: use dev_id for ale configuration by Grygorii Strashko · 4 years, 4 months ago
  18. 99d469f net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host port by Murali Karicheri · 4 years, 5 months ago
  19. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  20. 4c64b83 net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend by Grygorii Strashko · 4 years, 8 months ago
  21. c88c351 net: ethernet: ti: Add XDP frame size to driver cpsw by Jesper Dangaard Brouer · 4 years, 8 months ago
  22. 84ea9c0 net: ethernet: ti: cpsw: enable cpts irq by Grygorii Strashko · 4 years, 9 months ago
  23. 3b6e1a4 net: cpsw: reject unsupported coalescing params by Jakub Kicinski · 4 years, 10 months ago
  24. c5013ac net: ethernet: ti: cpsw: move set of common functions in cpsw_priv by Grygorii Strashko · 5 years ago
  25. 51a9533 net: ethernet: ti: cpsw: resolve build deps of cpsw drivers by Grygorii Strashko · 5 years ago
  26. 4b41d343 net: ethernet: ti: cpsw: allow untagged traffic on host port by Grygorii Strashko · 5 years ago
  27. 0c65b2b net: of_get_phy_mode: Change API to solve int/unit warnings by Andrew Lunn · 5 years ago
  28. 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  29. 2d683ea net: cpsw: fix NULL pointer exception in the probe error path by Antoine Tenart · 5 years ago
  30. c8ace62 net: ethernet: ti: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  31. 3cd6e20 net: ethernet: ti: cpsw: Add of_node_put() before return and break by Nishka Dasgupta · 6 years ago
  32. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  33. 9ed4050 net: ethernet: ti: cpsw: add XDP support by Ivan Khoronzhuk · 6 years ago
  34. 337d172 net: ethernet: ti: cpsw: Assign OF node to slave devices by Marek Vasut · 6 years ago
  35. 2f9b0d9 net: ethernet: ti: cpsw: Fix suspend/resume break by Keerthy · 6 years ago
  36. 871e846 net: ethernet: ti: davinci_cpdma: use idled submit by Ivan Khoronzhuk · 6 years ago
  37. bfe5903 net: ethernet: ti: cpsw: use cpsw as drv data by Ivan Khoronzhuk · 6 years ago
  38. 02caced net: ethernet: ti: cpsw: correct .ndo_open error path by Ivan Khoronzhuk · 6 years ago
  39. 2d2924a net: ethernet: fix similar warning reported by kbuild test robot by Petr Štetiar · 6 years ago
  40. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  41. ac97a35 net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe() by YueHaibing · 6 years ago
  42. 026cc9c cpsw: Put back cpsw_ndo_poll_controller() by David S. Miller · 6 years ago
  43. c24eef2 net: ethernet: ti: cpsw: move ethtool func in separate file by Grygorii Strashko · 6 years ago
  44. cfc0834 net: ethernet: ti: cpsw: switch to use mac sl api by Grygorii Strashko · 6 years ago
  45. e6a8462 net: ethernet: ti: cpsw: move common hw init code in separate func by Grygorii Strashko · 6 years ago
  46. 814b4a6 net: ethernet: ti: cpsw: move cpsw definitions in priv header by Grygorii Strashko · 6 years ago
  47. 83a8471 net: ethernet: ti: cpsw: refactor probe to group common hw initialization by Grygorii Strashko · 6 years ago
  48. 06095f3 net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode by Grygorii Strashko · 6 years ago
  49. 10ae805 net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit() by Grygorii Strashko · 6 years ago
  50. d183a94 net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs() by Grygorii Strashko · 6 years ago
  51. 56bf8a5 net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state call by Grygorii Strashko · 6 years ago
  52. c8fb566 net: ethernet: ti: cpsw: use local var dev in probe by Grygorii Strashko · 6 years ago
  53. 9763a89 net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_common by Grygorii Strashko · 6 years ago
  54. 68cf027 net: ethernet: ti: convert to SPDX license identifiers by Grygorii Strashko · 6 years ago
  55. c0ea81b Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  56. 3ff1884 net: ethernet: ti: cpsw: add support for port interface mode selection phy by Grygorii Strashko · 6 years ago
  57. bf5849f net: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  58. 1ebb244 net: ethernet: ti: cpsw: allow vlan tagged packets to be timestamped by Ivan Khoronzhuk · 6 years ago
  59. a942312 net: ethernet: ti: cpts: move enable/disable flags outside of cpts module by Ivan Khoronzhuk · 6 years ago
  60. 00fe471 net: ethernet: ti: cpsw: fix vlan configuration while down/up by Ivan Khoronzhuk · 6 years ago
  61. 15180ec net: ethernet: ti: cpsw: fix vlan mcast by Ivan Khoronzhuk · 6 years ago
  62. 9737cc99d net: ethernet: ti: cpsw: unsync mcast entries while switch promisc mode by Ivan Khoronzhuk · 6 years ago
  63. 4e13c252 net: ethernet: ti: cpsw: simplify getting .driver_data by Wolfram Sang · 6 years ago
  64. 5b3a5a1 net: ethernet: ti: cpsw: use for mcast entries only host port by Ivan Khoronzhuk · 6 years ago
  65. 5da1948 net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode update by Ivan Khoronzhuk · 6 years ago
  66. a90546e net: ti: Use FIELD_SIZEOF directly instead of reimplementing its function by zhong jiang · 6 years ago
  67. 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  68. 803c4f6 net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlan by Ivan Khoronzhuk · 6 years ago
  69. be35b98 net: ethernet: ti: cpsw: clear all entries when delete vid by Ivan Khoronzhuk · 6 years ago
  70. fea49f6 net: ethernet: ti: cpsw: replace unnecessarily macroses on functions by Ivan Khoronzhuk · 6 years ago
  71. 193736c net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slave by Ivan Khoronzhuk · 6 years ago
  72. 4b4255e net: ethernet: ti: cpsw: restore shaper configuration while down/up by Ivan Khoronzhuk · 6 years ago
  73. 57d9014 net: ethernet: ti: cpsw: add CBS Qdisc offload by Ivan Khoronzhuk · 6 years ago
  74. 7929a66 net: ethernet: ti: cpsw: add MQPRIO Qdisc offload by Ivan Khoronzhuk · 6 years ago
  75. 79b3325 net: ethernet: ti: cpsw: use cpdma channels in backward order for txq by Ivan Khoronzhuk · 6 years ago
  76. 1c0e812 net: ethernet: ti: cpsw: allow PTP 224.0.0.107 to be timestamped by Ivan Khoronzhuk · 7 years ago
  77. 1239a96 net: ethernet: ti: cpsw: use BIT macro by Ivan Khoronzhuk · 7 years ago
  78. 6c1f0a1 net: drivers/net: Convert random_ether_addr to eth_random_addr by Joe Perches · 7 years ago
  79. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  80. e2b3e49 net: ti: cpsw: include gpio/consumer.h by Arnd Bergmann · 7 years ago
  81. bf2ce3f net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk format by Florian Fainelli · 7 years ago
  82. 9611d6d net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devices by Ivan Khoronzhuk · 7 years ago
  83. 5e5add1 net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode by Grygorii Strashko · 7 years ago
  84. 5e391dc5 net: ethernet: ti: cpsw: fix tx vlan priority mapping by Ivan Khoronzhuk · 7 years ago
  85. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  86. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  87. a3a41d2 net: ethernet: ti: cpsw: enable vlan rx vlan offload by Grygorii Strashko · 7 years ago
  88. f9db506 net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY interface by SZ Lin (林上智) · 7 years ago
  89. 62f94c2 net: ethernet: ti: cpsw: fix net watchdog timeout by Grygorii Strashko · 7 years ago
  90. 8a83c5d net: ethernet: ti: cpdma: correct error handling for chan create by Ivan Khoronzhuk · 7 years ago
  91. 1971ab5 net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create() by Grygorii Strashko · 7 years ago
  92. c6395f1 net: ethernet: ti: cpsw: fix ale port numbers by Grygorii Strashko · 7 years ago
  93. 2733d7b net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.h by Grygorii Strashko · 7 years ago
  94. 2c8a14d net: ethernet: ti: cpsw: move platform data struct to .c file by Grygorii Strashko · 7 years ago
  95. dda5f5fe net: ethernet: ti: cpsw: use proper io apis by Grygorii Strashko · 7 years ago
  96. fc49be8 net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_res by Grygorii Strashko · 7 years ago
  97. 9421c90 net: ethernet: ti: cpsw: fix min eth packet size by Grygorii Strashko · 7 years ago
  98. f5b5894 net: ti: cpsw:: constify platform_device_id by Arvind Yadav · 7 years ago
  99. f7ce910 net: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  100. 070f9c6 net: ethernet: ti: cpsw: Push the request_irq function to the end of probe by Keerthy · 7 years ago