index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa
/
tag_sja1105.c
Age
Commit message (
Expand
)
Author
2024-07-15
net: dsa: tag_sja1105: refactor skb->dev assignment to dsa_tag_8021q_find_user()
Vladimir Oltean
2024-07-15
net: dsa: tag_sja1105: prefer precise source port info on SJA1110 too
Vladimir Oltean
2024-07-15
net: dsa: tag_sja1105: absorb entire sja1105_vlan_rcv() into dsa_8021q_rcv()
Vladimir Oltean
2024-07-15
net: dsa: tag_sja1105: absorb logic for not overwriting precise info into dsa...
Vladimir Oltean
2024-02-08
net: dsa: tag_sja1105: remove "inline" keyword
Vladimir Oltean
2024-01-05
net: fill in MODULE_DESCRIPTION()s for DSA tags
Jakub Kicinski
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
2023-07-04
net: dsa: sja1105: always enable the send_meta options
Vladimir Oltean
2023-07-04
net: dsa: tag_sja1105: fix MAC DA patching from meta frames
Vladimir Oltean
2023-07-03
net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge mode
Vladimir Oltean
2023-06-29
net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT
Vladimir Oltean
2023-04-23
net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr()
Vladimir Oltean
2023-04-23
net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX paths
Vladimir Oltean
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-02
net: dsa: sja1105: Check return value
Artem Chernyshev
2022-11-22
net: dsa: move tag_8021q headers to their proper place
Vladimir Oltean
2022-11-22
net: dsa: move tagging protocol code to tag.{c,h}
Vladimir Oltean
2022-11-17
net: dsa: provide a second modalias to tag proto drivers based on their name
Vladimir Oltean
2022-02-27
net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vid
Vladimir Oltean
2022-02-27
net: dsa: tag_8021q: merge RX and TX VLANs
Vladimir Oltean
2022-02-27
net: dsa: tag_8021q: add support for imprecise RX based on the VBID
Vladimir Oltean
2021-12-14
net: dsa: make tagging protocols connect to individual switches from a tree
Vladimir Oltean
2021-12-14
net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnect
Vladimir Oltean
2021-12-12
net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...
Vladimir Oltean
2021-12-12
Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...
Vladimir Oltean
2021-12-12
net: dsa: tag_sja1105: convert to tagger-owned data
Vladimir Oltean
2021-12-12
net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_data
Vladimir Oltean
2021-12-12
net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021q
Vladimir Oltean
2021-12-08
net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
Vladimir Oltean
2021-10-21
net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argument
Vladimir Oltean
2021-10-21
net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_port
Vladimir Oltean
2021-09-23
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
2021-08-25
net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpid
Vladimir Oltean
2021-08-25
net: dsa: sja1105: drop untagged packets on the CPU and DSA ports
Vladimir Oltean
2021-08-18
net: dsa: tag_sja1105: be dsa_loop-safe
Vladimir Oltean
2021-08-11
net: dsa: create a helper for locating EtherType DSA headers on TX
Vladimir Oltean
2021-08-11
net: dsa: create a helper for locating EtherType DSA headers on RX
Vladimir Oltean
2021-08-11
net: dsa: create a helper which allocates space for EtherType DSA headers
Vladimir Oltean
2021-08-11
net: dsa: create a helper that strips EtherType DSA headers on RX
Vladimir Oltean
2021-08-03
net: dsa: tag_sja1105: consistently fail with arbitrary input
Vladimir Oltean
2021-08-02
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
2021-07-29
net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
Vladimir Oltean
2021-07-29
net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...
Vladimir Oltean
2021-07-26
net: dsa: sja1105: add bridge TX data plane offload based on tag_8021q
Vladimir Oltean
2021-07-26
net: dsa: sja1105: add support for imprecise RX
Vladimir Oltean
2021-07-20
net: dsa: sja1105: delete the best_effort_vlan_filtering mode
Vladimir Oltean
2021-06-11
net: dsa: sja1105: implement TX timestamping for SJA1110
Vladimir Oltean
2021-06-11
net: dsa: add support for the SJA1110 native tagging protocol
Vladimir Oltean
2021-06-11
net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestamp
Vladimir Oltean
2021-06-11
net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated function
Vladimir Oltean
[next]