index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
tag_8021q.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-08
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
1
-7
/
+5
2021-12-08
net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
Vladimir Oltean
1
-1
/
+1
2021-12-08
net: dsa: make dp->bridge_num one-based
Vladimir Oltean
1
-5
/
+7
2021-10-21
net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argument
Vladimir Oltean
1
-16
/
+16
2021-10-21
net: dsa: convert cross-chip notifiers to iterate using dp
Vladimir Oltean
1
-42
/
+43
2021-09-29
net/dsa/tag_8021q.c: remove superfluous headers
Mianhan Liu
1
-1
/
+0
2021-08-16
net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versa
Vladimir Oltean
1
-4
/
+4
2021-08-12
net: dsa: tag_8021q: don't broadcast during setup/teardown
Vladimir Oltean
1
-10
/
+11
2021-07-26
net: dsa: sja1105: add bridge TX data plane offload based on tag_8021q
Vladimir Oltean
1
-4
/
+44
2021-07-20
net: dsa: tag_8021q: add proper cross-chip notifier support
Vladimir Oltean
1
-201
/
+197
2021-07-20
net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave time
Vladimir Oltean
1
-30
/
+104
2021-07-20
net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}register
Vladimir Oltean
1
-3
/
+8
2021-07-20
net: dsa: make tag_8021q operations part of the core
Vladimir Oltean
1
-7
/
+3
2021-07-20
net: dsa: let the core manage the tag_8021q context
Vladimir Oltean
1
-53
/
+61
2021-07-20
net: dsa: build tag_8021q.c as part of DSA core
Vladimir Oltean
1
-2
/
+0
2021-07-20
net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpers
Vladimir Oltean
1
-0
/
+33
2021-07-20
net: dsa: tag_8021q: use symbolic error names
Vladimir Oltean
1
-10
/
+10
2021-07-20
net: dsa: tag_8021q: use "err" consistently instead of "rc"
Vladimir Oltean
1
-23
/
+23
2021-07-20
net: dsa: sja1105: delete the best_effort_vlan_filtering mode
Vladimir Oltean
1
-65
/
+12
2021-06-11
net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated function
Vladimir Oltean
1
-0
/
+23
2021-06-01
net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANs
Vladimir Oltean
1
-1
/
+1
2021-01-29
net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLAN
Vladimir Oltean
1
-2
/
+13
2020-09-20
net: dsa: tag_8021q: add VLANs to the master interface too
Vladimir Oltean
1
-1
/
+19
2020-09-11
net: dsa: tag_8021q: add a context structure
Vladimir Oltean
1
-64
/
+63
2020-09-11
net: dsa: tag_8021q: setup tagging via a single function call
Vladimir Oltean
1
-2
/
+19
2020-05-29
net: dsa: tag_8021q: stop restoring VLANs from bridge
Vladimir Oltean
1
-60
/
+1
2020-05-12
net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANs
Vladimir Oltean
1
-8
/
+48
2020-05-12
net: dsa: sja1105: save/restore VLANs using a delta commit method
Vladimir Oltean
1
-28
/
+17
2020-05-12
net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper
Vladimir Oltean
1
-0
/
+7
2020-05-10
net: dsa: sja1105: implement cross-chip bridging operations
Vladimir Oltean
1
-0
/
+151
2020-03-24
net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop
Vladimir Oltean
1
-43
/
+0
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-11-16
net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvid
Vladimir Oltean
1
-1
/
+1
2019-11-12
net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocol
Florian Fainelli
1
-9
/
+0
2019-10-31
net: dsa: tag_8021q: clarify index limitation
Vivien Didelot
1
-3
/
+2
2019-10-22
net: dsa: use dsa_to_port helper everywhere
Vivien Didelot
1
-3
/
+3
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2019-08-31
net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filtering
Vladimir Oltean
1
-20
/
+82
2019-08-27
net: dsa: tag_8021q: Future-proof the reserved fields in the custom VID
Vladimir Oltean
1
-0
/
+2
2019-06-08
net: dsa: tag_8021q: Create helper function for removing VLAN header
Vladimir Oltean
1
-20
/
+37
2019-05-30
net: dsa: tag_8021q: Create a stable binary format
Vladimir Oltean
1
-10
/
+50
2019-05-30
net: dsa: tag_8021q: Change order of rx_vid setup
Ioana Ciornei
1
-4
/
+15
2019-05-05
net: dsa: Optional VLAN-based port separation for switches without tagging
Vladimir Oltean
1
-0
/
+222