summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* vlan: support binding link state to vlan member bridge portsMike Manning2019-04-191-1/+2
* vlan: Add extack messages for link createDavid Ahern2018-05-171-11/+34
* add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko2017-11-041-0/+1
* net: Add extack to upper device linkingDavid Ahern2017-10-051-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-271-3/+4
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-271-1/+2
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* vlan: use a valid default mtu value for vlan over macsecPaolo Abeni2016-07-171-2/+5
* vlan: advertise link netns via netlinkNicolas Dichtel2015-01-241-0/+8
* 8021q: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-2/+2
* net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde2013-10-081-1/+1
* net: vlan: add 802.1ad supportPatrick McHardy2013-04-191-3/+22
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-4/+5
* net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward2013-02-111-1/+1
* vlan: Stop using NLA_PUT*().David S. Miller2012-04-021-6/+10
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-091-5/+5
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-11-011-0/+1
* vlan: lockless transmit pathEric Dumazet2010-11-161-20/+0Star
* vlan: support "loose binding" to the underlying network devicePatrick McHardy2009-11-271-1/+2
* net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-081-2/+2
* net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend2009-09-271-0/+1
* vlan: multiqueue vlan deviceEric Dumazet2009-09-031-0/+20
* vlan: Add GVRP supportPatrick McHardy2008-07-061-1/+2
* vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy2008-07-061-3/+1Star
* [VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov2008-04-161-1/+1
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-291-5/+5
* [VLAN]: Simplify vlan unregistrationPatrick McHardy2008-01-291-6/+1Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-1/+2
* [RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2007-07-121-0/+7
* [VLAN]: Use rtnl_link APIPatrick McHardy2007-07-111-0/+236