aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend1-1/+2
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+68
2010-04-03net: move address list functions to a separate fileJiri Pirko1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24vlan: adds vlan_dev_select_queueVasu Dev1-3/+68
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-1/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-24vlan: fix vlan_skb_recv()Eric Dumazet1-1/+1
2009-12-26llc: use dev_hard_headerOctavian Purdila1-4/+3
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy1-2/+4
2009-11-17vlan: Precise RX stats accountingEric Dumazet1-6/+41
2009-11-13vlan/macvlan: propagate transmission state to upper layersPatrick McHardy1-2/+2
2009-10-29vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN deviceYi Zou1-0/+13
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet1-1/+1
2009-09-03vlan: adds drops accountingEric Dumazet1-7/+22
2009-09-03vlan: enable multiqueue xmitsEric Dumazet1-2/+4
2009-09-01vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLANYi Zou1-0/+26
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-3/+4
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev1-0/+39
2009-05-29net: convert unicast addr listJiri Pirko1-5/+5
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov1-1/+0
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2009-05-18vlan: use struct netdev_queue counters instead of dev->statsEric Dumazet1-7/+7
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2009-04-25vlan: update vlan carrier state for admin up/downJay Vosburgh1-0/+5
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy1-20/+3
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy1-1/+2
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller1-1/+2
2009-01-08vlan: add neigh_setupFrank Blaschka1-0/+14
2008-12-25vlan: fix convertion to net_device_opsEric Dumazet1-2/+20
2008-11-19vlan: convert to net_device_opsStephen Hemminger1-12/+18
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-28vlan: propogate ethtool speed valuesStephen Hemminger1-0/+22
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-1/+1
2008-09-11vlan: vlan device not reading gso max size of parent.Alexander Duyck1-0/+1
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller1-0/+4
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller1-4/+6
2008-07-14vlan: remove unnecessary include statementsPatrick McHardy1-7/+0
2008-07-14vlan: clean up hard_start_xmit functionsPatrick McHardy1-35/+6
2008-07-14vlan: clean up vlan_dev_hard_header()Patrick McHardy1-46/+9
2008-07-14vlan: ethtool ->get_flags supportPatrick McHardy1-0/+13
2008-07-148021q: Check return of dev_set_promiscuity/allmultiWang Chen1-6/+22
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-2/+13
2008-07-08vlan: avoid header copying and linearisation where possiblePatrick McHardy1-29/+5
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy1-24/+23
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy1-5/+0
2008-07-08vlan: Add ethtool supportPatrick McHardy1-0/+18
2008-07-08vlan: Use is_vlan_dev()Joonwoo Park1-1/+1