summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-27net: mscc: ocelot: fix hardware timestamp dequeue logiclaurent brando1-5/+5
2020-05-28net: mscc: allow offloading timestamping operations to the PHYAntoine Tenart1-1/+4
2020-05-28net: mscc: use the PHY MII ioctl interface when possibleAntoine Tenart1-11/+9
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-23net: mscc: ocelot: fix address ageing time (again)Vladimir Oltean1-1/+1
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+11
2020-05-07net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean1-2/+9
2020-05-07net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean1-4/+2
2020-04-22net: mscc: ocelot: fix timestamp info if ptp clock does not workYangbo Lu1-0/+6
2020-04-22net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu1-206/+0
2020-04-15net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean1-41/+43
2020-03-28net: dsa: felix: support changing the MTUVladimir Oltean1-10/+35
2020-03-15net: mscc: ocelot: adjust maxlen on NPI port, not CPUVladimir Oltean1-1/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+17
2020-03-10net: mscc: ocelot: properly account for VLAN header length when setting MRUVladimir Oltean1-11/+17
2020-03-05net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean1-26/+36
2020-03-04net: mscc: ocelot: remove port_pcs_init indirection for VSC7514Vladimir Oltean1-2/+17
2020-03-04net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean1-1/+0
2020-01-06net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean1-3/+4
2019-12-03net: mscc: ocelot: unregister the PTP clock on deinitVladimir Oltean1-4/+10
2019-11-27net: mscc: ocelot: use skb queue instead of skbs listYangbo Lu1-36/+18
2019-11-27net: mscc: ocelot: avoid incorrect consuming in skbs listYangbo Lu1-0/+1
2019-11-22net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()Yangbo Lu1-16/+27
2019-11-22net: mscc: ocelot: convert to use ocelot_get_txtstamp()Yangbo Lu1-2/+60
2019-11-22net: mscc: ocelot: export ocelot_hwstamp_get/set functionsYangbo Lu1-4/+4
2019-11-15net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.hVladimir Oltean1-32/+46
2019-11-15net: mscc: ocelot: separate the implementation of switch resetVladimir Oltean1-0/+8
2019-11-15net: mscc: ocelot: adjust MTU on the CPU port in NPI modeVladimir Oltean1-0/+9
2019-11-15net: mscc: ocelot: export a constant for the tag length in bytesVladimir Oltean1-2/+2
2019-11-15net: mscc: ocelot: create a helper for changing the port MTUVladimir Oltean1-17/+23
2019-11-15net: mscc: ocelot: move invariant configs out of adjust_linkVladimir Oltean1-42/+43
2019-11-15net: mscc: ocelot: filter out ocelot SoC specific PCS config from common pathClaudiu Manoil1-17/+2
2019-11-11net: mscc: ocelot: don't hardcode the number of the CPU portVladimir Oltean1-4/+7
2019-11-11net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean1-22/+43
2019-11-11net: mscc: ocelot: refactor adjust_link into a netdev-independent functionVladimir Oltean1-10/+17
2019-11-11net: mscc: ocelot: initialize list of multicast addresses in common codeClaudiu Manoil1-0/+1
2019-11-11net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stopVladimir Oltean1-10/+26
2019-11-11net: mscc: ocelot: move port initialization into separate functionVladimir Oltean1-21/+24
2019-11-11net: mscc: ocelot: limit vlan ingress filtering to actual number of portsVladimir Oltean1-1/+2
2019-11-11net: mscc: ocelot: refactor ethtool callbacksVladimir Oltean1-17/+47
2019-11-11net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean1-130/+158
2019-11-11net: mscc: ocelot: refactor struct ocelot_port out of function prototypesVladimir Oltean1-43/+36
2019-11-11net: mscc: ocelot: change prototypes of switchdev port attribute handlersVladimir Oltean1-43/+45
2019-11-11net: mscc: ocelot: change prototypes of hwtstamping ioctlsVladimir Oltean1-12/+13
2019-11-11net: mscc: ocelot: break out fdb operations into abstract implementationsVladimir Oltean1-46/+78
2019-11-11net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}Vladimir Oltean1-18/+42
2019-11-11net: mscc: ocelot: break apart ocelot_vlan_port_applyVladimir Oltean1-68/+100
2019-11-07net: mscc: ocelot: fix NULL pointer on LAG slave removalClaudiu Manoil1-1/+2
2019-11-07net: mscc: ocelot: don't handle netdev events for other netdevsClaudiu Manoil1-3/+3
2019-10-30net: mscc: ocelot: refuse to overwrite the port's native vlanVladimir Oltean1-1/+8