summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_sysfs_br.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: Fix flushing of dynamic FDB entriesIdo Schimmel2022-11-021-1/+1
* net: bridge: fdb: add support for fine-grained flushingNikolay Aleksandrov2022-04-131-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-2/+2
|\
| * net: bridge: mcast: add and enforce startup query interval minimumNikolay Aleksandrov2021-12-291-1/+1
| * net: bridge: mcast: add and enforce query interval minimumNikolay Aleksandrov2021-12-291-1/+1
* | net: bridge: Allow base 16 inputs in sysfsIdo Schimmel2021-11-241-1/+1
* | net/bridge: replace simple_strtoul to kstrtolBernard Zhao2021-11-191-4/+3
|/
* net: bridge: vlan: add support for mcast router global optionNikolay Aleksandrov2021-08-111-1/+1
* net: bridge: vlan: add support for mcast querier global optionNikolay Aleksandrov2021-08-111-2/+2
* net: bridge: mcast: move querier state to the multicast contextNikolay Aleksandrov2021-08-111-1/+1
* net: bridge: vlan: add support for mcast igmp/mld version global optionsNikolay Aleksandrov2021-08-111-2/+2
* net: bridge: multicast: factor out bridge multicast contextNikolay Aleksandrov2021-07-201-19/+19
* net: bridge: propagate error code and extack from br_mc_disabled_updateFlorian Fainelli2021-04-141-7/+1
* net: bridge: propagate extack through store_bridge_parmVladimir Oltean2021-02-141-38/+128
* net: bridge: add warning comments to avoid extending sysfsNikolay Aleksandrov2021-01-291-0/+4
* net: bridge: Add checks for enabling the STP.Horatiu Vultur2020-04-271-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: bridge: mark hash_elasticity as obsoleteNikolay Aleksandrov2018-12-051-3/+3
* net: bridge: convert multicast to generic rhashtableNikolay Aleksandrov2018-12-051-1/+7
* net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov2018-11-271-0/+22
* net: bridge: add support for per-port vlan statsNikolay Aleksandrov2018-10-121-0/+17
* net: bridge: convert mcast options to bitsNikolay Aleksandrov2018-09-261-5/+7
* net: bridge: convert and rename mcast disabledNikolay Aleksandrov2018-09-261-1/+1
* net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov2018-09-261-1/+1
* net: bridge: convert nf call options to bitsNikolay Aleksandrov2018-09-261-6/+6
* net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov2018-09-261-2/+2
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* bridge: Use helpers to handle MAC addressAndy Shevchenko2017-12-201-10/+3
* net: bridge: constify attribute_group structures.Arvind Yadav2017-06-291-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* bridge: move to workqueue gcNikolay Aleksandrov2017-02-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-061-0/+1
|\
| * net: bridge: set error code on failurePan Bian2016-12-051-0/+1
* | bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov2016-11-211-0/+22
* | bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov2016-11-211-0/+18
|/
* net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov2016-06-301-0/+25
* bridge: vlan: learn to countNikolay Aleksandrov2016-05-021-0/+17
* bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-131-12/+9
* bridge: simplify the stp_state_store by calling store_bridge_parmXin Long2016-04-131-15/+9
* bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long2016-04-131-17/+10
* bridge: simplify the flush_store by calling store_bridge_parmXin Long2016-04-131-7/+7
* bridge: use kobj_to_dev instead of to_devGeliang Tang2015-12-231-2/+1
* bridge: fix gc_timer mod/del race conditionNikolay Aleksandrov2015-10-131-1/+9
* bridge: push bridge setting ageing_time down to switchdevScott Feldman2015-10-121-2/+1
* bridge: Add a default_pvid sysfs attributeVlad Yasevich2014-10-051-0/+17
* netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-261-2/+2
* bridge: Support 802.1ad vlan filteringToshiaki Makita2014-06-111-0/+26
* bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com2014-01-061-141/+108
* bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui2013-08-071-1/+1
* bridge: use the bridge IP addr as source addr for querierCong Wang2013-05-221-0/+26