Toshiaki Makita
|
204177f3f3
bridge: Support 802.1ad vlan filtering
|
11 年之前 |
Toshiaki Makita
|
8580e2117c
bridge: Prepare for 802.1ad vlan filtering support
|
11 年之前 |
David S. Miller
|
c99f7abf0e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年之前 |
Toshiaki Makita
|
e0d7968ab6
bridge: Prevent insertion of FDB entry with disallowed vlan
|
11 年之前 |
Vlad Yasevich
|
2796d0c648
bridge: Automatically manage port promiscuous mode.
|
11 年之前 |
Toshiaki Makita
|
eb7076182d
bridge: Fix double free and memory leak around br_allowed_ingress
|
11 年之前 |
David S. Miller
|
64c27237a0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年之前 |
Vlad Yasevich
|
fc92f745f8
bridge: Fix crash with vlan filtering and tcpdump
|
11 年之前 |
Toshiaki Makita
|
99b192da9c
bridge: Fix handling stacked vlan tags
|
11 年之前 |
Toshiaki Makita
|
12464bb8de
bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled
|
11 年之前 |
Monam Agarwal
|
cd18721e52
net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c
|
11 年之前 |
Toshiaki Makita
|
424bb9c97c
bridge: Properly check if local fdb entry can be deleted when deleting vlan
|
11 年之前 |
Toshiaki Makita
|
2b292fb4a5
bridge: Fix the way to check if a local fdb entry can be deleted
|
11 年之前 |
Toshiaki Makita
|
bdf4351bbc
bridge: Remove unnecessary vlan_put_tag in br_handle_vlan
|
11 年之前 |
tanxiaojun
|
1a81a2e0db
bridge: spelling fixes
|
11 年之前 |
Toshiaki Makita
|
dbbaf949bc
bridge: Call vlan_vid_del for all vids at nbp_vlan_flush
|
11 年之前 |
Toshiaki Makita
|
192368372d
bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid calls
|
11 年之前 |
Toshiaki Makita
|
dfb5fa32c6
bridge: Fix updating FDB entries when the PVID is applied
|
12 年之前 |
Toshiaki Makita
|
b90356ce17
bridge: Apply the PVID to priority-tagged frames
|
12 年之前 |
Toshiaki Makita
|
8adff41c3d
bridge: Don't use VID 0 and 4095 in vlan filtering
|
12 年之前 |
Toshiaki Makita
|
ef40b7ef18
bridge: Use the correct bit length for bitmap functions in the VLAN code
|
12 年之前 |
Patrick McHardy
|
86a9bad3ab
net: vlan: add protocol argument to packet tagging functions
|
12 年之前 |
Patrick McHardy
|
80d5c3689b
net: vlan: prepare for 802.1ad VLAN filtering offload
|
12 年之前 |
Patrick McHardy
|
f646968f8f
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
|
12 年之前 |
Vlad Yasevich
|
35e03f3a02
bridge: Separate egress policy bitmap
|
12 年之前 |
Vlad Yasevich
|
bc9a25d21e
bridge: Add vlan support for local fdb entries
|
12 年之前 |
Vlad Yasevich
|
552406c488
bridge: Add the ability to configure pvid
|
12 年之前 |
Vlad Yasevich
|
7885198861
bridge: Implement vlan ingress/egress policy with PVID.
|
12 年之前 |
Vlad Yasevich
|
6cbdceeb1c
bridge: Dump vlan information from a bridge port
|
12 年之前 |
Vlad Yasevich
|
85f46c6bae
bridge: Verify that a vlan is allowed to egress on given port
|
12 年之前 |