1. 2e554a7 net: dsa: propagate switchdev vlan_filtering prepare phase to drivers by Vladimir Oltean · 4 years, 3 months ago
  2. 2f17c05 net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0 by Xiaoliang Yang · 4 years, 4 months ago
  3. 75944fd net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1 by Xiaoliang Yang · 4 years, 4 months ago
  4. 2096805 net: mscc: ocelot: automatically detect VCAP constants by Vladimir Oltean · 4 years, 4 months ago
  5. 2d44b09 net: mscc: ocelot: move NPI port configuration to DSA by Vladimir Oltean · 4 years, 4 months ago
  6. e2f9a8f net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skb by Vladimir Oltean · 4 years, 4 months ago
  7. e5fb512 net: mscc: ocelot: deinitialize only initialized ports by Vladimir Oltean · 4 years, 4 months ago
  8. 6565243 net: mscc: ocelot: add locking for the port TX timestamp ID by Vladimir Oltean · 4 years, 4 months ago
  9. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  10. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  11. 5fd8220 net: mscc: ocelot: fix hardware timestamp dequeue logic by laurent brando · 4 years, 6 months ago
  12. aa92d83 net: mscc: ocelot: extend watermark encoding function by Maxim Kochetkov · 4 years, 6 months ago
  13. 541132f net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfield by Maxim Kochetkov · 4 years, 6 months ago
  14. b396480 net: mscc: ocelot: disable flow control on NPI interface by Vladimir Oltean · 4 years, 6 months ago
  15. e8e6e73 net: mscc: ocelot: split writes to pause frame enable bit and to thresholds by Vladimir Oltean · 4 years, 6 months ago
  16. 886e138 net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfields by Vladimir Oltean · 4 years, 6 months ago
  17. 9403c15 net: mscc: ocelot: support IPv4, IPv6 and plain Ethernet mdb entries by Vladimir Oltean · 4 years, 7 months ago
  18. 96b029b net: mscc: ocelot: introduce macros for iterating over PGIDs by Vladimir Oltean · 4 years, 7 months ago
  19. 209edf9 net: dsa: felix: call port mdb operations from ocelot by Vladimir Oltean · 4 years, 7 months ago
  20. 471beb1 net: mscc: ocelot: make the NPI port a proper target for FDB and MDB by Vladimir Oltean · 4 years, 7 months ago
  21. 0897ecf net: mscc: ocelot: fix encoding destination ports into multicast IPv4 address by Vladimir Oltean · 4 years, 7 months ago
  22. aae4e50 net: mscc: ocelot: generalize the "ACE/ACL" names by Vladimir Oltean · 4 years, 7 months ago
  23. 3c83654 net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h} by Vladimir Oltean · 4 years, 7 months ago
  24. 9c90eea net: mscc: ocelot: move net_device related functions to ocelot_net.c by Vladimir Oltean · 4 years, 7 months ago
  25. b2e118f net: mscc: allow offloading timestamping operations to the PHY by Antoine Tenart · 4 years, 8 months ago
  26. 7ff4f3f net: mscc: use the PHY MII ioctl interface when possible by Antoine Tenart · 4 years, 8 months ago
  27. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  28. bf655ba net: mscc: ocelot: fix address ageing time (again) by Vladimir Oltean · 4 years, 8 months ago
  29. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  30. c0d7ecc net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not ms by Vladimir Oltean · 4 years, 9 months ago
  31. 21ce7f3 net: dsa: ocelot: the MAC table on Felix is twice as large by Vladimir Oltean · 4 years, 9 months ago
  32. d2b09a8 net: mscc: ocelot: fix timestamp info if ptp clock does not work by Yangbo Lu · 4 years, 9 months ago
  33. 2b49d12 net: mscc: ocelot: move ocelot ptp clock code out of ocelot.c by Yangbo Lu · 4 years, 9 months ago
  34. 87b0f98 net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridge by Vladimir Oltean · 4 years, 9 months ago
  35. 0b912fc net: dsa: felix: support changing the MTU by Vladimir Oltean · 4 years, 10 months ago
  36. 4a601f1 net: mscc: ocelot: adjust maxlen on NPI port, not CPU by Vladimir Oltean · 4 years, 10 months ago
  37. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  38. a8015de net: mscc: ocelot: properly account for VLAN header length when setting MRU by Vladimir Oltean · 4 years, 10 months ago
  39. 69df578 net: mscc: ocelot: eliminate confusion between CPU and NPI port by Vladimir Oltean · 4 years, 11 months ago
  40. 1ba8f65 net: mscc: ocelot: remove port_pcs_init indirection for VSC7514 by Vladimir Oltean · 4 years, 11 months ago
  41. a56d7a3 net: mscc: ocelot: simplify tc-flower offload structures by Vladimir Oltean · 4 years, 11 months ago
  42. ee50d07 net: mscc: ocelot: make phy_mode a member of the common struct ocelot_port by Vladimir Oltean · 5 years ago
  43. 9385973 net: mscc: ocelot: unregister the PTP clock on deinit by Vladimir Oltean · 5 years ago
  44. b049da1 net: mscc: ocelot: use skb queue instead of skbs list by Yangbo Lu · 5 years ago
  45. fc62c09 net: mscc: ocelot: avoid incorrect consuming in skbs list by Yangbo Lu · 5 years ago
  46. 400928b net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb() by Yangbo Lu · 5 years ago
  47. e23a7b3 net: mscc: ocelot: convert to use ocelot_get_txtstamp() by Yangbo Lu · 5 years ago
  48. f145922 net: mscc: ocelot: export ocelot_hwstamp_get/set functions by Yangbo Lu · 5 years ago
  49. 5e25636 net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.h by Vladimir Oltean · 5 years ago
  50. 3a77b59 net: mscc: ocelot: separate the implementation of switch reset by Vladimir Oltean · 5 years ago
  51. ba551bc net: mscc: ocelot: adjust MTU on the CPU port in NPI mode by Vladimir Oltean · 5 years ago
  52. f24711f net: mscc: ocelot: export a constant for the tag length in bytes by Vladimir Oltean · 5 years ago
  53. fa914e9 net: mscc: ocelot: create a helper for changing the port MTU by Vladimir Oltean · 5 years ago
  54. 5bc9d2e net: mscc: ocelot: move invariant configs out of adjust_link by Vladimir Oltean · 5 years ago
  55. dc3de2a net: mscc: ocelot: filter out ocelot SoC specific PCS config from common path by Claudiu Manoil · 5 years ago
  56. c9d2203 net: mscc: ocelot: don't hardcode the number of the CPU port by Vladimir Oltean · 5 years ago
  57. 2146819 net: mscc: ocelot: split assignment of the cpu port into a separate function by Vladimir Oltean · 5 years ago
  58. 26f4dba net: mscc: ocelot: refactor adjust_link into a netdev-independent function by Vladimir Oltean · 5 years ago
  59. 2b120dd net: mscc: ocelot: initialize list of multicast addresses in common code by Claudiu Manoil · 5 years ago
  60. 889b895 net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stop by Vladimir Oltean · 5 years ago
  61. 31350d7 net: mscc: ocelot: move port initialization into separate function by Vladimir Oltean · 5 years ago
  62. 714d0ff net: mscc: ocelot: limit vlan ingress filtering to actual number of ports by Vladimir Oltean · 5 years ago
  63. c7282d3 net: mscc: ocelot: refactor ethtool callbacks by Vladimir Oltean · 5 years ago
  64. 004d44f net: mscc: ocelot: separate net_device related items out of ocelot_port by Vladimir Oltean · 5 years ago
  65. f270dbf net: mscc: ocelot: refactor struct ocelot_port out of function prototypes by Vladimir Oltean · 5 years ago
  66. 4bda141 net: mscc: ocelot: change prototypes of switchdev port attribute handlers by Vladimir Oltean · 5 years ago
  67. 306fd44 net: mscc: ocelot: change prototypes of hwtstamping ioctls by Vladimir Oltean · 5 years ago
  68. 531ee1a net: mscc: ocelot: break out fdb operations into abstract implementations by Vladimir Oltean · 5 years ago
  69. 9855934 net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del} by Vladimir Oltean · 5 years ago
  70. 97bb69e net: mscc: ocelot: break apart ocelot_vlan_port_apply by Vladimir Oltean · 5 years ago
  71. 3b3eed8 net: mscc: ocelot: fix NULL pointer on LAG slave removal by Claudiu Manoil · 5 years ago
  72. 7afb3e5 net: mscc: ocelot: don't handle netdev events for other netdevs by Claudiu Manoil · 5 years ago
  73. b9cd75e net: mscc: ocelot: refuse to overwrite the port's native vlan by Vladimir Oltean · 5 years ago
  74. 1c44ce5 net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is up by Vladimir Oltean · 5 years ago
  75. 4e3b046 net: mscc: PTP Hardware Clock (PHC) support by Antoine Tenart · 5 years ago
  76. c5d1396 ocelot: Cancel delayed work before wq destruction by Claudiu Manoil · 5 years ago
  77. b596229 net: mscc: ocelot: Add support for tcam by Horatiu Vultur · 6 years ago
  78. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  79. 2c1d029 net: mscc: ocelot: Implement port policers via tc command by Joergen Andreasen · 6 years ago
  80. 40a1578 ocelot: Dont allocate another multicast list, use __dev_mc_sync by Claudiu Manoil · 6 years ago
  81. 1e1caa9 ocelot: Clean up stats update deferred work by Claudiu Manoil · 6 years ago
  82. a8fd48b ocelot: Don't sleep in atomic context (irqs_disabled()) by Claudiu Manoil · 6 years ago
  83. 3d705f0 net: Remove switchdev_ops by Florian Fainelli · 6 years ago
  84. 56da64b net: mscc: ocelot: Handle SWITCHDEV_PORT_ATTR_SET by Florian Fainelli · 6 years ago
  85. 751302c mscc: ocelot: Implement ndo_get_port_parent_id() by Florian Fainelli · 6 years ago
  86. 87b0984 net: Add extack argument to ndo_fdb_add() by Petr Machata · 6 years ago
  87. 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
  88. ce28bb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  89. 639c1b2 net: mscc: ocelot: Register poll timeout should be wall time not attempts by Steen Hegelund · 6 years ago
  90. 8fd1a4a mscc: Configured MAC entries should be locked. by Allan W. Nielsen · 6 years ago
  91. 6921351 net: switchdev: Add extack to switchdev_handle_port_obj_add() callback by Petr Machata · 6 years ago
  92. c8fe6d7 phy: ocelot-serdes: convert to use eth phy mode and submode by Grygorii Strashko · 6 years ago
  93. d17d9f5 switchdev: Replace port obj add/del SDO with a notification by Petr Machata · 6 years ago
  94. 0e332c8 ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  95. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  96. 06a36ec net: mscc: ocelot: Fix comment in ocelot_vlant_wait_for_completion() by Gregory CLEMENT · 6 years ago
  97. 60f8e67 net: mscc: allow extracting the FCS into the skb by Antoine Tenart · 6 years ago
  98. 71e32a20 net: mscc: ocelot: make use of SerDes PHYs for handling their configuration by Quentin Schulz · 6 years ago
  99. 7142529 net: mscc: ocelot: add VLAN filtering by Antoine Tenart · 7 years ago
  100. dc96ee3 net: mscc: ocelot: add bonding support by Alexandre Belloni · 7 years ago