summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing-22/+28
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita-0/+1
2013-10-18bridge: Fix the way the PVID is referencedToshiaki Makita-3/+1
2013-10-18bridge: Apply the PVID to priority-tagged framesToshiaki Makita-7/+20
2013-10-18bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita-54/+49
2013-10-17bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich-1/+1
2013-10-11bridge: update mdb expiration timer upon reports.Vlad Yasevich-1/+8
2013-09-15bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo-4/+1
2013-09-15bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo-3/+3
2013-09-12bridge: Clamp forward_delay when enabling STPHerbert Xu-8/+26
2013-09-12resubmit bridge: fix message_age_timer calculationChris Healy-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-35/+33
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-93/+240
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing-14/+6
2013-09-05bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing-2/+8
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann-1/+2
2013-08-30net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann-1/+2
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing-93/+240
2013-08-29bridge: inherit slave devices needed_headroomFlorian Fainelli-0/+3
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+9
2013-08-20bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita-9/+9
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2013-08-07bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui-1/+1
2013-08-05bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing-1/+1
2013-08-04bridge: fix rcu check warning in multicast port groupstephen hemminger-2/+3
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+49
2013-07-31bridge: disable snooping if there is no querierLinus Lüssing-11/+46
2013-07-26bridge: cleanup netpoll codestephen hemminger-17/+8
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko-0/+5
2013-07-19bridge: do not call setup_timer() multiple timesEric Dumazet-2/+3
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell-3/+3
2013-07-06bridge: fix some kernel warning in multicast timerCong Wang-2/+2
2013-06-25bridge: check for zero ether address in fdb addStephen Hemminger-0/+5
2013-06-24bridge: fix a typo in commentsCong Wang-1/+1
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2013-06-17bridge: fix switched interval for MLD Query typesLinus Lüssing-2/+3
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches-2/+2
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich-16/+31
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich-4/+13
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-3/+9
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-1/+1
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+16
2013-05-23bridge: Set vlan_features to allow offloads on vlans.Vlad Yasevich-6/+7
2013-05-23netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso-0/+6
2013-05-23bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang-3/+3
2013-05-22bridge: send query as soon as leave is receivedCong Wang-0/+26
2013-05-22bridge: only expire the mdb entry when query is receivedCong Wang-27/+13
2013-05-22bridge: use the bridge IP addr as source addr for querierCong Wang-1/+31
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom-13/+16