aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2-5/+2
2013-03-24bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo1-2/+2
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-2/+2
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-03-17bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich1-0/+1
2013-03-15netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng1-2/+1
2013-03-15bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu1-3/+1
2013-03-12bridge: using for_each_set_bit to simplify the codeWei Yongjun2-12/+3
2013-03-12bridge: using for_each_set_bit_from to simplify the codeWei Yongjun1-3/+1
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-5/+11
2013-03-12bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger1-0/+1
2013-03-10bridge: fix mdb info leaksMathias Krause1-0/+4
2013-03-07bridge: add missing vid to br_mdb_get()Cong Wang4-5/+6
2013-03-07bridge: use ipv4_is_local_multicast() helperAmerigo Wang1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin3-32/+22
2013-02-14bridge: make ifla_br_policy and br_af_ops staticCong Wang1-2/+2
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich3-6/+19
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich4-25/+125
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich2-20/+134
2013-02-13bridge: Add vlan id to multicast groupsVlad Yasevich2-20/+50
2013-02-13bridge: Add vlan to unicast fdb entriesVlad Yasevich4-35/+52
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich3-17/+49
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich5-10/+125
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich3-12/+87
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich4-18/+124
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich4-0/+41
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich4-0/+85
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich6-0/+296
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman1-1/+1
2013-02-11bridge: set priority of STP packetsStephen Hemminger1-0/+2
2013-02-11bridge: use dev->addr_assign_type to see if user change macJiri Pirko3-5/+1
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-4/+2
2013-02-04netns: bridge: allow unprivileged users add/delete mdb entryGao feng1-3/+0
2013-02-04netns: ebtable: allow unprivileged users to operate ebtablesGao feng1-10/+14
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+18
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2013-01-04bridge: remove usage of netdev_set_master()Jiri Pirko1-3/+3
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2013-01-03bridge: add empty br_mdb_init() and br_mdb_uninit() definitions.Rami Rosen1-0/+6
2013-01-03bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich2-3/+12
2012-12-30bridge: respect RFC2863 operational statestephen hemminger4-6/+9
2012-12-21bridge: call br_netpoll_disable in br_add_ifGao feng1-3/+5
2012-12-19bridge: Correctly encode addresses when dumping mdb entriesVlad Yasevich1-2/+4
2012-12-19bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich4-1/+9
2012-12-15bridge: add flags to distinguish permanent mdb entiresAmerigo Wang3-7/+14
2012-12-14bridge: remove temporary variable for MLDv2 maximum response code computationAng Way Chuang1-3/+1
2012-12-13bridge: fix icmpv6 endian bug and other sparse warningsstephen hemminger1-4/+6
2012-12-12bridge: add support of adding and deleting mdb entriesCong Wang3-29/+289
2012-12-12bridge: notify mdb changes via netlinkCong Wang3-0/+84