Commit Graph

62 Commits (f9663aea2a938f9dc60dbfef34b9e7847a69c947)

Author SHA1 Message Date
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 17 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 17 years ago
Stephen Hemminger 0c4e85813d [NET]: Wrap netdevice hardware header creation. 17 years ago
Ralf Baechle 10d024c1b2 [NET]: Nuke SET_MODULE_OWNER macro. 17 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 17 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 17 years ago
Eric W. Biederman e730c15519 [NET]: Make packet reception network namespace safe 17 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 17 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
Patrick McHardy 2f4284a406 [VLAN]: Move some device intialization code to dev->init callback 18 years ago
Patrick McHardy c17d8874f9 [VLAN]: Convert name-based configuration functions to struct netdevice * 18 years ago
Bill Nottingham 75202e7689 [NET]: Fix comparisons of unsigned < 0. 18 years ago
Stephen Hemminger d2d1acdb6a VLAN: kill_vid is only useful for VLAN filtering devices 18 years ago
Pavel Emelianov 7562f876cd [NET]: Rework dev_base via list_head (v3) 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
David S. Miller be8bd86321 [VLAN] vlan_dev: Use skb_reset_network_header(). 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
YOSHIFUJI Hideaki b93b7eebd3 [NET] 8021Q: Use htons() where appropriate. 18 years ago
Jerome Borsboom 279e172a58 [VLAN]: Allow VLAN interface on top of bridge interface 18 years ago
Dan Aloni 5c15bdec5c [VLAN]: Avoid a 4-order allocation. 18 years ago
Arjan van de Ven 9a32144e9d [PATCH] mark struct file_operations const 7 18 years ago
YOSHIFUJI Hideaki 122952fc2d [NET] 8021Q: Fix whitespace errors. 18 years ago
Alexey Dobriyan d136fe7243 [PATCH] Finish annotations of struct vlan_ethhdr 18 years ago
Stefan Rompf 6c753c3d3b [VLAN]: Fix link state propagation 19 years ago
Panagiotis Issaris 0da974f4f3 [NET]: Conversions from kmalloc+memset to k(z|c)alloc. 19 years ago
Arjan van de Ven 5dd8d1e9eb [PATCH] lockdep: annotate vlan net device as being a special class 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago