Cong Wang
|
4a7df340ed
8021q: fix a potential use-after-free
|
12 years ago |
David Ward
|
86fbe9bb59
net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)
|
12 years ago |
Michał Mirosław
|
d2ed273d30
net: disallow drivers with buggy VLAN accel to register_netdevice()
|
12 years ago |
Jiri Pirko
|
126d6c236b
vlan: add link to upper device
|
12 years ago |
Yi Zou
|
6e22ce2c6e
8021q: fix vlan device to inherit the unicast filtering capability flag
|
12 years ago |
Eric W. Biederman
|
276996fda0
net: Allow the userns root to control vlans.
|
12 years ago |
Amerigo Wang
|
f4d5392e5f
vlan: use IS_ENABLED()
|
12 years ago |
Jiri Pirko
|
18c22a03a2
vlan: allow to change type when no vlan device is hooked on netdev
|
12 years ago |
Amir Hanania
|
efc73f4bbc
net: Fix memory leak - vlan_info struct
|
13 years ago |
Joe Perches
|
53a2b3a18d
8021q: Convert compare_ether_addr to ether_addr_equal
|
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 |
Stephen Hemminger
|
a9b3cd7f32
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
|
14 years ago |
Jiri Pirko
|
7890a5b9cb
vlan: kill ndo_vlan_rx_register
|
14 years ago |
David S. Miller
|
9f6ec8d697
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
14 years ago |
Antoine Reversat
|
e3cb78c772
vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support
|
14 years ago |
Joe Perches
|
afab2d2999
net: 8021q: Add pr_fmt
|
14 years ago |
Justin Mattock
|
da7c06c4a7
net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.
|
14 years ago |
David S. Miller
|
3c709f8fb4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6
|
14 years ago |
Eric Dumazet
|
55aee10dec
vlan: fix GVRP at dismantle time
|
14 years ago |
Eric Dumazet
|
48752e1b18
vlan: remove one synchronize_net() call
|
14 years ago |
Ben Hutchings
|
7c89943236
bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS
|
14 years ago |
Ben Hutchings
|
99606477a5
vlan: Propagate NETDEV_NOTIFY_PEERS notifier
|
14 years ago |
Jiri Pirko
|
bcc6d47903
net: vlan: make non-hw-accel rx path similar to hw-accel
|
14 years ago |
Michał Mirosław
|
8a0427bb68
vlan: convert VLAN devices to use ndo_fix_features()
|
14 years ago |
Michał Mirosław
|
04ed3e741d
net: change netdev->features to u32
|
14 years ago |
John Fastabend
|
19eb5cc559
8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queues
|
14 years ago |
Eric Dumazet
|
4af429d29b
vlan: lockless transmit path
|
14 years ago |
John Fastabend
|
029f5fc31c
8021q: set hard_header_len when VLAN offload features are toggled
|
14 years ago |