| Commit message (Expand) | Author | Age | Files | Lines |
* | bridge: make ifla_br_policy and br_af_ops static | Cong Wang | 2013-02-14 | 1 | -2/+2 |
* | bridge: Separate egress policy bitmap | Vlad Yasevich | 2013-02-13 | 3 | -6/+19 |
* | bridge: Add vlan support for local fdb entries | Vlad Yasevich | 2013-02-13 | 4 | -25/+125 |
* | bridge: Add vlan support to static neighbors | Vlad Yasevich | 2013-02-13 | 2 | -20/+134 |
* | bridge: Add vlan id to multicast groups | Vlad Yasevich | 2013-02-13 | 2 | -20/+50 |
* | bridge: Add vlan to unicast fdb entries | Vlad Yasevich | 2013-02-13 | 4 | -35/+52 |
* | bridge: Add the ability to configure pvid | Vlad Yasevich | 2013-02-13 | 3 | -17/+49 |
* | bridge: Implement vlan ingress/egress policy with PVID. | Vlad Yasevich | 2013-02-13 | 5 | -10/+125 |
* | bridge: Dump vlan information from a bridge port | Vlad Yasevich | 2013-02-13 | 3 | -12/+87 |
* | bridge: Add netlink interface to configure vlans on bridge ports | Vlad Yasevich | 2013-02-13 | 4 | -18/+124 |
* | bridge: Verify that a vlan is allowed to egress on given port | Vlad Yasevich | 2013-02-13 | 4 | -0/+41 |
* | bridge: Validate that vlan is permitted on ingress | Vlad Yasevich | 2013-02-13 | 4 | -0/+85 |
* | bridge: Add vlan filtering infrastructure | Vlad Yasevich | 2013-02-13 | 6 | -0/+296 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-02-12 | 1 | -0/+2 |
|\ |
|
| * | bridge: set priority of STP packets | Stephen Hemminger | 2013-02-11 | 1 | -0/+2 |
* | | netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock | Neil Horman | 2013-02-11 | 1 | -1/+1 |
* | | bridge: use dev->addr_assign_type to see if user change mac | Jiri Pirko | 2013-02-11 | 3 | -5/+1 |
* | | net: remove redundant check for timer pending state before del_timer | Ying Xue | 2013-02-04 | 1 | -4/+2 |
* | | netns: bridge: allow unprivileged users add/delete mdb entry | Gao feng | 2013-02-04 | 1 | -3/+0 |
* | | netns: ebtable: allow unprivileged users to operate ebtables | Gao feng | 2013-02-04 | 1 | -10/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-01-15 | 3 | -3/+18 |
|\ \
| |/ |
|
| * | bridge: add empty br_mdb_init() and br_mdb_uninit() definitions. | Rami Rosen | 2013-01-03 | 1 | -0/+6 |
| * | bridge: Correctly unregister MDB rtnetlink handlers | Vlad Yasevich | 2013-01-03 | 2 | -3/+12 |
* | | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2013-01-06 | 1 | -4/+4 |
* | | bridge: remove usage of netdev_set_master() | Jiri Pirko | 2013-01-04 | 1 | -3/+3 |
* | | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko | 2013-01-03 | 1 | -1/+0 |
* | | bridge: respect RFC2863 operational state | stephen hemminger | 2012-12-30 | 4 | -6/+9 |
|/ |
|
* | bridge: call br_netpoll_disable in br_add_if | Gao feng | 2012-12-21 | 1 | -3/+5 |
* | bridge: Correctly encode addresses when dumping mdb entries | Vlad Yasevich | 2012-12-19 | 1 | -2/+4 |
* | bridge: Do not unregister all PF_BRIDGE rtnl operations | Vlad Yasevich | 2012-12-19 | 4 | -1/+9 |
* | bridge: add flags to distinguish permanent mdb entires | Amerigo Wang | 2012-12-15 | 3 | -7/+14 |
* | bridge: remove temporary variable for MLDv2 maximum response code computation | Ang Way Chuang | 2012-12-14 | 1 | -3/+1 |
* | bridge: fix icmpv6 endian bug and other sparse warnings | stephen hemminger | 2012-12-13 | 1 | -4/+6 |
* | bridge: add support of adding and deleting mdb entries | Cong Wang | 2012-12-12 | 3 | -29/+289 |
* | bridge: notify mdb changes via netlink | Cong Wang | 2012-12-12 | 3 | -0/+84 |
* | bridge: fix seq check in br_mdb_dump() | Cong Wang | 2012-12-11 | 3 | -4/+5 |
* | bridge: make buffer larger in br_setlink() | Dan Carpenter | 2012-12-10 | 1 | -1/+1 |
* | bridge: export multicast database via netlink | Cong Wang | 2012-12-07 | 4 | -1/+166 |
* | bridge: implement multicast fast leave | David S. Miller | 2012-12-05 | 4 | -21/+6 |
* | bridge: implement multicast fast leave | Amerigo Wang | 2012-12-05 | 3 | -0/+42 |
* | net: Enable a userns root rtnl calls that are safe for unprivilged users | Eric W. Biederman | 2012-11-18 | 1 | -3/+0 |
* | net: Allow userns root to control the network bridge code. | Eric W. Biederman | 2012-11-18 | 3 | -18/+19 |
* | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman | 2012-11-18 | 1 | -0/+3 |
* | bridge: add root port blocking | stephen hemminger | 2012-11-14 | 4 | -2/+28 |
* | bridge: implement BPDU blocking | stephen hemminger | 2012-11-14 | 4 | -1/+15 |
* | bridge: add template for bridge port flags | stephen hemminger | 2012-11-14 | 1 | -15/+23 |
* | bridge: bridge port parameters over netlink | stephen hemminger | 2012-11-14 | 1 | -33/+132 |
* | bridge: Avoid 'statement with no effect' compiler warnings | Lee Jones | 2012-11-04 | 1 | -4/+4 |
* | eth: Rename and properly align br_reserved_address array | Ben Hutchings | 2012-11-02 | 1 | -1/+1 |
* | eth: Make is_link_local() consistent with other address tests | Ben Hutchings | 2012-11-02 | 2 | -2/+2 |