aboutsummaryrefslogtreecommitdiff
path: root/net/8021q/vlan_dev.c
AgeCommit message (Expand)Author
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
2008-09-11vlan: vlan device not reading gso max size of parent.Alexander Duyck
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller
2008-07-14vlan: remove unnecessary include statementsPatrick McHardy
2008-07-14vlan: clean up hard_start_xmit functionsPatrick McHardy
2008-07-14vlan: clean up vlan_dev_hard_header()Patrick McHardy
2008-07-14vlan: ethtool ->get_flags supportPatrick McHardy
2008-07-148021q: Check return of dev_set_promiscuity/allmultiWang Chen
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller
2008-07-08vlan: avoid header copying and linearisation where possiblePatrick McHardy
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy
2008-07-08vlan: Add ethtool supportPatrick McHardy
2008-07-08vlan: Use is_vlan_dev()Joonwoo Park