summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_sysfs_br.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Fix bridgeing sysfs handling of rtnl_lockEric W. Biederman2009-05-181-1/+2
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-121-1/+1
* bridge: don't allow setting hello time to zeroStephen Hemminger2008-09-081-8/+18
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-3/+3
* Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-1/+1
* Kobject: change net/bridge to use kobject_create_and_addGreg Kroah-Hartman2008-01-241-10/+4
* kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-1/+1
* missing return in bridge sysfs codeAl Viro2007-08-191-0/+1
* [BRIDGE]: sysfs locking fix.Stephen Hemminger2007-08-141-9/+15
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-2/+3
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-2/+1
* [BRIDGE]: Missing rtnl.Stephen Hemminger2007-04-251-0/+2
* bridge: add support for user mode STPStephen Hemminger2007-04-251-1/+3
* bridge: add sysfs hook to flush forwarding tableStephen Hemminger2007-04-251-0/+14