index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
tag_sja1105.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: sja1105: always enable the send_meta options
Vladimir Oltean
2023-07-04
1
-45
/
+0
*
net: dsa: tag_sja1105: fix MAC DA patching from meta frames
Vladimir Oltean
2023-07-04
1
-2
/
+2
*
net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge mode
Vladimir Oltean
2023-07-03
1
-3
/
+6
*
net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPT
Vladimir Oltean
2023-06-29
1
-9
/
+29
*
net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr()
Vladimir Oltean
2023-04-23
1
-1
/
+1
*
net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX paths
Vladimir Oltean
2023-04-23
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-08
1
-1
/
+2
|
\
|
*
net: dsa: sja1105: Check return value
Artem Chernyshev
2022-12-02
1
-1
/
+2
*
|
net: dsa: move tag_8021q headers to their proper place
Vladimir Oltean
2022-11-22
1
-0
/
+1
*
|
net: dsa: move tagging protocol code to tag.{c,h}
Vladimir Oltean
2022-11-22
1
-1
/
+2
*
|
net: dsa: provide a second modalias to tag proto drivers based on their name
Vladimir Oltean
2022-11-17
1
-4
/
+7
|
/
*
net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vid
Vladimir Oltean
2022-02-27
1
-1
/
+1
*
net: dsa: tag_8021q: merge RX and TX VLANs
Vladimir Oltean
2022-02-27
1
-2
/
+2
*
net: dsa: tag_8021q: add support for imprecise RX based on the VBID
Vladimir Oltean
2022-02-27
1
-9
/
+13
*
net: dsa: make tagging protocols connect to individual switches from a tree
Vladimir Oltean
2021-12-14
1
-44
/
+23
*
net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnect
Vladimir Oltean
2021-12-14
1
-1
/
+1
*
net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...
Vladimir Oltean
2021-12-12
1
-30
/
+79
*
Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...
Vladimir Oltean
2021-12-12
1
-43
/
+7
*
net: dsa: tag_sja1105: convert to tagger-owned data
Vladimir Oltean
2021-12-12
1
-17
/
+73
*
net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_data
Vladimir Oltean
2021-12-12
1
-23
/
+25
*
net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021q
Vladimir Oltean
2021-12-12
1
-4
/
+17
*
net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
Vladimir Oltean
2021-12-08
1
-4
/
+7
*
net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argument
Vladimir Oltean
2021-10-21
1
-2
/
+2
*
net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_port
Vladimir Oltean
2021-10-21
1
-4
/
+1
*
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
2021-09-23
1
-0
/
+43
*
net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpid
Vladimir Oltean
2021-08-25
1
-4
/
+34
*
net: dsa: sja1105: drop untagged packets on the CPU and DSA ports
Vladimir Oltean
2021-08-25
1
-1
/
+40
*
net: dsa: tag_sja1105: be dsa_loop-safe
Vladimir Oltean
2021-08-18
1
-12
/
+27
*
net: dsa: create a helper for locating EtherType DSA headers on TX
Vladimir Oltean
2021-08-11
1
-10
/
+6
*
net: dsa: create a helper for locating EtherType DSA headers on RX
Vladimir Oltean
2021-08-11
1
-1
/
+1
*
net: dsa: create a helper which allocates space for EtherType DSA headers
Vladimir Oltean
2021-08-11
1
-2
/
+1
*
net: dsa: create a helper that strips EtherType DSA headers on RX
Vladimir Oltean
2021-08-11
1
-3
/
+1
*
net: dsa: tag_sja1105: consistently fail with arbitrary input
Vladimir Oltean
2021-08-03
1
-1
/
+1
*
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
2021-08-02
1
-4
/
+2
*
net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
Vladimir Oltean
2021-07-29
1
-6
/
+14
*
net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...
Vladimir Oltean
2021-07-29
1
-17
/
+10
*
net: dsa: sja1105: add bridge TX data plane offload based on tag_8021q
Vladimir Oltean
2021-07-26
1
-0
/
+31
*
net: dsa: sja1105: add support for imprecise RX
Vladimir Oltean
2021-07-26
1
-44
/
+43
*
net: dsa: sja1105: delete the best_effort_vlan_filtering mode
Vladimir Oltean
2021-07-20
1
-24
/
+4
*
net: dsa: sja1105: implement TX timestamping for SJA1110
Vladimir Oltean
2021-06-11
1
-0
/
+52
*
net: dsa: add support for the SJA1110 native tagging protocol
Vladimir Oltean
2021-06-11
1
-2
/
+219
*
net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestamp
Vladimir Oltean
2021-06-11
1
-1
/
+1
*
net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated function
Vladimir Oltean
2021-06-11
1
-22
/
+11
*
net: dsa: tag_sja1105: stop resetting network and transport headers
Vladimir Oltean
2021-06-11
1
-2
/
+0
*
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
2021-06-11
1
-1
/
+1
*
net: dsa: tag_sja1105: use a custom flow dissector procedure
Vladimir Oltean
2020-09-26
1
-0
/
+11
*
net: dsa: tag_sja1105: request promiscuous mode for master
Vladimir Oltean
2020-09-26
1
-0
/
+1
*
net: dsa: tag_sja1105: add compatibility with hwaccel VLAN tags
Vladimir Oltean
2020-09-20
1
-4
/
+17
*
net: dsa: tag_sja1105: appease sparse checks for ethertype accessors
Vladimir Oltean
2020-05-12
1
-2
/
+2
*
net: dsa: tag_sja1105: implement sub-VLAN decoding
Vladimir Oltean
2020-05-12
1
-0
/
+19
[next]