summaryrefslogtreecommitdiff
path: root/net/bridge/br_sysfs_br.c
AgeCommit message (Expand)Author
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
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich
2012-11-18net: Allow userns root to control the network bridge code.Eric W. Biederman
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings
2012-11-02bridge: Use is_link_local() in store_group_addr()Ben Hutchings
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend
2012-04-15bridge: Add multicast_querier toggle and disable queries by defaultHerbert Xu
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-10-06bridge: allow forwarding some link local framesstephen hemminger
2011-04-04bridge: range check STP parametersstephen hemminger
2010-07-02bridge: add per bridge device controls for invoking iptablesPatrick McHardy
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-02-28bridge: Add multicast count/interval sysfs entriesHerbert Xu
2010-02-28bridge: Add hash elasticity/max sysfs entriesHerbert Xu
2010-02-28bridge: Add multicast_snooping sysfs toggleHerbert Xu
2010-02-28bridge: Add multicast_router sysfs entriesHerbert Xu
2009-11-29net: Move && and || to end of previous lineJoe Perches