aboutsummaryrefslogtreecommitdiff
path: root/net/8021q/vlan_dev.c
AgeCommit message (Expand)Author
2010-11-16vlan: remove ndo_select_queue() logicEric Dumazet
2010-11-16vlan: lockless transmit pathEric Dumazet
2010-11-15net: consolidate 8021q taggingJohn Fastabend
2010-11-15net: remove check for headroom in vlan_dev_createJohn Fastabend
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-09-27vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet
2010-09-20net: rx_dropped accountingEric Dumazet
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings
2010-07-08vlan: allow TSO setting on vlan interfacesEric Dumazet
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-28vlan: 64 bit rx countersEric Dumazet
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: move address list functions to a separate fileJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24vlan: adds vlan_dev_select_queueVasu Dev
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-24vlan: fix vlan_skb_recv()Eric Dumazet
2009-12-26llc: use dev_hard_headerOctavian Purdila
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy
2009-11-17vlan: Precise RX stats accountingEric Dumazet
2009-11-13vlan/macvlan: propagate transmission state to upper layersPatrick McHardy
2009-10-29vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN deviceYi Zou
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet
2009-09-03vlan: adds drops accountingEric Dumazet
2009-09-03vlan: enable multiqueue xmitsEric Dumazet
2009-09-01vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLANYi Zou
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet
2009-05-18vlan: use struct netdev_queue counters instead of dev->statsEric Dumazet
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-25vlan: update vlan carrier state for admin up/downJay Vosburgh
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller
2009-01-08vlan: add neigh_setupFrank Blaschka
2008-12-25vlan: fix convertion to net_device_opsEric Dumazet
2008-11-19vlan: convert to net_device_opsStephen Hemminger
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-28vlan: propogate ethtool speed valuesStephen Hemminger
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo