summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c
Commit message (Expand)AuthorAgeFilesLines
* 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend2010-11-281-3/+0
* vlan: lockless transmit pathEric Dumazet2010-11-161-3/+1
* 8021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend2010-11-151-0/+6
* vlan: rcu annotationsEric Dumazet2010-10-251-3/+3
* vlan: Centralize handling of hardware acceleration.Jesse Gross2010-10-211-7/+2
* vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-211-54/+10
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-8/+8
* 8021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings2010-09-271-1/+1
* netns: keep vlan slaves on master netns moveDavid Lamparter2010-09-171-0/+4
* vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia2010-07-181-2/+11
* 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-0/+2
|\ \ | |/
| * vlan: updates vlan real_num_tx_queuesVasu Dev2010-03-241-0/+2
* | net: move address list functions to a separate fileJiri Pirko2010-04-031-2/+2
* | net: forbid underlaying devices to change its typeJiri Pirko2010-03-181-0/+4
|/
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-2/+2
* netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney2009-12-031-25/+4
* net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman2009-12-021-5/+3
* net: Simplify vlan pernet operations.Eric W. Biederman2009-12-011-26/+7
* vlan: support "loose binding" to the underlying network devicePatrick McHardy2009-11-261-2/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-2/+5
|\
| * vlan: Fix register_vlan_dev() error pathEric Dumazet2009-11-171-2/+5
* | netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
* | vlan: cleanup multiple unregistrationsPatrick McHardy2009-10-291-32/+20
* | vlan: Optimize multiple unregistrationEric Dumazet2009-10-281-16/+33
* | net: add a list_head parameter to dellink() methodEric Dumazet2009-10-281-4/+4
|/
* vlan: multiqueue vlan deviceEric Dumazet2009-09-021-2/+3
* vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev2009-08-141-0/+3
* vlan: allow creating vlan when real device is not upStephen Hemminger2009-07-301-6/+0
* vlan: Propagate physical MTU changesHerbert Xu2009-07-201-0/+13
* 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n...Jesper Dangaard Brouer2009-06-101-1/+1
* net: convert unicast addr listJiri Pirko2009-05-291-2/+2
* vlan: update vlan carrier state for admin up/downJay Vosburgh2009-04-251-0/+2
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* vlan: convert to net_device_opsStephen Hemminger2008-11-191-8/+10
* vlan: propogate ethtool speed valuesStephen Hemminger2008-10-281-4/+4
* vlan: vlan device not reading gso max size of parent.Alexander Duyck2008-09-111-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-0/+3
|\
| * Merge branch 'linus' into core/rcuIngo Molnar2008-06-161-3/+25
| |\
| * | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
* | | vlan: remove unnecessary include statementsPatrick McHardy2008-07-141-6/+2
* | | vlan: TCI related type and naming cleanupsPatrick McHardy2008-07-081-18/+16
* | | vlan: move struct vlan_dev_info to private headerPatrick McHardy2008-07-081-3/+1
* | | vlan: Use is_vlan_dev()Joonwoo Park2008-07-081-2/+1
* | | vlan: Add GVRP supportPatrick McHardy2008-07-051-4/+19
* | | vlan: Move device unregistration before lower dev cleanupPatrick McHardy2008-07-051-2/+2
* | | vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy2008-07-051-3/+3
| |/ |/|
* | vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy2008-05-231-8/+2
OpenPOWER on IntegriCloud