summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: fix switched interval for MLD Query typesLinus Lüssing2013-06-171-2/+3
* netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-152-13/+16
* bridge: fix race with topology change timerstephen hemminger2013-05-031-1/+1
* bridge: avoid OOPS if root port not foundstephen hemminger2013-04-301-1/+8
* bridge: Add fdb dst check during fdb updateroopa2013-04-291-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-223-1/+4
|\
| * bridge: make user modified path cost stickystephen hemminger2013-04-153-1/+4
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-192-3/+3
* | net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-1/+2
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-3/+7
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-192-5/+5
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-04-073-44/+130
|\ \
| * | netfilter: ebt_ulog: add net namespace support for ebt_ulogGao feng2013-04-051-37/+88
| * | netfilter: ebt_log: add net namespace support for ebt_logGao feng2013-04-051-2/+35
| * | netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-052-5/+7
* | | bridge: remove a redundant synchronize_net()Eric Dumazet2013-04-021-1/+0
* | | bridge: remove unused variable ifmHong zhi guo2013-03-281-9/+3
* | | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
|/ /
* | net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-1/+1
|\|
| * bridge: fix crash when set mac address of br interfaceHong zhi guo2013-03-241-1/+1
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-252-5/+2
|\ \
| * | netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng2013-03-151-2/+1
| * | bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-151-3/+1
* | | bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo2013-03-241-2/+2
* | | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-0/+1
|\ \ \ | |/ / |/| / | |/
| * bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich2013-03-171-0/+1
* | bridge: using for_each_set_bit to simplify the codeWei Yongjun2013-03-122-12/+3
* | bridge: using for_each_set_bit_from to simplify the codeWei Yongjun2013-03-121-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-126-5/+11
|\|
| * bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger2013-03-121-0/+1
| * bridge: fix mdb info leaksMathias Krause2013-03-101-0/+4
| * bridge: add missing vid to br_mdb_get()Cong Wang2013-03-074-5/+6
* | bridge: use ipv4_is_local_multicast() helperAmerigo Wang2013-03-071-1/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-273-32/+22
* bridge: make ifla_br_policy and br_af_ops staticCong Wang2013-02-141-2/+2
* bridge: Separate egress policy bitmapVlad Yasevich2013-02-133-6/+19
* bridge: Add vlan support for local fdb entriesVlad Yasevich2013-02-134-25/+125
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-132-20/+134
* bridge: Add vlan id to multicast groupsVlad Yasevich2013-02-132-20/+50
* bridge: Add vlan to unicast fdb entriesVlad Yasevich2013-02-134-35/+52
* bridge: Add the ability to configure pvidVlad Yasevich2013-02-133-17/+49
* bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich2013-02-135-10/+125
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-133-12/+87
* bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich2013-02-134-18/+124
* bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich2013-02-134-0/+41
* bridge: Validate that vlan is permitted on ingressVlad Yasevich2013-02-134-0/+85
* bridge: Add vlan filtering infrastructureVlad Yasevich2013-02-136-0/+296
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-121-0/+2
|\