summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2016-02-12bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2015-11-14bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin1-2/+2
2015-08-27bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-08-27bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-07-30bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2-3/+3
2015-07-30bridge: fix multicast router rlist endless loopNikolay Aleksandrov1-4/+3
2015-06-10bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo1-1/+1
2014-10-17bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich1-1/+1
2014-10-17bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2-4/+14
2014-10-17net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-1/+1
2014-06-23bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita3-2/+37
2014-05-29bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-05-29bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2-4/+5
2014-05-29netfilter: Can't fail and free after table replacementThomas Graf1-3/+2
2014-04-18bridge: multicast: enable snooping on general queries onlyLinus Lüssing1-3/+5
2014-04-18bridge: multicast: add sanity check for general query destinationLinus Lüssing1-0/+19
2014-04-18bridge: multicast: add sanity check for query source addressesLinus Lüssing1-0/+6
2014-02-26bridge: fix netconsole setup over bridgeCong Wang1-23/+28
2014-01-16bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-16br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2-1/+11
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing3-22/+28
2013-10-19bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita1-0/+1
2013-10-19bridge: Fix the way the PVID is referencedToshiaki Makita1-3/+1
2013-10-19bridge: Apply the PVID to priority-tagged framesToshiaki Makita1-7/+20
2013-10-19bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita3-54/+49
2013-10-18bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
2013-10-11bridge: update mdb expiration timer upon reports.Vlad Yasevich1-1/+8
2013-09-16bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1
2013-09-16bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2-3/+3
2013-09-13bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26
2013-09-13resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-35/+33
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-93/+240
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing3-14/+6
2013-09-05bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing1-2/+8
2013-09-05Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+3
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann1-1/+2
2013-08-31net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing5-93/+240
2013-08-29bridge: inherit slave devices needed_headroomFlorian Fainelli1-0/+3
2013-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+9
2013-08-21bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita3-9/+9
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2013-08-07bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui1-1/+1
2013-08-06bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing1-1/+1
2013-08-05bridge: fix rcu check warning in multicast port groupstephen hemminger2-2/+3
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-13/+49
2013-08-01bridge: disable snooping if there is no querierLinus Lüssing4-11/+46
2013-07-27bridge: cleanup netpoll codestephen hemminger3-17/+8