summaryrefslogtreecommitdiff
path: root/net/8021q/vlan.c
AgeCommit message (Expand)Author
2011-12-08vlan: introduce vid list with reference countingJiri Pirko
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-17vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat
2011-06-02net: 8021q: Add pr_fmtJoe Perches
2011-05-26net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet
2011-05-09vlan: remove one synchronize_net() callEric Dumazet
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings
2011-04-17vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-11-288021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend
2010-11-16vlan: lockless transmit pathEric Dumazet
2010-11-158021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend
2010-10-25vlan: rcu annotationsEric Dumazet
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-09-278021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: move address list functions to a separate fileJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24vlan: updates vlan real_num_tx_queuesVasu Dev
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-02net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman
2009-12-01net: Simplify vlan pernet operations.Eric W. Biederman
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet
2009-10-29vlan: cleanup multiple unregistrationsPatrick McHardy
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet
2009-09-02vlan: multiqueue vlan deviceEric Dumazet
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev
2009-07-30vlan: allow creating vlan when real device is not upStephen Hemminger
2009-07-20vlan: Propagate physical MTU changesHerbert Xu
2009-06-108021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n...Jesper Dangaard Brouer
2009-05-29net: convert unicast addr listJiri Pirko