summaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2013-05-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-8/+3
|\
| * proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-7/+2
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=nPatrick McHardy2013-04-211-0/+1
* | net: vlan: fix memory leak in vlan_info_rcu_free()Patrick McHardy2013-04-211-3/+4
* | net: vlan: add 802.1ad supportPatrick McHardy2013-04-194-8/+40
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-192-4/+6
* | net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-197-77/+98
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-192-26/+31
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-193-6/+6
|/
* 8021q: fix a potential use-after-freeCong Wang2013-03-241-7/+7
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich2013-02-131-0/+1
* netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman2013-02-111-1/+1
* net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward2013-02-107-7/+134
* net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2013-01-292-11/+2
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-3/+3
* vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko2013-01-041-7/+11
* vlan: add link to upper deviceJiri Pirko2013-01-041-1/+9
* 8021q: fix vlan device to inherit the unicast filtering capability flagYi Zou2012-11-301-0/+1
* net: Allow the userns root to control vlans.Eric W. Biederman2012-11-181-6/+6
* vlan: set sysfs device_type to 'vlan'Doug Goldstein2012-11-081-0/+6
* vlan: use IS_ENABLED()Amerigo Wang2012-11-012-4/+4
* vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko2012-10-181-1/+3
* vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko2012-10-161-1/+8
* vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-081-8/+2
* 8021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli2012-10-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-0/+6
|\
| * vlan: add helper which can be called to see if device is used by vlanJiri Pirko2012-08-241-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\ \ | |/ |/|
| * treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-011-1/+1
* | vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang2012-08-141-7/+20
* | vlan: clean up some variable namesAmerigo Wang2012-08-141-6/+6
* | netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-5/+1
* | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-3/+4
|/
* netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-171-4/+1
* net: Fix memory leak - vlan_info structAmir Hanania2012-07-101-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-1/+1
|\
| * Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-101-1/+1
* | 8021q: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-093-12/+11
* | vlan: Stop using NLA_PUT*().David S. Miller2012-04-021-6/+10
|/
* vlan: static functionsEric Dumazet2011-12-141-3/+3
* vlan: add rtnl_dereference() annotationsDan Carpenter2011-12-141-5/+9
* vlan: add 802.1q netpoll supportBenjamin LaHaise2011-12-082-0/+64
* vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko2011-12-081-0/+44
* vlan: introduce vid list with reference countingJiri Pirko2011-12-083-71/+217
* net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko2011-12-082-9/+28
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-087-84/+84
* vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar2011-12-031-33/+0