aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni1-2/+5
2015-01-23vlan: advertise link netns via netlinkNicolas Dichtel1-0/+8
2014-03-128021q: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2013-10-08net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy1-3/+22
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-4/+5
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward1-1/+1
2012-04-02vlan: Stop using NLA_PUT*().David S. Miller1-6/+10
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-5/+5
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2010-11-16vlan: lockless transmit pathEric Dumazet1-20/+0
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy1-1/+2
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman1-2/+2
2009-09-26net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend1-0/+1
2009-09-02vlan: multiqueue vlan deviceEric Dumazet1-0/+20
2008-07-05vlan: Add GVRP supportPatrick McHardy1-1/+2
2008-07-05vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy1-3/+1
2008-04-16[VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov1-1/+1
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy1-5/+5
2008-01-28[VLAN]: Simplify vlan unregistrationPatrick McHardy1-6/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-07-11[RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy1-0/+7
2007-07-10[VLAN]: Use rtnl_link APIPatrick McHardy1-0/+236