summaryrefslogtreecommitdiff
path: root/net/dsa/tag_sja1105.c
AgeCommit message (Expand)Author
2024-02-08net: dsa: tag_sja1105: remove "inline" keywordVladimir Oltean
2024-01-05net: fill in MODULE_DESCRIPTION()s for DSA tagsJakub Kicinski
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-07-04net: dsa: sja1105: always enable the send_meta optionsVladimir Oltean
2023-07-04net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean
2023-07-03net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge modeVladimir Oltean
2023-06-29net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPTVladimir Oltean
2023-04-23net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr()Vladimir Oltean
2023-04-23net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX pathsVladimir Oltean
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-02net: dsa: sja1105: Check return valueArtem Chernyshev
2022-11-22net: dsa: move tag_8021q headers to their proper placeVladimir Oltean
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean
2022-02-27net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean
2022-02-27net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean
2022-02-27net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean
2021-12-14net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean
2021-12-12net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean
2021-12-12net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean
2021-12-12net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean
2021-12-12net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean
2021-10-21net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_portVladimir Oltean
2021-09-23net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean
2021-08-25net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpidVladimir Oltean
2021-08-25net: dsa: sja1105: drop untagged packets on the CPU and DSA portsVladimir Oltean
2021-08-18net: dsa: tag_sja1105: be dsa_loop-safeVladimir Oltean
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean
2021-08-11net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean
2021-08-11net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean
2021-08-03net: dsa: tag_sja1105: consistently fail with arbitrary inputVladimir Oltean
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean
2021-07-29net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean
2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean
2021-07-26net: dsa: sja1105: add support for imprecise RXVladimir Oltean
2021-07-20net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean
2021-06-11net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean
2021-06-11net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean
2021-06-11net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean
2021-06-11net: dsa: tag_sja1105: stop resetting network and transport headersVladimir Oltean
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean
2020-09-26net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean
2020-09-26net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean