Commit Graph

155 Commits (85ac16d033370caf6f48d743c8dc8103700f5cc5)

Author SHA1 Message Date
Patrick McHardy 7816a0a862 vlan/macvlan: fix NULL pointer dereferences in ethtool handlers 16 years ago
Herbert Xu 1db9e29bb0 gro: Normalise skb before bypassing GRO on netpoll VLAN path 16 years ago
Herbert Xu 2ffb455819 gro: Fix vlan/netpoll check again 16 years ago
Herbert Xu d1c76af9e2 GRO: Move netpoll checks to correct location 16 years ago
Stephen Hemminger 7546dd97d2 net: convert usage of packet_type to read_mostly 16 years ago
David S. Miller 9d40bbda59 vlan: Fix vlan-in-vlan crashes. 16 years ago
Herbert Xu 4ead443163 netpoll: Add drop checks to all entry points 16 years ago
Herbert Xu aa4b9f533e gro: Optimise Ethernet header comparison 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Herbert Xu 86911732d3 gro: Avoid copying headers of unmerged packets 16 years ago
Herbert Xu 5d0d9be8ef gro: Move common completion code into helpers 16 years ago
Ben Greear 116cb42855 vlan: Export symbols as non GPL symbols. 16 years ago
Frank Blaschka cc883d16c3 vlan: add neigh_setup 16 years ago
Herbert Xu e1c096e251 vlan: Add GRO interfaces 16 years ago
Eric Dumazet f7d1b9f5aa vlan: fix convertion to net_device_ops 16 years ago
Stephen Hemminger 656299f706 vlan: convert to net_device_ops 16 years ago
Ferenc Wagner 309f796f30 vlan: Fix typos in proc output string 16 years ago
Patrick McHardy 9b22ea5609 net: fix packet socket delivery in rx irq handler 16 years ago
David S. Miller d2ad3ca88d net/: Kill now superfluous ->last_rx stores. 16 years ago
Stephen Hemminger b30200616f vlan: propogate ethtool speed values 17 years ago
Arnaldo Carvalho de Melo 6067804047 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable 17 years ago
Alexander Duyck 1ae4be22f6 vlan: vlan device not reading gso max size of parent. 17 years ago
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