summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_sja1105.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean2020-09-261-0/+11
* net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean2020-09-261-0/+1
* net: dsa: tag_sja1105: add compatibility with hwaccel VLAN tagsVladimir Oltean2020-09-201-4/+17
* net: dsa: tag_sja1105: appease sparse checks for ethertype accessorsVladimir Oltean2020-05-121-2/+2
* net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean2020-05-121-0/+19
* net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean2020-05-121-11/+21
* net: dsa: tag_sja1105: Constify dsa_device_opsFlorian Fainelli2020-05-111-1/+1
* net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean2020-03-241-10/+9
* net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmitVladimir Oltean2020-01-051-2/+1
* net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean2020-01-051-1/+14
* net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean2019-10-021-1/+11
* net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean2019-09-161-1/+2
* net: dsa: sja1105: Fix memory leak on meta state machine error pathVladimir Oltean2019-08-061-0/+1
* net: dsa: sja1105: Fix memory leak on meta state machine normal pathVladimir Oltean2019-08-061-10/+1
* net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun2019-07-181-0/+1
* net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean2019-06-081-1/+120
* net: dsa: sja1105: Receive and decode meta framesVladimir Oltean2019-06-081-3/+41
* net: dsa: sja1105: Make sja1105_is_link_local not match meta framesVladimir Oltean2019-06-081-0/+2
* net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean2019-06-081-0/+15
* net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean2019-06-081-7/+11
* net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean2019-06-081-10/+9
* net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean2019-05-311-7/+3
* net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean2019-05-051-0/+131