summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2013-06-17bridge: fix switched interval for MLD Query typesLinus Lüssing-2/+3
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom-13/+16
2013-05-03bridge: fix race with topology change timerstephen hemminger-1/+1
2013-04-30bridge: avoid OOPS if root port not foundstephen hemminger-1/+8
2013-04-29bridge: Add fdb dst check during fdb updateroopa-2/+14
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy-3/+3
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy-1/+2
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy-3/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy-5/+5
2013-04-15bridge: make user modified path cost stickystephen hemminger-1/+4
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller-44/+130
2013-04-05netfilter: ebt_ulog: add net namespace support for ebt_ulogGao feng-37/+88
2013-04-05netfilter: ebt_log: add net namespace support for ebt_logGao feng-2/+35
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng-5/+7
2013-04-02bridge: remove a redundant synchronize_net()Eric Dumazet-1/+0
2013-03-28bridge: remove unused variable ifmHong zhi guo-9/+3
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo-2/+2
2013-03-28net: add ETH_P_802_3_MINSimon Horman-1/+1
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller-5/+2
2013-03-24bridge: fix crash when set mac address of br interfaceHong zhi guo-1/+1
2013-03-24bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo-2/+2
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf-2/+2
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2013-03-17bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich-0/+1
2013-03-15netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng-2/+1
2013-03-15bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu-3/+1
2013-03-12bridge: using for_each_set_bit to simplify the codeWei Yongjun-12/+3
2013-03-12bridge: using for_each_set_bit_from to simplify the codeWei Yongjun-3/+1
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+11
2013-03-12bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger-0/+1
2013-03-10bridge: fix mdb info leaksMathias Krause-0/+4
2013-03-07bridge: add missing vid to br_mdb_get()Cong Wang-5/+6
2013-03-07bridge: use ipv4_is_local_multicast() helperAmerigo Wang-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-32/+22
2013-02-14bridge: make ifla_br_policy and br_af_ops staticCong Wang-2/+2
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich-6/+19
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich-25/+125
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich-20/+134
2013-02-13bridge: Add vlan id to multicast groupsVlad Yasevich-20/+50
2013-02-13bridge: Add vlan to unicast fdb entriesVlad Yasevich-35/+52
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich-17/+49
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich-10/+125
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich-12/+87
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich-18/+124
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich-0/+41
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich-0/+85
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich-0/+296
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2