aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netlink.c
AgeCommit message (Expand)Author
2020-05-14net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel
2020-01-15net: bridge: vlan: notify on vlan add/delete/change flagsNikolay Aleksandrov
2020-01-15net: bridge: vlan: add new rtm message supportNikolay Aleksandrov
2020-01-15net: bridge: vlan: add rtm definitions and dump supportNikolay Aleksandrov
2020-01-15net: bridge: netlink: add extack error messages when processing vlansNikolay Aleksandrov
2020-01-15net: bridge: vlan: add helpers to check for vlan id/range validityNikolay Aleksandrov
2019-12-14net: bridge: add STP xstatsVivien Didelot
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27net: fix two coding style issuesMichal Kubecek
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov
2019-03-29net: bridge: use netif_is_bridge_port()Julian Wiedmann
2018-12-18net: bridge: remove unneeded variable 'err'YueHaibing
2018-12-12net: bridge: Propagate extack to switchdevPetr Machata
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata
2018-12-05net: bridge: mark hash_elasticity as obsoleteNikolay Aleksandrov
2018-12-05net: bridge: convert multicast to generic rhashtableNikolay Aleksandrov
2018-11-27net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov
2018-10-12net: bridge: add support for per-port vlan statsNikolay Aleksandrov
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov
2018-09-26net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov
2018-07-23net: bridge: add support for backup portNikolay Aleksandrov
2018-05-25net: bridge: add support for port isolationNikolay Aleksandrov
2017-12-18net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov
2017-11-14net: bridge: add vlan_tunnel to bridge port policiesNikolay Aleksandrov
2017-11-02net: bridge: add notifications for the bridge dev on vlan changeNikolay Aleksandrov
2017-11-01net: bridge: add neigh_suppress to bridge port policiesNikolay Aleksandrov
2017-10-29bridge: vlan: signal if anything changed on vlan addNikolay Aleksandrov
2017-10-29bridge: netlink: make setlink/dellink notifications more accurateNikolay Aleksandrov
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov
2017-10-08bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd floodRoopa Prabhu
2017-09-29net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer
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-06-08net: bridge: Add support for offloading port attributesArkadi Sharshevsky
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-06net: bridge: fix a null pointer dereference in br_afspecNikolay Aleksandrov
2017-05-26bridge: Export VLAN filtering stateIdo Schimmel
2017-05-18bridge: netlink: check vlan_default_pvid rangeTobias Jungel
2017-05-05bridge: netlink: account for IFLA_BRPORT_{B, M}CAST_FLOOD size and policyTobias Klauser
2017-04-27bridge: add per-port broadcast flood flagMike Manning
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller