summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2014-10-17bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich
2014-10-17bridge: Check if vlan filtering is enabled only once.Vlad Yasevich
2014-10-17net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-06-23bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita
2014-05-29bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita
2014-05-29bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita
2014-05-29netfilter: Can't fail and free after table replacementThomas Graf
2014-04-18bridge: multicast: enable snooping on general queries onlyLinus Lüssing
2014-04-18bridge: multicast: add sanity check for general query destinationLinus Lüssing
2014-04-18bridge: multicast: add sanity check for query source addressesLinus Lüssing
2014-02-26bridge: fix netconsole setup over bridgeCong Wang
2014-01-15bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune
2014-01-15br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko
2013-12-08bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita
2013-10-18bridge: Fix the way the PVID is referencedToshiaki Makita
2013-10-18bridge: Apply the PVID to priority-tagged framesToshiaki Makita
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita
2013-10-17bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich
2013-10-11bridge: update mdb expiration timer upon reports.Vlad Yasevich
2013-09-15bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo
2013-09-15bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo
2013-09-12bridge: Clamp forward_delay when enabling STPHerbert Xu
2013-09-12resubmit bridge: fix message_age_timer calculationChris Healy
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing
2013-09-05bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann
2013-08-30net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing
2013-08-29bridge: inherit slave devices needed_headroomFlorian Fainelli
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-07bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui
2013-08-05bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing
2013-08-04bridge: fix rcu check warning in multicast port groupstephen hemminger
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-31bridge: disable snooping if there is no querierLinus Lüssing
2013-07-26bridge: cleanup netpoll codestephen hemminger
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko
2013-07-19bridge: do not call setup_timer() multiple timesEric Dumazet
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-07-06bridge: fix some kernel warning in multicast timerCong Wang
2013-06-25bridge: check for zero ether address in fdb addStephen Hemminger
2013-06-24bridge: fix a typo in commentsCong Wang
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller