summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_sysfs_br.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bridge: Add vlan filtering infrastructureVlad Yasevich2013-02-131-0/+21
* net: Allow userns root to control the network bridge code.Eric W. Biederman2012-11-181-5/+5
* eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-021-1/+1
* bridge: Use is_link_local() in store_group_addr()Ben Hutchings2012-11-021-8/+3
* net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2012-10-291-1/+2
* bridge: Add multicast_querier toggle and disable queries by defaultHerbert Xu2012-04-151-0/+18
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* bridge: allow forwarding some link local framesstephen hemminger2011-10-061-0/+34
* bridge: range check STP parametersstephen hemminger2011-04-041-36/+3
* bridge: add per bridge device controls for invoking iptablesPatrick McHardy2010-07-021-0/+72
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-1/+1
* bridge: Add multicast count/interval sysfs entriesHerbert Xu2010-02-281-0/+203
* bridge: Add hash elasticity/max sysfs entriesHerbert Xu2010-02-281-0/+39
* bridge: Add multicast_snooping sysfs toggleHerbert Xu2010-02-281-0/+18
* bridge: Add multicast_router sysfs entriesHerbert Xu2010-02-281-0/+21
* net: Move && and || to end of previous lineJoe Perches2009-11-291-3/+3
OpenPOWER on IntegriCloud