aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_netlink.c
AgeCommit message (Expand)Author
2024-01-19vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma
2022-07-09vlan: fix memory leak in vlan_newlink()Eric Dumazet
2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning
2018-05-17vlan: Add extack messages for link createDavid Ahern
2017-11-04add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni
2015-01-23vlan: advertise link netns via netlinkNicolas Dichtel
2014-03-128021q: Convert uses of __constant_<foo> to <foo>Joe Perches
2013-10-08net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward
2012-04-02vlan: Stop using NLA_PUT*().David S. Miller
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2010-11-16vlan: lockless transmit pathEric Dumazet
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman
2009-09-26net: fix vlan_get_size to include vlan_flags sizeJohn Fastabend
2009-09-02vlan: multiqueue vlan deviceEric Dumazet
2008-07-05vlan: Add GVRP supportPatrick McHardy
2008-07-05vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy
2008-04-16[VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy
2008-01-28[VLAN]: Simplify vlan unregistrationPatrick McHardy
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-07-11[RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy
2007-07-10[VLAN]: Use rtnl_link APIPatrick McHardy