summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot/felix_vsc9959.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-28net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster1-23/+17
2022-02-26net: dsa: ocelot: remove interface checksRussell King (Oracle)1-7/+0
2022-02-08net: dsa: felix: don't use devres for mdiobusVladimir Oltean1-1/+3
2022-01-02net: dsa: felix: name change for clarity from pcs to mdio_deviceColin Foster1-5/+5
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster1-9/+11
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-2/+2
2021-12-07net: dsa: felix: use kmemdup() to replace kmalloc + memcpyYihao Han1-5/+2
2021-12-07net: dsa: ocelot: felix: add interface for custom regmapsColin Foster1-0/+1
2021-12-07net: dsa: ocelot: remove unnecessary pci_bar variablesColin Foster1-6/+4
2021-11-29net: dsa: felix: fix flexible_array.cocci warningskernel test robot1-1/+1
2021-11-25net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean1-0/+75
2021-11-18net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang1-30/+160
2021-11-18net: dsa: felix: use vcap policer to set flow meter for psfpXiaoliang Yang1-1/+31
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang1-0/+6
2021-11-18net: dsa: felix: add stream gate settings for psfpXiaoliang Yang1-4/+213
2021-11-18net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang1-10/+433
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-5/+3
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean1-2/+18
2021-09-17net: update NXP copyright textVladimir Oltean1-1/+1
2021-05-10net: dsa: felix: re-enable TAS guard band modeMichael Walle1-5/+10
2021-04-20net: dsa: felix: disable always guard band bit for TAS configXiaoliang Yang1-2/+6
2021-03-29net: mscc: ocelot: remove redundant dev_err call in vsc9959_mdio_bus_alloc()Guobin Huang1-3/+1
2021-02-14net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean1-0/+1
2021-02-14net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean1-26/+0
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-1/+1
2021-01-29net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean1-0/+1
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean1-2/+2
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean1-0/+18
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean1-1/+0
2021-01-11net: dsa: felix: the switch does not support DMAVladimir Oltean1-13/+1
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-0/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean1-0/+2
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+27
2020-10-02net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang1-0/+1
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean1-0/+2
2020-09-29net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean1-12/+0
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean1-1/+12
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean1-0/+50
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean1-0/+92
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean1-11/+14
2020-09-29net: dsa: felix: fix incorrect action offsets for VCAP IS2Vladimir Oltean1-6/+6
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean1-3/+10
2020-09-24net: dsa: felix: convert TAS link speed based on phylink speedXiaoliang Yang1-1/+21
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+8
2020-09-21net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang1-8/+8
2020-09-18net: dsa: seville: build as separate moduleVladimir Oltean1-1/+5
2020-09-18net: dsa: felix: move the PTP clock structure to felix_vsc9959.cVladimir Oltean1-0/+18
2020-09-18net: dsa: seville: duplicate vsc9959_mdio_bus_freeVladimir Oltean1-1/+1
2020-09-18net: dsa: felix: replace tabs with spacesVladimir Oltean1-11/+11