aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_sysfs_br.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-02bridge: Fix flushing of dynamic FDB entriesIdo Schimmel1-1/+1
2022-04-13net: bridge: fdb: add support for fine-grained flushingNikolay Aleksandrov1-1/+5
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-12-29net: bridge: mcast: add and enforce startup query interval minimumNikolay Aleksandrov1-1/+1
2021-12-29net: bridge: mcast: add and enforce query interval minimumNikolay Aleksandrov1-1/+1
2021-11-24net: bridge: Allow base 16 inputs in sysfsIdo Schimmel1-1/+1
2021-11-19net/bridge: replace simple_strtoul to kstrtolBernard Zhao1-4/+3
2021-08-11net: bridge: vlan: add support for mcast router global optionNikolay Aleksandrov1-1/+1
2021-08-11net: bridge: vlan: add support for mcast querier global optionNikolay Aleksandrov1-2/+2
2021-08-11net: bridge: mcast: move querier state to the multicast contextNikolay Aleksandrov1-1/+1
2021-08-11net: bridge: vlan: add support for mcast igmp/mld version global optionsNikolay Aleksandrov1-2/+2
2021-07-20net: bridge: multicast: factor out bridge multicast contextNikolay Aleksandrov1-19/+19
2021-04-14net: bridge: propagate error code and extack from br_mc_disabled_updateFlorian Fainelli1-7/+1
2021-02-14net: bridge: propagate extack through store_bridge_parmVladimir Oltean1-38/+128
2021-01-29net: bridge: add warning comments to avoid extending sysfsNikolay Aleksandrov1-0/+4
2020-04-27net: bridge: Add checks for enabling the STP.Horatiu Vultur1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-05net: bridge: mark hash_elasticity as obsoleteNikolay Aleksandrov1-3/+3
2018-12-05net: bridge: convert multicast to generic rhashtableNikolay Aleksandrov1-1/+7
2018-11-27net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov1-0/+22
2018-10-12net: bridge: add support for per-port vlan statsNikolay Aleksandrov1-0/+17
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov1-5/+7
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov1-1/+1
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov1-1/+1
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov1-6/+6
2018-09-26net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov1-2/+2
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-12-20bridge: Use helpers to handle MAC addressAndy Shevchenko1-10/+3
2017-06-29net: bridge: constify attribute_group structures.Arvind Yadav1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-06bridge: move to workqueue gcNikolay Aleksandrov1-1/+1
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-05net: bridge: set error code on failurePan Bian1-0/+1
2016-11-21bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov1-0/+22
2016-11-21bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov1-0/+18
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov1-0/+25
2016-05-02bridge: vlan: learn to countNikolay Aleksandrov1-0/+17
2016-04-13bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_brXin Long1-12/+9
2016-04-13bridge: simplify the stp_state_store by calling store_bridge_parmXin Long1-15/+9
2016-04-13bridge: simplify the forward_delay_store by calling store_bridge_parmXin Long1-17/+10
2016-04-13bridge: simplify the flush_store by calling store_bridge_parmXin Long1-7/+7
2015-12-23bridge: use kobj_to_dev instead of to_devGeliang Tang1-2/+1
2015-10-13bridge: fix gc_timer mod/del race conditionNikolay Aleksandrov1-1/+9
2015-10-12bridge: push bridge setting ageing_time down to switchdevScott Feldman1-2/+1
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich1-0/+17
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso1-2/+2
2014-06-11bridge: Support 802.1ad vlan filteringToshiaki Makita1-0/+26
2014-01-06bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com1-141/+108
2013-08-07bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui1-1/+1
2013-05-22bridge: use the bridge IP addr as source addr for querierCong Wang1-0/+26