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
/
bridge
/
br_vlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-22
bridge: Remove unnecessary vlan_put_tag in br_handle_vlan
Toshiaki Makita
1
-21
/
+0
2013-12-18
bridge: spelling fixes
tanxiaojun
1
-1
/
+1
2013-11-14
bridge: Call vlan_vid_del for all vids at nbp_vlan_flush
Toshiaki Makita
1
-0
/
+4
2013-11-14
bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...
Toshiaki Makita
1
-14
/
+6
2013-10-18
bridge: Fix updating FDB entries when the PVID is applied
Toshiaki Makita
1
-0
/
+1
2013-10-18
bridge: Apply the PVID to priority-tagged frames
Toshiaki Makita
1
-7
/
+20
2013-10-18
bridge: Don't use VID 0 and 4095 in vlan filtering
Toshiaki Makita
1
-51
/
+46
2013-08-20
bridge: Use the correct bit length for bitmap functions in the VLAN code
Toshiaki Makita
1
-2
/
+2
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-2
/
+2
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-3
/
+7
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-3
/
+3
2013-02-13
bridge: Separate egress policy bitmap
Vlad Yasevich
1
-6
/
+14
2013-02-13
bridge: Add vlan support for local fdb entries
Vlad Yasevich
1
-8
/
+69
2013-02-13
bridge: Add the ability to configure pvid
Vlad Yasevich
1
-10
/
+37
2013-02-13
bridge: Implement vlan ingress/egress policy with PVID.
Vlad Yasevich
1
-5
/
+78
2013-02-13
bridge: Dump vlan information from a bridge port
Vlad Yasevich
1
-0
/
+2
2013-02-13
bridge: Verify that a vlan is allowed to egress on given port
Vlad Yasevich
1
-0
/
+20
2013-02-13
bridge: Validate that vlan is permitted on ingress
Vlad Yasevich
1
-0
/
+25
2013-02-13
bridge: Add vlan filtering infrastructure
Vlad Yasevich
1
-0
/
+199