summaryrefslogtreecommitdiff
path: root/net/bridge/br_sysfs_br.c
AgeCommit message (Expand)Author
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
2009-05-18net: Fix bridgeing sysfs handling of rtnl_lockEric W. Biederman
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen
2008-09-08bridge: don't allow setting hello time to zeroStephen Hemminger
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: change net/bridge to use kobject_create_and_addGreg Kroah-Hartman
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman
2007-08-19missing return in bridge sysfs codeAl Viro
2007-08-14[BRIDGE]: sysfs locking fix.Stephen Hemminger
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-04-25[BRIDGE]: Missing rtnl.Stephen Hemminger