summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2013-03-28bridge: remove unused variable ifmHong zhi guo1-9/+3
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+2
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2-5/+2
2013-03-25bridge: fix crash when set mac address of br interfaceHong zhi guo1-1/+1
2013-03-25bridge: 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-08bridge: add missing vid to br_mdb_get()Cong Wang4-5/+6
2013-03-08bridge: use ipv4_is_local_multicast() helperAmerigo Wang1-1/+1
2013-02-28hlist: 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-14bridge: Separate egress policy bitmapVlad Yasevich3-6/+19
2013-02-14bridge: Add vlan support for local fdb entriesVlad Yasevich4-25/+125
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich2-20/+134
2013-02-14bridge: Add vlan id to multicast groupsVlad Yasevich2-20/+50
2013-02-14bridge: Add vlan to unicast fdb entriesVlad Yasevich4-35/+52
2013-02-14bridge: Add the ability to configure pvidVlad Yasevich3-17/+49
2013-02-14bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich5-10/+125
2013-02-14bridge: Dump vlan information from a bridge portVlad Yasevich3-12/+87
2013-02-14bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich4-18/+124
2013-02-14bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich4-0/+41
2013-02-14bridge: Validate that vlan is permitted on ingressVlad Yasevich4-0/+85
2013-02-14bridge: Add vlan filtering infrastructureVlad Yasevich6-0/+296
2013-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-02-12netpoll: 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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+18
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2013-01-05bridge: remove usage of netdev_set_master()Jiri Pirko1-3/+3
2013-01-04net: 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-22bridge: call br_netpoll_disable in br_add_ifGao feng1-3/+5
2012-12-20bridge: Correctly encode addresses when dumping mdb entriesVlad Yasevich1-2/+4
2012-12-20bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich4-1/+9