Commit Graph

91 Commits (23d874054663efaf18340dc554df1b935820cbab)

Author SHA1 Message Date
Patrick McHardy 5e75659305 vlan: support "loose binding" to the underlying network device 15 years ago
Eric Dumazet 9793241fe9 vlan: Precise RX stats accounting 15 years ago
Patrick McHardy cbbef5e183 vlan/macvlan: propagate transmission state to upper layers 15 years ago
Yi Zou d653479941 vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device 16 years ago
Eric Dumazet 05423b2413 vlan: allow null VLAN ID to be used 16 years ago
Eric Dumazet 1a123a3168 vlan: adds drops accounting 16 years ago
Eric Dumazet 2f8bc32b7a vlan: enable multiqueue xmits 16 years ago
Yi Zou 0af46d997f vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN 16 years ago
Stephen Hemminger 6fef4c0c8e netdev: convert pseudo-devices to netdev_tx_t 16 years ago
Vasu Dev b85daa5324 vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field 16 years ago
Jiri Pirko ccffad25b5 net: convert unicast addr list 16 years ago
Alexander Beregalov e3804cbebb net: remove COMPAT_NET_DEV_OPS 16 years ago
Eric Dumazet 93f154b594 net: release dst entry in dev_hard_start_xmit() 16 years ago
Eric Dumazet 450c4ea15e vlan: use struct netdev_queue counters instead of dev->stats 16 years ago
Jay Vosburgh adc667e84f vlan: update vlan carrier state for admin up/down 16 years ago
Patrick McHardy b1b67dd45a net: factor out ethtool invocation of vlan/macvlan drivers 16 years ago
Patrick McHardy 7816a0a862 vlan/macvlan: fix NULL pointer dereferences in ethtool handlers 16 years ago
David S. Miller 9d40bbda59 vlan: Fix vlan-in-vlan crashes. 16 years ago
Frank Blaschka cc883d16c3 vlan: add neigh_setup 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
David S. Miller d2ad3ca88d net/: Kill now superfluous ->last_rx stores. 17 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
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 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 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
Pavel Emelyanov 65d292a2ef [VLAN]: Allow vlan devices registration in net namespaces. 17 years ago
Pavel Emelyanov 23556323b2 [VLAN]: Fix egress priority mappings leak. 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
David S. Miller 55b01e8681 [NET]: Restore sanity wrt. print_mac(). 17 years ago