summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2014-01-15bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2
2013-11-04bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
2013-10-13bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1
2013-10-13bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2-3/+3
2013-10-13bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26
2013-10-13resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-09-14net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-09-14bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita3-9/+9
2013-09-14bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing1-1/+1
2013-06-17bridge: fix switched interval for MLD Query typesLinus Lüssing1-2/+3
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2-13/+16
2013-05-03bridge: fix race with topology change timerstephen hemminger1-1/+1
2013-04-30bridge: avoid OOPS if root port not foundstephen hemminger1-1/+8
2013-04-29bridge: Add fdb dst check during fdb updateroopa1-2/+14
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2-3/+3
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-1/+2
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-3/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2-5/+5
2013-04-15bridge: make user modified path cost stickystephen hemminger3-1/+4
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller3-44/+130
2013-04-05netfilter: ebt_ulog: add net namespace support for ebt_ulogGao feng1-37/+88
2013-04-05netfilter: ebt_log: add net namespace support for ebt_logGao feng1-2/+35
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng2-5/+7
2013-04-02bridge: remove a redundant synchronize_net()Eric Dumazet1-1/+0
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-24bridge: fix crash when set mac address of br interfaceHong zhi guo1-1/+1
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