Age | Commit message (Expand) | Author | Files | Lines |
2018-12-06 | net: bridge: mark hash_elasticity as obsolete | Nikolay Aleksandrov | 1 | -3/+3 |
2018-12-06 | net: bridge: convert multicast to generic rhashtable | Nikolay Aleksandrov | 1 | -1/+7 |
2018-11-28 | net: bridge: add no_linklocal_learn bool option | Nikolay Aleksandrov | 1 | -0/+22 |
2018-10-12 | net: bridge: add support for per-port vlan stats | Nikolay Aleksandrov | 1 | -0/+17 |
2018-09-26 | net: bridge: convert mcast options to bits | Nikolay Aleksandrov | 1 | -5/+7 |
2018-09-26 | net: bridge: convert and rename mcast disabled | Nikolay Aleksandrov | 1 | -1/+1 |
2018-09-26 | net: bridge: convert group_addr_set option to a bit | Nikolay Aleksandrov | 1 | -1/+1 |
2018-09-26 | net: bridge: convert nf call options to bits | Nikolay Aleksandrov | 1 | -6/+6 |
2018-09-26 | net: bridge: add bitfield for options and convert vlan opts | Nikolay Aleksandrov | 1 | -2/+2 |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -1/+1 |
2017-12-20 | bridge: Use helpers to handle MAC address | Andy Shevchenko | 1 | -10/+3 |
2017-06-29 | net: bridge: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2017-02-07 | bridge: move to workqueue gc | Nikolay Aleksandrov | 1 | -1/+1 |
2016-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2016-12-05 | net: bridge: set error code on failure | Pan Bian | 1 | -0/+1 |
2016-11-21 | bridge: mcast: add MLDv2 querier support | Nikolay Aleksandrov | 1 | -0/+22 |
2016-11-21 | bridge: mcast: add IGMPv3 query support | Nikolay Aleksandrov | 1 | -0/+18 |
2016-06-30 | net: bridge: add support for IGMP/MLD stats and export them via netlink | Nikolay Aleksandrov | 1 | -0/+25 |
2016-05-03 | bridge: vlan: learn to count | Nikolay Aleksandrov | 1 | -0/+17 |
2016-04-14 | bridge: a netlink notification should be sent when those attributes are chang... | Xin Long | 1 | -12/+9 |
2016-04-14 | bridge: simplify the stp_state_store by calling store_bridge_parm | Xin Long | 1 | -15/+9 |
2016-04-14 | bridge: simplify the forward_delay_store by calling store_bridge_parm | Xin Long | 1 | -17/+10 |
2016-04-14 | bridge: simplify the flush_store by calling store_bridge_parm | Xin Long | 1 | -7/+7 |
2015-12-24 | bridge: use kobj_to_dev instead of to_dev | Geliang Tang | 1 | -2/+1 |
2015-10-13 | bridge: fix gc_timer mod/del race condition | Nikolay Aleksandrov | 1 | -1/+9 |
2015-10-12 | bridge: push bridge setting ageing_time down to switchdev | Scott Feldman | 1 | -2/+1 |
2014-10-06 | bridge: Add a default_pvid sysfs attribute | Vlad Yasevich | 1 | -0/+17 |
2014-09-26 | netfilter: bridge: move br_netfilter out of the core | Pablo Neira Ayuso | 1 | -2/+2 |
2014-06-12 | bridge: Support 802.1ad vlan filtering | Toshiaki Makita | 1 | -0/+26 |
2014-01-07 | bridge: use DEVICE_ATTR_xx macros | sfeldma@cumulusnetworks.com | 1 | -141/+108 |
2013-08-07 | bridge: correct the comment for file br_sysfs_br.c | Wang Sheng-Hui | 1 | -1/+1 |
2013-05-23 | bridge: use the bridge IP addr as source addr for querier | Cong Wang | 1 | -0/+26 |
2013-02-14 | bridge: Add vlan filtering infrastructure | Vlad Yasevich | 1 | -0/+21 |
2012-11-19 | net: Allow userns root to control the network bridge code. | Eric W. Biederman | 1 | -5/+5 |
2012-11-03 | eth: Make is_link_local() consistent with other address tests | Ben Hutchings | 1 | -1/+1 |
2012-11-03 | bridge: Use is_link_local() in store_group_addr() | Ben Hutchings | 1 | -8/+3 |
2012-10-30 | net, ixgbe: handle link local multicast addresses in SR-IOV mode | John Fastabend | 1 | -1/+2 |
2012-04-15 | bridge: Add multicast_querier toggle and disable queries by default | Herbert Xu | 1 | -0/+18 |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -1/+1 |
2011-10-06 | bridge: allow forwarding some link local frames | stephen hemminger | 1 | -0/+34 |
2011-04-05 | bridge: range check STP parameters | stephen hemminger | 1 | -36/+3 |
2010-07-02 | bridge: add per bridge device controls for invoking iptables | Patrick McHardy | 1 | -0/+72 |
2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 1 | -1/+1 |
2010-02-28 | bridge: Add multicast count/interval sysfs entries | Herbert Xu | 1 | -0/+203 |
2010-02-28 | bridge: Add hash elasticity/max sysfs entries | Herbert Xu | 1 | -0/+39 |
2010-02-28 | bridge: Add multicast_snooping sysfs toggle | Herbert Xu | 1 | -0/+18 |
2010-02-28 | bridge: Add multicast_router sysfs entries | Herbert Xu | 1 | -0/+21 |
2009-11-30 | net: Move && and || to end of previous line | Joe Perches | 1 | -3/+3 |
2009-05-19 | net: Fix bridgeing sysfs handling of rtnl_lock | Eric W. Biederman | 1 | -1/+2 |