summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
Commit message (Expand)AuthorAgeFilesLines
* vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun2011-06-011-1/+1
* net: Fix vlan_features propagationMichał Mirosław2011-05-121-2/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-3/+0
|\
| * vlan: fix GVRP at dismantle timeEric Dumazet2011-05-101-3/+0
* | net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko2011-04-121-173/+0
* | vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2011-04-021-36/+14
|/
* vlan: should take into account needed_headroomEric Dumazet2011-03-181-0/+1
* vlan: add support to ndo_fcoe_ddp_target()Yi Zou2011-03-071-0/+14
* vlan: remove ndo_select_queue() logicEric Dumazet2010-11-161-38/+2
* vlan: lockless transmit pathEric Dumazet2010-11-161-26/+35
* net: consolidate 8021q taggingJohn Fastabend2010-11-151-98/+7
* net: remove check for headroom in vlan_dev_createJohn Fastabend2010-11-151-3/+0
* vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-211-1/+1
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-7/+4
* vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet2010-09-271-2/+2
* net: rx_dropped accountingEric Dumazet2010-09-201-2/+7
* vlan: Match underlying dev carrier on vlan addPhil Oester2010-08-191-1/+2
* vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia2010-07-181-43/+60
* net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-091-1/+1
* vlan: allow TSO setting on vlan interfacesEric Dumazet2010-07-081-0/+20
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-4/+2
* vlan: 64 bit rx countersEric Dumazet2010-06-281-17/+29
* net: init_vlan should not copy slave or master flagsJohn Fastabend2010-06-021-1/+2
* net: congestion notifications are not dropped packetsEric Dumazet2010-05-161-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-3/+68
|\ \ | |/
| * vlan: adds vlan_dev_select_queueVasu Dev2010-03-241-3/+68
* | net: move address list functions to a separate fileJiri Pirko2010-04-031-7/+7
|/
* net: maintain namespace isolation between vlan and real deviceArnd Bergmann2010-02-031-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-281-1/+1
|\
| * vlan: fix vlan_skb_recv()Eric Dumazet2010-01-241-1/+1
* | llc: use dev_hard_headerOctavian Purdila2009-12-261-4/+3
|/
* vlan: support "loose binding" to the underlying network devicePatrick McHardy2009-11-261-2/+4
* vlan: Precise RX stats accountingEric Dumazet2009-11-171-6/+41
* vlan/macvlan: propagate transmission state to upper layersPatrick McHardy2009-11-131-2/+2
* vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN deviceYi Zou2009-10-291-0/+13
* vlan: allow null VLAN ID to be usedEric Dumazet2009-10-271-1/+1
* vlan: adds drops accountingEric Dumazet2009-09-031-7/+22
* vlan: enable multiqueue xmitsEric Dumazet2009-09-031-2/+4
* vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLANYi Zou2009-09-011-0/+26
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-3/+4
* vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev2009-08-141-0/+39
* net: convert unicast addr listJiri Pirko2009-05-291-5/+5
* net: remove COMPAT_NET_DEV_OPSAlexander Beregalov2009-05-251-1/+0
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-181-0/+1
* vlan: use struct netdev_queue counters instead of dev->statsEric Dumazet2009-05-181-7/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-291-0/+5
|\
| * vlan: update vlan carrier state for admin up/downJay Vosburgh2009-04-251-0/+5
* | net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy2009-04-211-20/+3
|/
OpenPOWER on IntegriCloud