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