aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-08vlan: introduce vid list with reference countingJiri Pirko1-60/+30
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo callsJiri Pirko1-9/+5
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-12/+12
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-1/+1
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko1-4/+0
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-06-17vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat1-1/+1
2011-06-02net: 8021q: Add pr_fmtJoe Perches1-7/+8
2011-05-26net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock1-4/+1
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-0/+3
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet1-0/+3
2011-05-09vlan: remove one synchronize_net() callEric Dumazet1-6/+4
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERSBen Hutchings1-1/+2
2011-04-17vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings1-0/+11
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-8/+0
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław1-6/+2
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2010-11-288021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend1-3/+0
2010-11-16vlan: lockless transmit pathEric Dumazet1-3/+1
2010-11-158021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend1-0/+6
2010-10-25vlan: rcu annotationsEric Dumazet1-3/+3
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross1-7/+2
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross1-54/+10
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-8/+8
2010-09-278021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings1-1/+1
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter1-0/+4
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia1-2/+11
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-0/+2
2010-04-03net: move address list functions to a separate fileJiri Pirko1-2/+2
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: updates vlan real_num_tx_queuesVasu Dev1-0/+2
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko1-0/+4
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-2/+2
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-25/+4
2009-12-02net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman1-5/+3
2009-12-01net: Simplify vlan pernet operations.Eric W. Biederman1-26/+7
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy1-2/+7
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet1-2/+5
2009-10-29vlan: cleanup multiple unregistrationsPatrick McHardy1-32/+20
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet1-16/+33
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet1-4/+4
2009-09-02vlan: multiqueue vlan deviceEric Dumazet1-2/+3
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev1-0/+3
2009-07-30vlan: allow creating vlan when real device is not upStephen Hemminger1-6/+0
2009-07-20vlan: Propagate physical MTU changesHerbert Xu1-0/+13
2009-06-108021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_net()Jesper Dangaard Brouer1-1/+1
2009-05-29net: convert unicast addr listJiri Pirko1-2/+2