summaryrefslogtreecommitdiff
path: root/net/bridge/br_sysfs_br.c
AgeCommit message (Expand)Author
2022-11-02bridge: Fix flushing of dynamic FDB entriesIdo Schimmel
2022-04-13net: bridge: fdb: add support for fine-grained flushingNikolay Aleksandrov
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-11-24net: bridge: Allow base 16 inputs in sysfsIdo Schimmel
2021-11-19net/bridge: replace simple_strtoul to kstrtolBernard Zhao
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-04-14net: bridge: propagate error code and extack from br_mc_disabled_updateFlorian Fainelli
2021-02-14net: bridge: propagate extack through store_bridge_parmVladimir Oltean
2021-01-29net: bridge: add warning comments to avoid extending sysfsNikolay Aleksandrov
2020-04-27net: bridge: Add checks for enabling the STP.Horatiu Vultur
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
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 no_linklocal_learn bool optionNikolay 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-03-26net: Use octal not symbolic permissionsJoe Perches
2017-12-20bridge: Use helpers to handle MAC addressAndy Shevchenko
2017-06-29net: bridge: constify attribute_group structures.Arvind Yadav
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-06bridge: move to workqueue gcNikolay Aleksandrov
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-05net: bridge: set error code on failurePan Bian
2016-11-21bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov
2016-11-21bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov
2016-05-02bridge: vlan: learn to countNikolay Aleksandrov
2016-04-13bridge: a netlink notification should be sent when those attributes are chang...Xin Long
2016-04-13bridge: simplify the stp_state_store by calling store_bridge_parmXin Long
2016-04-13bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long
2016-04-13bridge: simplify the flush_store by calling store_bridge_parmXin Long
2015-12-23bridge: use kobj_to_dev instead of to_devGeliang Tang
2015-10-13bridge: fix gc_timer mod/del race conditionNikolay Aleksandrov
2015-10-12bridge: push bridge setting ageing_time down to switchdevScott Feldman
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso
2014-06-11bridge: Support 802.1ad vlan filteringToshiaki Makita
2014-01-06bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com
2013-08-07bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui
2013-05-22bridge: use the bridge IP addr as source addr for querierCong Wang