Commit Graph

129 Commits (17f0f4a47df9aea9ee26c939f8057c35e0be1847)

Author SHA1 Message Date
David S. Miller cf508b1211 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. 17 years ago
David S. Miller e8a0464cc9 netdev: Allocate multiple queues for TX. 17 years ago
Patrick McHardy 61362766d7 vlan: remove unnecessary include statements 17 years ago
Patrick McHardy d80aa31bbf vlan: clean up hard_start_xmit functions 17 years ago
Patrick McHardy 1349fe9a6b vlan: clean up vlan_dev_hard_header() 17 years ago
Patrick McHardy 19b9a4e256 vlan: ethtool ->get_flags support 17 years ago
Patrick McHardy bc1d0411b8 vlan: deliver packets received with VLAN acceleration to network taps 17 years ago
Wang Chen 89146504cb 8021q: Check return of dev_set_promiscuity/allmulti 17 years ago
David S. Miller c773e847ea netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. 17 years ago
Patrick McHardy 11a100f844 vlan: avoid header copying and linearisation where possible 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
Patrick McHardy 7750f403cb vlan: uninline __vlan_hwaccel_rx 17 years ago
Patrick McHardy 75b8846acd vlan: Add ethtool support 17 years ago
Joonwoo Park 26a25239d7 vlan: Use is_vlan_dev() 17 years ago
Patrick McHardy acc81e1465 vlan: fix network_header/mac_header adjustments 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
Denis V. Lunev 1d3faa390d vlan: assign PDE->data before gluing PDE into /proc tree 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 80de2d9821 [VLAN]: Make the /proc/net/vlan/conf file show per-net info. 17 years ago
Pavel Emelyanov a59a8c1c86 [VLAN]: Create proc entries in the proper 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 23556323b2 [VLAN]: Fix egress priority mappings leak. 17 years ago
Pavel Emelyanov 802fb176d8 [VLAN]: Proc entry is not renamed when vlan device name changes. 17 years ago
Pavel Emelyanov 67727184f2 [VLAN]: Reduce memory consumed by vlan_groups 17 years ago
Patrick McHardy 0ed21b321a [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying device 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Al Viro 9534f035ee [8021Q]: vlan_dev misannotations 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Wang Chen d45fba3625 [8021Q]: Use proc_create() to setup ->proc_fops first 17 years ago
David S. Miller 55b01e8681 [NET]: Restore sanity wrt. print_mac(). 17 years ago
Joe Perches 235365f3aa net/8021q/vlan_dev.c: Use print_mac. 17 years ago
Chris Leech e83a2ea850 [VLAN]: set_rx_mode support for unicast address list 17 years ago
Stephen Hemminger 1402c8519a [VLAN]: sparse warning fix 17 years ago
Pavel Emelyanov 91b4f95475 [VLAN]: Move protocol determination to seperate function 17 years ago
Patrick McHardy 31ffdbcb59 [VLAN]: Clean up vlan_skb_recv() 17 years ago
Patrick McHardy ad712087f7 [VLAN]: Update list address 17 years ago
Patrick McHardy 2029cc2c84 [VLAN]: checkpatch cleanups 17 years ago
Patrick McHardy 9dfebcc647 [VLAN]: Turn VLAN_DEV_INFO into inline function 17 years ago
Patrick McHardy af30151709 [VLAN]: Simplify vlan unregistration 17 years ago