Commit Graph

109 Commits (7c7fcf762e405eb040ee10d22d656a791f616122)

Author SHA1 Message Date
Jesse Gross 3701e51382 vlan: Centralize handling of hardware acceleration. 15 years ago
Jesse Gross 65ac6a5fa6 vlan: Avoid hash table lookup to find group. 15 years ago
Jesse Gross b738127dfb vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. 15 years ago
Ben Hutchings 5df8dbd7e5 8021q: Use netif_copy_real_num_queues() to set queue counts 15 years ago
David Lamparter 3b27e10555 netns: keep vlan slaves on master netns move 15 years ago
Pedro Garcia ad1afb0039 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) 15 years ago
Jiri Pirko a748ee2426 net: move address list functions to a separate file 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Vasu Dev f6b9f4b263 vlan: updates vlan real_num_tx_queues 15 years ago
Jiri Pirko 1c01fe14a8 net: forbid underlaying devices to change its type 15 years ago
Alexey Dobriyan 2c8c1e7297 net: spread __net_init, __net_exit 15 years ago
Patrick Mullaney fc4a748966 netdevice: provide common routine for macvlan and vlan operstate management 15 years ago
Eric W. Biederman 91e2ff3528 net: Teach vlans to cleanup as a pernet subsystem 15 years ago
Eric W. Biederman 946d1a9298 net: Simplify vlan pernet operations. 15 years ago
Patrick McHardy 5e75659305 vlan: support "loose binding" to the underlying network device 15 years ago
Eric Dumazet f99189b186 netns: net_identifiers should be read_mostly 15 years ago
Eric Dumazet 6b863d1d32 vlan: Fix register_vlan_dev() error path 15 years ago
Patrick McHardy 29906f6a42 vlan: cleanup multiple unregistrations 16 years ago
Eric Dumazet 63c8099d90 vlan: Optimize multiple unregistration 16 years ago
Eric Dumazet 23289a37e2 net: add a list_head parameter to dellink() method 16 years ago
Eric Dumazet 2e59af3dcb vlan: multiqueue vlan device 16 years ago
Vasu Dev b85daa5324 vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field 16 years ago
Stephen Hemminger b4076d1715 vlan: allow creating vlan when real device is not up 16 years ago
Herbert Xu 2e477c9bd2 vlan: Propagate physical MTU changes 16 years ago
Jesper Dangaard Brouer 6e327c11a9 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_net() 16 years ago
Jiri Pirko ccffad25b5 net: convert unicast addr list 16 years ago
Jay Vosburgh adc667e84f vlan: update vlan carrier state for admin up/down 16 years ago
Stephen Hemminger 7546dd97d2 net: convert usage of packet_type to read_mostly 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Stephen Hemminger 656299f706 vlan: convert to net_device_ops 16 years ago
Stephen Hemminger b30200616f vlan: propogate ethtool speed values 17 years ago
Alexander Duyck 1ae4be22f6 vlan: vlan device not reading gso max size of parent. 17 years ago
Patrick McHardy 61362766d7 vlan: remove unnecessary include statements 17 years ago
Patrick McHardy 9bb8582efb vlan: TCI related type and naming cleanups 17 years ago
Patrick McHardy 22d1ba74bb vlan: move struct vlan_dev_info to private header 17 years ago
Joonwoo Park 26a25239d7 vlan: Use is_vlan_dev() 17 years ago
Patrick McHardy 70c03b49b8 vlan: Add GVRP support 17 years ago
Patrick McHardy ce305002e1 vlan: Move device unregistration before lower dev cleanup 17 years ago
Patrick McHardy b3ce0325f2 vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at once 17 years ago
Patrick McHardy 289c79a4bd vlan: Use bitmask of feature flags instead of seperate feature bits 17 years ago
Patrick McHardy 5fb1357054 [VLAN]: Propagate selected feature bits to VLAN devices 17 years ago
Patrick McHardy 81d85346b3 vlan: Correctly handle device notifications for layered VLAN devices 17 years ago
Franck Bui-Huu 82524746c2 rcu: split list.h and move rcu-protected lists into rculist.h 17 years ago
Pavel Emelyanov 30688a9a3e [VLAN]: Handle vlan devices net namespace changing. 17 years ago
Pavel Emelyanov 65d292a2ef [VLAN]: Allow vlan devices registration in net namespaces. 17 years ago
Pavel Emelyanov 7a17a2f79f [VLAN]: Make the vlan_name_type per-net. 17 years ago
Pavel Emelyanov cd1c701432 [VLAN]: Add a net argument to proc init and cleanup calls. 17 years ago
Pavel Emelyanov d9ed0f0e2d [VLAN]: Introduce the vlan_net structure and init/exit net ops. 17 years ago
Pavel Emelyanov a9fde26078 [VLAN]: Tag vlan_group_device with net device, not ifindex. 17 years ago
Pavel Emelyanov 802fb176d8 [VLAN]: Proc entry is not renamed when vlan device name changes. 17 years ago