summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot.c
AgeCommit message (Expand)Author
2020-04-15net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean
2020-03-27net: dsa: felix: support changing the MTUVladimir Oltean
2020-03-15net: mscc: ocelot: adjust maxlen on NPI port, not CPUVladimir Oltean
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-09net: mscc: ocelot: properly account for VLAN header length when setting MRUVladimir Oltean
2020-03-04net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean
2020-03-03net: mscc: ocelot: remove port_pcs_init indirection for VSC7514Vladimir Oltean
2020-03-03net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean
2020-01-05net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean
2019-12-03net: mscc: ocelot: unregister the PTP clock on deinitVladimir Oltean
2019-11-27net: mscc: ocelot: use skb queue instead of skbs listYangbo Lu
2019-11-27net: mscc: ocelot: avoid incorrect consuming in skbs listYangbo Lu
2019-11-21net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()Yangbo Lu
2019-11-21net: mscc: ocelot: convert to use ocelot_get_txtstamp()Yangbo Lu
2019-11-21net: mscc: ocelot: export ocelot_hwstamp_get/set functionsYangbo Lu
2019-11-15net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.hVladimir Oltean
2019-11-15net: mscc: ocelot: separate the implementation of switch resetVladimir Oltean
2019-11-15net: mscc: ocelot: adjust MTU on the CPU port in NPI modeVladimir Oltean
2019-11-15net: mscc: ocelot: export a constant for the tag length in bytesVladimir Oltean
2019-11-15net: mscc: ocelot: create a helper for changing the port MTUVladimir Oltean
2019-11-15net: mscc: ocelot: move invariant configs out of adjust_linkVladimir Oltean
2019-11-15net: mscc: ocelot: filter out ocelot SoC specific PCS config from common pathClaudiu Manoil
2019-11-11net: mscc: ocelot: don't hardcode the number of the CPU portVladimir Oltean
2019-11-11net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean
2019-11-11net: mscc: ocelot: refactor adjust_link into a netdev-independent functionVladimir Oltean
2019-11-11net: mscc: ocelot: initialize list of multicast addresses in common codeClaudiu Manoil
2019-11-11net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stopVladimir Oltean
2019-11-11net: mscc: ocelot: move port initialization into separate functionVladimir Oltean
2019-11-11net: mscc: ocelot: limit vlan ingress filtering to actual number of portsVladimir Oltean
2019-11-11net: mscc: ocelot: refactor ethtool callbacksVladimir Oltean
2019-11-11net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean
2019-11-11net: mscc: ocelot: refactor struct ocelot_port out of function prototypesVladimir Oltean
2019-11-11net: mscc: ocelot: change prototypes of switchdev port attribute handlersVladimir Oltean
2019-11-11net: mscc: ocelot: change prototypes of hwtstamping ioctlsVladimir Oltean
2019-11-11net: mscc: ocelot: break out fdb operations into abstract implementationsVladimir Oltean
2019-11-11net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}Vladimir Oltean
2019-11-11net: mscc: ocelot: break apart ocelot_vlan_port_applyVladimir Oltean
2019-11-06net: mscc: ocelot: fix NULL pointer on LAG slave removalClaudiu Manoil
2019-11-06net: mscc: ocelot: don't handle netdev events for other netdevsClaudiu Manoil
2019-10-29net: mscc: ocelot: refuse to overwrite the port's native vlanVladimir Oltean
2019-10-29net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is upVladimir Oltean
2019-08-15net: mscc: PTP Hardware Clock (PHC) supportAntoine Tenart
2019-07-26ocelot: Cancel delayed work before wq destructionClaudiu Manoil
2019-06-02net: mscc: ocelot: Add support for tcamHoratiu Vultur
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-29net: mscc: ocelot: Implement port policers via tc commandJoergen Andreasen
2019-05-22ocelot: Dont allocate another multicast list, use __dev_mc_syncClaudiu Manoil
2019-04-16ocelot: Clean up stats update deferred workClaudiu Manoil
2019-04-16ocelot: Don't sleep in atomic context (irqs_disabled())Claudiu Manoil
2019-02-27net: Remove switchdev_opsFlorian Fainelli