aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
Commit message (Expand)AuthorAgeFilesLines
* vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström2014-04-301-0/+3
* vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2014-02-151-1/+17
* vlan: fix a race in egress prio managementEric Dumazet2013-08-021-0/+7
* Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-06-101-1/+1
* vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman2011-11-011-4/+6
* net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-1/+2
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+0
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-271-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-211-1/+5
|\
| * net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław2011-07-141-1/+5
* | net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław2011-07-141-2/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-051-0/+5
|\ \ | |/
| * net: vlan: enable soft features regardless of underlying deviceShan Wei2011-07-051-0/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-041-1/+1
|\ \ | |/
| * vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun2011-06-011-1/+1
* | net: 8021q: Add pr_fmtJoe Perches2011-06-021-1/+3
|/
* 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