summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-1/+1
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-4/+4
* net: dsa: felix: use kmemdup() to replace kmalloc + memcpyYihao Han2021-12-081-5/+2
* net: dsa: ocelot: felix: add interface for custom regmapsColin Foster2021-12-084-2/+6
* net: dsa: ocelot: felix: Remove requirement for PCS in felix devicesColin Foster2021-12-081-1/+1
* net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster2021-12-082-8/+4
* net: dsa: felix: fix flexible_array.cocci warningskernel test robot2021-11-291-1/+1
* net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac...Colin Foster2021-11-292-93/+10
* net: dsa: ocelot: seville: utilize of_mdiobus_registerColin Foster2021-11-291-1/+2
* net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean2021-11-262-2/+85
* net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang2021-11-181-30/+160
* net: dsa: felix: use vcap policer to set flow meter for psfpXiaoliang Yang2021-11-181-1/+31
* net: mscc: ocelot: use index to set vcap policerXiaoliang Yang2021-11-184-0/+22
* net: dsa: felix: add stream gate settings for psfpXiaoliang Yang2021-11-181-4/+213
* net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang2021-11-181-10/+433
* net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-6/+3
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-242-10/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-152-12/+138
|\
| * net: dsa: felix: break at first CPU port during init and teardownVladimir Oltean2021-10-131-7/+12
| * net: dsa: felix: purge skb from TX timestamping queue if it cannot be sentVladimir Oltean2021-10-131-0/+28
| * net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2021-10-132-4/+93
| * net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean2021-10-131-1/+5
* | net: dsa: felix: accept "ethernet-ports" OF node nameVladimir Oltean2021-09-241-1/+3
|/
* net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-192-4/+36
* net: update NXP copyright textVladimir Oltean2021-09-173-3/+3
* net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean2021-08-201-1/+1
* net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean2021-08-201-3/+5
* net: mscc: ocelot: convert to phylinkVladimir Oltean2021-08-162-85/+6
* net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean2021-08-161-19/+0
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-141-0/+2
* net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-201-11/+1
* net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-201-7/+3
* net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-202-12/+11
* net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-201-8/+4
* net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...Vladimir Oltean2021-06-091-0/+2
* net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang2021-06-071-0/+5
* net: dsa: felix: re-enable TAS guard band modeMichael Walle2021-05-101-5/+10
* net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2021-04-271-8/+7
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-271-1/+1
* net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-5/+8
* net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-1/+1
* net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-271-2/+1
* net: dsa: felix: disable always guard band bit for TAS configXiaoliang Yang2021-04-211-2/+6
* net: mscc: ocelot: remove redundant dev_err call in vsc9959_mdio_bus_alloc()Guobin Huang2021-03-291-3/+1
* net: ocelot: replay switchdev events when joining bridgeVladimir Oltean2021-03-231-1/+3
* net: dsa: felix: Add support for MRPHoratiu Vultur2021-02-161-0/+38
* net: dsa: felix: perform teardown on error in felix_setupVladimir Oltean2021-02-161-2/+19
* net: dsa: felix: don't deinitialize unused portsVladimir Oltean2021-02-161-1/+5
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-151-1/+2
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-151-1/+2