summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)Author
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-04vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko
2013-01-04vlan: add link to upper deviceJiri Pirko
2012-11-308021q: fix vlan device to inherit the unicast filtering capability flagYi Zou
2012-11-18net: Allow the userns root to control vlans.Eric W. Biederman
2012-11-08vlan: set sysfs device_type to 'vlan'Doug Goldstein
2012-11-01vlan: use IS_ENABLED()Amerigo Wang
2012-10-18vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko
2012-10-16vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl
2012-10-028021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko
2012-08-14vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang
2012-08-14vlan: clean up some variable namesAmerigo Wang
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko
2012-07-10net: Fix memory leak - vlan_info structAmir Hanania
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-02vlan: Stop using NLA_PUT*().David S. Miller
2011-12-14vlan: static functionsEric Dumazet
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko
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-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16net: remove legacy ethtool opsMichał Mirosław
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-01vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-18vlan: reset headers on accel emulation pathJiri Pirko
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger