aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_netlink.c
AgeCommit message (Expand)Author
2021-12-29net: bridge: mcast: add and enforce startup query interval minimumNikolay Aleksandrov
2021-12-29net: bridge: mcast: add and enforce query interval minimumNikolay Aleksandrov
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung
2021-10-05net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet
2021-10-05net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet
2021-08-20net: bridge: mcast: br_multicast_set_port_router takes multicast context as a...Nikolay Aleksandrov
2021-08-14net: bridge: mcast: dump ipv4 querier stateNikolay Aleksandrov
2021-08-11net: bridge: vlan: add support for mcast router global optionNikolay Aleksandrov
2021-08-11net: bridge: vlan: add support for mcast querier global optionNikolay Aleksandrov
2021-08-11net: bridge: mcast: move querier state to the multicast contextNikolay Aleksandrov
2021-08-11net: bridge: vlan: add support for mcast igmp/mld version global optionsNikolay Aleksandrov
2021-07-20net: bridge: multicast: factor out bridge multicast contextNikolay Aleksandrov
2021-07-20net: bridge: multicast: factor out port multicast contextNikolay Aleksandrov
2021-05-25net: bridge: remove redundant assignmentNigel Christian
2021-04-29bridge: Fix possible races between assigning rx_handler_data and setting IFF_...Zhang Zhengming
2021-04-14net: bridge: propagate error code and extack from br_mc_disabled_updateFlorian Fainelli
2021-02-14net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean
2021-02-14net: bridge: propagate extack through store_bridge_parmVladimir Oltean
2021-02-14net: bridge: remove __br_vlan_filter_toggleVladimir Oltean
2021-02-12net: bridge: don't print in br_switchdev_set_port_flagVladimir Oltean
2021-02-12net: bridge: offload all port flags at once in br_setportVladimir Oltean
2021-01-27net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov
2021-01-18net: bridge: check vlan with eth_type_vlan() methodMenglong Dong
2020-11-18net: bridge: replace struct br_vlan_stats with pcpu_sw_netstatsHeiner Kallweit
2020-10-29bridge: cfm: Netlink Notifications.Henrik Bjoernlund
2020-10-29bridge: cfm: Netlink GET status Interface.Henrik Bjoernlund
2020-10-29bridge: cfm: Netlink GET configuration Interface.Henrik Bjoernlund
2020-10-29bridge: cfm: Netlink SET configuration Interface.Henrik Bjoernlund
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg
2020-07-14net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPENHoratiu Vultur
2020-07-02bridge: Extend br_fill_ifinfo to return MPR statusHoratiu Vultur
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-30net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel
2020-04-27net: bridge: Add checks for enabling the STP.Horatiu Vultur
2020-04-27bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur
2020-04-27net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur
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