Patrick McHardy
|
cf2c014ade
net: vlan: fix memory leak in vlan_info_rcu_free()
|
12 years ago |
Patrick McHardy
|
8ad227ff89
net: vlan: add 802.1ad support
|
12 years ago |
Patrick McHardy
|
86a9bad3ab
net: vlan: add protocol argument to packet tagging functions
|
12 years ago |
Patrick McHardy
|
1fd9b1fc31
net: vlan: prepare for 802.1ad support
|
12 years ago |
Patrick McHardy
|
80d5c3689b
net: vlan: prepare for 802.1ad VLAN filtering offload
|
12 years ago |
Patrick McHardy
|
f646968f8f
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
|
12 years ago |
Vlad Yasevich
|
7885198861
bridge: Implement vlan ingress/egress policy with PVID.
|
12 years ago |
Michał Mirosław
|
d2ed273d30
net: disallow drivers with buggy VLAN accel to register_netdevice()
|
12 years ago |
Jiri Pirko
|
1cdfd72f79
vlan: remove usage of dev->master in __vlan_find_dev_deep()
|
12 years ago |
Jiri Pirko
|
55462cf30a
vlan: fix bond/team enslave of vlan challenged slave/port
|
12 years ago |
Florian Zumbiehl
|
48cc32d38a
vlan: don't deliver frames for unknown vlans to protocols
|
12 years ago |
Antonio Quartulli
|
5316cf9a51
8021q: fix mac_len recomputation in vlan_untag()
|
12 years ago |
Jiri Pirko
|
9b361c13ce
vlan: add helper which can be called to see if device is used by vlan
|
13 years ago |
Joe Perches
|
53a2b3a18d
8021q: Convert compare_ether_addr to ether_addr_equal
|
13 years ago |
Dan Carpenter
|
f9586f79bf
vlan: add rtnl_dereference() annotations
|
13 years ago |
Jiri Pirko
|
348a1443cc
vlan: introduce functions to do mass addition/deletion of vids by another device
|
13 years ago |
Jiri Pirko
|
5b9ea6e022
vlan: introduce vid list with reference counting
|
13 years ago |
Jiri Pirko
|
87002b03ba
net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls
|
13 years ago |
Jiri Pirko
|
7da82c06de
vlan: rename vlan_dev_info to vlan_dev_priv
|
13 years ago |
Pravin B Shelar
|
396cf94305
vlan: Move vlan_set_encap_proto() to vlan header file
|
13 years ago |
Linus Torvalds
|
32aaeffbd4
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
13 years ago |
Paul Gortmaker
|
bc3b2d7fb9
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
|
14 years ago |
Eric Dumazet
|
6a32e4f9dd
vlan: allow nested vlan_do_receive()
|
13 years ago |
Jiri Pirko
|
c5114cd59d
vlan: reset headers on accel emulation path
|
14 years ago |
Jiri Pirko
|
ffcf9b7672
vlan: kill vlan_gro_frags and vlan_gro_receive
|
14 years ago |
Jiri Pirko
|
a4aeb26628
vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx
|
14 years ago |
Jiri Pirko
|
cec9c13363
vlan: introduce __vlan_find_dev_deep()
|
14 years ago |
Jiri Pirko
|
0b5c9db1b1
vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check
|
14 years ago |
Jiri Pirko
|
bcc6d47903
net: vlan: make non-hw-accel rx path similar to hw-accel
|
14 years ago |
Eric Dumazet
|
4af429d29b
vlan: lockless transmit path
|
14 years ago |