aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_sysfs_br.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich1-0/+21
2012-11-18net: Allow userns root to control the network bridge code.Eric W. Biederman1-5/+5
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings1-1/+1
2012-11-02bridge: Use is_link_local() in store_group_addr()Ben Hutchings1-8/+3
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend1-1/+2
2012-04-15bridge: Add multicast_querier toggle and disable queries by defaultHerbert Xu1-0/+18
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-10-06bridge: allow forwarding some link local framesstephen hemminger1-0/+34
2011-04-04bridge: range check STP parametersstephen hemminger1-36/+3
2010-07-02bridge: add per bridge device controls for invoking iptablesPatrick McHardy1-0/+72
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+1
2010-02-28bridge: Add multicast count/interval sysfs entriesHerbert Xu1-0/+203
2010-02-28bridge: Add hash elasticity/max sysfs entriesHerbert Xu1-0/+39
2010-02-28bridge: Add multicast_snooping sysfs toggleHerbert Xu1-0/+18
2010-02-28bridge: Add multicast_router sysfs entriesHerbert Xu1-0/+21
2009-11-29net: Move && and || to end of previous lineJoe Perches1-3/+3
2009-05-18net: Fix bridgeing sysfs handling of rtnl_lockEric W. Biederman1-1/+2