1. 871e846 net: ethernet: ti: davinci_cpdma: use idled submit by Ivan Khoronzhuk · 6 years ago
  2. bfe5903 net: ethernet: ti: cpsw: use cpsw as drv data by Ivan Khoronzhuk · 6 years ago
  3. 02caced net: ethernet: ti: cpsw: correct .ndo_open error path by Ivan Khoronzhuk · 6 years ago
  4. 2d2924a net: ethernet: fix similar warning reported by kbuild test robot by Petr Štetiar · 6 years ago
  5. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  6. ac97a35 net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe() by YueHaibing · 6 years ago
  7. 026cc9c cpsw: Put back cpsw_ndo_poll_controller() by David S. Miller · 6 years ago
  8. c24eef2 net: ethernet: ti: cpsw: move ethtool func in separate file by Grygorii Strashko · 6 years ago
  9. cfc0834 net: ethernet: ti: cpsw: switch to use mac sl api by Grygorii Strashko · 6 years ago
  10. e6a8462 net: ethernet: ti: cpsw: move common hw init code in separate func by Grygorii Strashko · 6 years ago
  11. 814b4a6 net: ethernet: ti: cpsw: move cpsw definitions in priv header by Grygorii Strashko · 6 years ago
  12. 83a8471 net: ethernet: ti: cpsw: refactor probe to group common hw initialization by Grygorii Strashko · 6 years ago
  13. 06095f3 net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode by Grygorii Strashko · 6 years ago
  14. 10ae805 net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit() by Grygorii Strashko · 6 years ago
  15. d183a94 net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs() by Grygorii Strashko · 6 years ago
  16. 56bf8a5 net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state call by Grygorii Strashko · 6 years ago
  17. c8fb566 net: ethernet: ti: cpsw: use local var dev in probe by Grygorii Strashko · 6 years ago
  18. 9763a89 net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_common by Grygorii Strashko · 6 years ago
  19. 68cf027 net: ethernet: ti: convert to SPDX license identifiers by Grygorii Strashko · 6 years ago
  20. 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
  21. 3ff1884 net: ethernet: ti: cpsw: add support for port interface mode selection phy by Grygorii Strashko · 6 years ago
  22. bf5849f net: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  23. 1ebb244 net: ethernet: ti: cpsw: allow vlan tagged packets to be timestamped by Ivan Khoronzhuk · 6 years ago
  24. a942312 net: ethernet: ti: cpts: move enable/disable flags outside of cpts module by Ivan Khoronzhuk · 6 years ago
  25. 00fe471 net: ethernet: ti: cpsw: fix vlan configuration while down/up by Ivan Khoronzhuk · 6 years ago
  26. 15180ec net: ethernet: ti: cpsw: fix vlan mcast by Ivan Khoronzhuk · 6 years ago
  27. 9737cc99d net: ethernet: ti: cpsw: unsync mcast entries while switch promisc mode by Ivan Khoronzhuk · 6 years ago
  28. 4e13c252 net: ethernet: ti: cpsw: simplify getting .driver_data by Wolfram Sang · 6 years ago
  29. 5b3a5a1 net: ethernet: ti: cpsw: use for mcast entries only host port by Ivan Khoronzhuk · 6 years ago
  30. 5da1948 net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode update by Ivan Khoronzhuk · 6 years ago
  31. a90546e net: ti: Use FIELD_SIZEOF directly instead of reimplementing its function by zhong jiang · 6 years ago
  32. 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  33. 803c4f6 net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlan by Ivan Khoronzhuk · 6 years ago
  34. be35b98 net: ethernet: ti: cpsw: clear all entries when delete vid by Ivan Khoronzhuk · 6 years ago
  35. fea49f6 net: ethernet: ti: cpsw: replace unnecessarily macroses on functions by Ivan Khoronzhuk · 6 years ago
  36. 193736c net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slave by Ivan Khoronzhuk · 6 years ago
  37. 4b4255e net: ethernet: ti: cpsw: restore shaper configuration while down/up by Ivan Khoronzhuk · 6 years ago
  38. 57d9014 net: ethernet: ti: cpsw: add CBS Qdisc offload by Ivan Khoronzhuk · 6 years ago
  39. 7929a66 net: ethernet: ti: cpsw: add MQPRIO Qdisc offload by Ivan Khoronzhuk · 6 years ago
  40. 79b3325 net: ethernet: ti: cpsw: use cpdma channels in backward order for txq by Ivan Khoronzhuk · 6 years ago
  41. 1c0e812 net: ethernet: ti: cpsw: allow PTP 224.0.0.107 to be timestamped by Ivan Khoronzhuk · 7 years ago
  42. 1239a96 net: ethernet: ti: cpsw: use BIT macro by Ivan Khoronzhuk · 7 years ago
  43. 6c1f0a1 net: drivers/net: Convert random_ether_addr to eth_random_addr by Joe Perches · 7 years ago
  44. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  45. e2b3e49 net: ti: cpsw: include gpio/consumer.h by Arnd Bergmann · 7 years ago
  46. bf2ce3f net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk format by Florian Fainelli · 7 years ago
  47. 9611d6d net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devices by Ivan Khoronzhuk · 7 years ago
  48. 5e5add1 net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode by Grygorii Strashko · 7 years ago
  49. 5e391dc5 net: ethernet: ti: cpsw: fix tx vlan priority mapping by Ivan Khoronzhuk · 7 years ago
  50. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  51. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  52. a3a41d2 net: ethernet: ti: cpsw: enable vlan rx vlan offload by Grygorii Strashko · 7 years ago
  53. f9db506 net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY interface by SZ Lin (林上智) · 7 years ago
  54. 62f94c2 net: ethernet: ti: cpsw: fix net watchdog timeout by Grygorii Strashko · 7 years ago
  55. 8a83c5d net: ethernet: ti: cpdma: correct error handling for chan create by Ivan Khoronzhuk · 7 years ago
  56. 1971ab5 net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create() by Grygorii Strashko · 7 years ago
  57. c6395f1 net: ethernet: ti: cpsw: fix ale port numbers by Grygorii Strashko · 7 years ago
  58. 2733d7b net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.h by Grygorii Strashko · 7 years ago
  59. 2c8a14d net: ethernet: ti: cpsw: move platform data struct to .c file by Grygorii Strashko · 7 years ago
  60. dda5f5fe net: ethernet: ti: cpsw: use proper io apis by Grygorii Strashko · 7 years ago
  61. fc49be8 net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_res by Grygorii Strashko · 7 years ago
  62. 9421c90 net: ethernet: ti: cpsw: fix min eth packet size by Grygorii Strashko · 7 years ago
  63. f5b5894 net: ti: cpsw:: constify platform_device_id by Arvind Yadav · 7 years ago
  64. f7ce910 net: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  65. 070f9c6 net: ethernet: ti: cpsw: Push the request_irq function to the end of probe by Keerthy · 8 years ago
  66. f44f841 net: ethernet: ti: cpsw: fix sw timestamping for non PTP packets by Ivan Khoronzhuk · 8 years ago
  67. 98fdd85 net: ethernet: ti: cpsw: move skb timestamp to packet_submit by Ivan Khoronzhuk · 8 years ago
  68. 5514174 net: phy: Make phy_ethtool_ksettings_get return void by yuval.shaia@oracle.com · 8 years ago
  69. e9523a5 net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filter by Grygorii Strashko · 8 years ago
  70. e341257 net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL by Miroslav Lichvar · 8 years ago
  71. 48f5bcc net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow control by Grygorii Strashko · 8 years ago
  72. 30c57f0 net: ethernet: ti: cpsw: fix race condition during open() by Sekhar Nori · 8 years ago
  73. 75514b6 net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeout by Grygorii Strashko · 8 years ago
  74. 9fe9aa0 net: ethernet: ti: cpsw: correct ale dev to cpsw by Ivan Khoronzhuk · 8 years ago
  75. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  76. d5bc161 net: ethernet: ti: cpsw: use var instead of func for usage count by Ivan Khoronzhuk · 8 years ago
  77. a60ced9 net: ethernet: ti: cpsw: fix cpsw assignment in resume by Ivan Khoronzhuk · 8 years ago
  78. 1bf9605 net: ethernet: ti: cpsw: return NET_XMIT_DROP if skb_padto failed by Ivan Khoronzhuk · 8 years ago
  79. 219189e net: ethernet: ti: cpsw: remove netif_trans_update by Ivan Khoronzhuk · 8 years ago
  80. f696186 net: ethernet: ti: cpsw: fix NULL pointer dereference in switch mode by Grygorii Strashko · 8 years ago
  81. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  82. 022d7ad net: ethernet: ti: cpsw: clarify ethtool ops changing num of descs by Ivan Khoronzhuk · 8 years ago
  83. fe734d0 net: ethernet: ti: cpsw: don't duplicate common res in rx handler by Ivan Khoronzhuk · 8 years ago
  84. 03fd01a net: ethernet: ti: cpsw: don't duplicate ndev_running by Ivan Khoronzhuk · 8 years ago
  85. 176b0cb net: ethernet: ti: cpsw: don't disable interrupts in ndo_open by Ivan Khoronzhuk · 8 years ago
  86. aafc93a net: ethernet: ti: cpsw: remove dual check from common res usage function by Ivan Khoronzhuk · 8 years ago
  87. f89d21b net: ethernet: ti: cpsw: extend limits for cpsw_get/set_ringparam by Ivan Khoronzhuk · 8 years ago
  88. be034fc net: ethernet: ti: cpsw: add support for ringparam configuration by Grygorii Strashko · 8 years ago
  89. 90225bf net: ethernet: ti: cpsw: add support for descs pool size configuration by Grygorii Strashko · 8 years ago
  90. 52986a2 net: ethernet: ti: cpsw: sync rates for channels in dual emac mode by Ivan Khoronzhuk · 8 years ago
  91. 0be01b8 net: ethernet: ti: cpsw: re-split res only when speed is changed by Ivan Khoronzhuk · 8 years ago
  92. 32b78d8 net: ethernet: ti: cpsw: combine budget and weight split and check by Ivan Khoronzhuk · 8 years ago
  93. 32b5f2d net: ethernet: ti: cpsw: don't start queue twice by Ivan Khoronzhuk · 8 years ago
  94. cb7d78d0 net: ethernet: ti: cpsw: use same macros to get active slave by Ivan Khoronzhuk · 8 years ago
  95. 4a88fb9 net: ethernet: ti: cpts: move dt props parsing to cpts driver by Grygorii Strashko · 8 years ago
  96. 8a2c9a5 net: ethernet: ti: cpts: rework initialization/deinitialization by Grygorii Strashko · 8 years ago
  97. b63ba58 net: ethernet: ti: cpsw: minimize direct access to struct cpts by Grygorii Strashko · 8 years ago
  98. c8395d4 net: ethernet: ti: allow cpts to be built separately by Grygorii Strashko · 8 years ago
  99. 48e0a83 net: ethernet: ti: cpsw: fix early budget split by Ivan Khoronzhuk · 8 years ago
  100. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago