summaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_sja1105.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-15/+15
* net: dsa: sja1105: always enable the send_meta optionsVladimir Oltean2023-07-041-45/+0
* net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean2023-07-041-2/+2
* net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge modeVladimir Oltean2023-07-031-3/+6
* net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPTVladimir Oltean2023-06-291-9/+29
* net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX pathsVladimir Oltean2023-04-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+2
|\
| * net: dsa: sja1105: Check return valueArtem Chernyshev2022-12-021-1/+2
* | net: dsa: move tag_8021q headers to their proper placeVladimir Oltean2022-11-221-0/+1
* | net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-221-1/+2
* | net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean2022-11-171-4/+7
|/
* net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean2022-02-271-1/+1
* net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean2022-02-271-2/+2
* net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean2022-02-271-9/+13
* net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean2021-12-141-44/+23
* net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean2021-12-141-1/+1
* net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean2021-12-121-30/+79
* Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean2021-12-121-43/+7
* net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean2021-12-121-17/+73
* net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean2021-12-121-23/+25
* net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean2021-12-121-4/+17
* net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-081-4/+7
* net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean2021-10-211-2/+2
* net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_portVladimir Oltean2021-10-211-4/+1
* net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean2021-09-231-0/+43
* net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpidVladimir Oltean2021-08-251-4/+34
* net: dsa: sja1105: drop untagged packets on the CPU and DSA portsVladimir Oltean2021-08-251-1/+40
* net: dsa: tag_sja1105: be dsa_loop-safeVladimir Oltean2021-08-181-12/+27
* net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean2021-08-111-10/+6
* net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean2021-08-111-1/+1
* net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean2021-08-111-2/+1
* net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean2021-08-111-3/+1
* net: dsa: tag_sja1105: consistently fail with arbitrary inputVladimir Oltean2021-08-031-1/+1
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-4/+2
* net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-291-6/+14
* net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean2021-07-291-17/+10
* net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2021-07-261-0/+31
* net: dsa: sja1105: add support for imprecise RXVladimir Oltean2021-07-261-44/+43
* net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean2021-07-201-24/+4
* net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean2021-06-111-0/+52
* net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean2021-06-111-2/+219
* net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean2021-06-111-1/+1
* net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean2021-06-111-22/+11
* net: dsa: tag_sja1105: stop resetting network and transport headersVladimir Oltean2021-06-111-2/+0
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-1/+1
* 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