aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_sysfs_br.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen1-1/+1
2008-09-08bridge: don't allow setting hello time to zeroStephen Hemminger1-8/+18
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: change net/bridge to use kobject_create_and_addGreg Kroah-Hartman1-10/+4
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-1/+1
2007-08-19missing return in bridge sysfs codeAl Viro1-0/+1
2007-08-14[BRIDGE]: sysfs locking fix.Stephen Hemminger1-9/+15
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+3
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+1
2007-04-25[BRIDGE]: Missing rtnl.Stephen Hemminger1-0/+2
2007-04-25bridge: add support for user mode STPStephen Hemminger1-1/+3
2007-04-25bridge: add sysfs hook to flush forwarding tableStephen Hemminger1-0/+14
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-4/+4
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-107/+127
2006-10-25[BRIDGE]: correct print message typoRandy Dunlap1-1/+1
2006-03-20[BRIDGE]: allow show/store of group multicast addressStephen Hemminger1-0/+49
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+364