| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | bridge: move to workqueue gc | Nikolay Aleksandrov | 2017-02-06 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-06 | 1 | -0/+1 |
|\ |
|
| * | net: bridge: set error code on failure | Pan Bian | 2016-12-05 | 1 | -0/+1 |
* | | bridge: mcast: add MLDv2 querier support | Nikolay Aleksandrov | 2016-11-21 | 1 | -0/+22 |
* | | bridge: mcast: add IGMPv3 query support | Nikolay Aleksandrov | 2016-11-21 | 1 | -0/+18 |
|/ |
|
* | net: bridge: add support for IGMP/MLD stats and export them via netlink | Nikolay Aleksandrov | 2016-06-30 | 1 | -0/+25 |
* | bridge: vlan: learn to count | Nikolay Aleksandrov | 2016-05-02 | 1 | -0/+17 |
* | bridge: a netlink notification should be sent when those attributes are chang... | Xin Long | 2016-04-13 | 1 | -12/+9 |
* | bridge: simplify the stp_state_store by calling store_bridge_parm | Xin Long | 2016-04-13 | 1 | -15/+9 |
* | bridge: simplify the forward_delay_store by calling store_bridge_parm | Xin Long | 2016-04-13 | 1 | -17/+10 |
* | bridge: simplify the flush_store by calling store_bridge_parm | Xin Long | 2016-04-13 | 1 | -7/+7 |
* | bridge: use kobj_to_dev instead of to_dev | Geliang Tang | 2015-12-23 | 1 | -2/+1 |
* | bridge: fix gc_timer mod/del race condition | Nikolay Aleksandrov | 2015-10-13 | 1 | -1/+9 |
* | bridge: push bridge setting ageing_time down to switchdev | Scott Feldman | 2015-10-12 | 1 | -2/+1 |
* | bridge: Add a default_pvid sysfs attribute | Vlad Yasevich | 2014-10-05 | 1 | -0/+17 |
* | netfilter: bridge: move br_netfilter out of the core | Pablo Neira Ayuso | 2014-09-26 | 1 | -2/+2 |
* | bridge: Support 802.1ad vlan filtering | Toshiaki Makita | 2014-06-11 | 1 | -0/+26 |
* | bridge: use DEVICE_ATTR_xx macros | sfeldma@cumulusnetworks.com | 2014-01-06 | 1 | -141/+108 |
* | bridge: correct the comment for file br_sysfs_br.c | Wang Sheng-Hui | 2013-08-07 | 1 | -1/+1 |
* | bridge: use the bridge IP addr as source addr for querier | Cong Wang | 2013-05-22 | 1 | -0/+26 |
* | bridge: Add vlan filtering infrastructure | Vlad Yasevich | 2013-02-13 | 1 | -0/+21 |
* | net: Allow userns root to control the network bridge code. | Eric W. Biederman | 2012-11-18 | 1 | -5/+5 |
* | eth: Make is_link_local() consistent with other address tests | Ben Hutchings | 2012-11-02 | 1 | -1/+1 |
* | bridge: Use is_link_local() in store_group_addr() | Ben Hutchings | 2012-11-02 | 1 | -8/+3 |
* | net, ixgbe: handle link local multicast addresses in SR-IOV mode | John Fastabend | 2012-10-29 | 1 | -1/+2 |
* | bridge: Add multicast_querier toggle and disable queries by default | Herbert Xu | 2012-04-15 | 1 | -0/+18 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -1/+1 |
* | bridge: allow forwarding some link local frames | stephen hemminger | 2011-10-06 | 1 | -0/+34 |
* | bridge: range check STP parameters | stephen hemminger | 2011-04-04 | 1 | -36/+3 |
* | bridge: add per bridge device controls for invoking iptables | Patrick McHardy | 2010-07-02 | 1 | -0/+72 |
* | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 2010-05-21 | 1 | -1/+1 |
* | bridge: Add multicast count/interval sysfs entries | Herbert Xu | 2010-02-28 | 1 | -0/+203 |
* | bridge: Add hash elasticity/max sysfs entries | Herbert Xu | 2010-02-28 | 1 | -0/+39 |
* | bridge: Add multicast_snooping sysfs toggle | Herbert Xu | 2010-02-28 | 1 | -0/+18 |
* | bridge: Add multicast_router sysfs entries | Herbert Xu | 2010-02-28 | 1 | -0/+21 |
* | net: Move && and || to end of previous line | Joe Perches | 2009-11-29 | 1 | -3/+3 |
* | net: Fix bridgeing sysfs handling of rtnl_lock | Eric W. Biederman | 2009-05-18 | 1 | -1/+2 |
* | netdevice: safe convert to netdev_priv() #part-4 | Wang Chen | 2008-11-12 | 1 | -1/+1 |
* | bridge: don't allow setting hello time to zero | Stephen Hemminger | 2008-09-08 | 1 | -8/+18 |
* | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-05 | 1 | -3/+3 |
* | Kobject: convert remaining kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2008-01-24 | 1 | -1/+1 |
* | Kobject: change net/bridge to use kobject_create_and_add | Greg Kroah-Hartman | 2008-01-24 | 1 | -10/+4 |
* | kobjects: fix up improper use of the kobject name field | Greg Kroah-Hartman | 2007-10-12 | 1 | -1/+1 |
* | missing return in bridge sysfs code | Al Viro | 2007-08-19 | 1 | -0/+1 |
* | [BRIDGE]: sysfs locking fix. | Stephen Hemminger | 2007-08-14 | 1 | -9/+15 |
* | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 2007-07-11 | 1 | -2/+3 |
* | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-11 | 1 | -2/+1 |
* | [BRIDGE]: Missing rtnl. | Stephen Hemminger | 2007-04-25 | 1 | -0/+2 |
* | bridge: add support for user mode STP | Stephen Hemminger | 2007-04-25 | 1 | -1/+3 |