Commit Graph

80 Commits (25543fa785a32ce22e7374ba403eb6d38854d037)

Author SHA1 Message Date
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
Patrick McHardy acc5efbcd2 [VLAN]: Clean up unregister_vlan_dev 17 years ago
Patrick McHardy 69ab4b7d6d [VLAN]: Clean up initialization code 17 years ago
Patrick McHardy 198a291ce3 [VLAN]: Remove non-implemented ioctls 17 years ago
Patrick McHardy 40f98e1af4 [VLAN]: Clean up debugging and printks 17 years ago
Patrick McHardy 62f99efce6 [VLAN]: Kill useless check 17 years ago
Patrick McHardy ef3eb3e59b [VLAN]: Move device setup to vlan_dev.c 17 years ago
Patrick McHardy 7bd38d778e [VLAN]: Use dev->stats 17 years ago
Patrick McHardy b7a4a83629 [VLAN]: Kill useless VLAN_NAME define 17 years ago
Jarek Poplawski 0fe1e567d0 [VLAN]: nested VLAN: fix lockdep's recursive locking warning 17 years ago
Pavel Emelyanov 3f03e38789 [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler. 17 years ago
Pavel Emelyanov e35de02615 [VLAN]: Lost rtnl_unlock() in vlan_ioctl() 17 years ago
Joonwoo Park 6ab3b487db [VLAN]: Fix nested VLAN transmit bug 17 years ago
Patrick McHardy 39aaac114e [VLAN]: Allow setting mac address while device is up 17 years ago
Patrick McHardy d932e04a5e [VLAN]: Don't synchronize addresses while the vlan device is down 17 years ago
Patrick McHardy fffe470a80 [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl 17 years ago
Ursula Braun 3607c44676 [8021Q]: transfer dev_id from real device 18 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 18 years ago
Stephen Hemminger 0c4e85813d [NET]: Wrap netdevice hardware header creation. 18 years ago
Ralf Baechle 10d024c1b2 [NET]: Nuke SET_MODULE_OWNER macro. 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 18 years ago
Eric W. Biederman e730c15519 [NET]: Make packet reception network namespace safe 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Al Viro d9f30ec0b0 [VLAN]: Fix net_device leak. 18 years ago
Evgeniy Polyakov e7c243c925 [VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt" 18 years ago
Adrian Bunk 16f3051b16 [VLAN] net/8021q/vlanproc.c: fix check-after-use 18 years ago
Matthew Wilcox 61a44b9c4b [NET]: ethtool ops are the only way 18 years ago
Andrew Morton 3f5f4346b6 [8021Q]: vlan_ioctl_handler: fix return value 18 years ago
Patrick McHardy a7ecfc8665 [VLAN]: Fix memset length 18 years ago
Patrick McHardy 56addd6eee [VLAN]: Use multicast list synchronization helpers 18 years ago
Patrick McHardy 6c78dcbd47 [VLAN]: Fix promiscous/allmulti synchronization races 18 years ago
Patrick McHardy 0e06877c6f [RTNETLINK]: rtnl_link: allow specifying initial device address 18 years ago
Patrick McHardy 2d85cba2b2 [RTNETLINK]: rtnl_link API simplification 18 years ago
Patrick McHardy 8c979c26a0 [VLAN]: Fix MAC address handling 18 years ago
Philippe De Muyter 56b3d975bb [NET]: Make all initialized struct seq_operations const. 18 years ago
Patrick McHardy 07b5b17e15 [VLAN]: Use rtnl_link API 18 years ago
Patrick McHardy a4bf3af4ac [VLAN]: Introduce symbolic constants for flag values 18 years ago
Patrick McHardy b020cb4885 [VLAN]: Keep track of number of QoS mappings 18 years ago
Patrick McHardy 734423cf38 [VLAN]: Use 32 bit value for skb->priority mapping 18 years ago
Patrick McHardy 2ae0bf69b7 [VLAN]: Return proper error codes in register_vlan_device 18 years ago
Patrick McHardy e89fe42cd0 [VLAN]: Move device registation to seperate function 18 years ago
Patrick McHardy c1d3ee9925 [VLAN]: Split up device checks 18 years ago
Patrick McHardy 42429aaee5 [VLAN]: Move vlan_group allocation to seperate function 18 years ago