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