aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing2013-10-223-22/+28
* bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita2013-10-181-0/+1
* bridge: Fix the way the PVID is referencedToshiaki Makita2013-10-181-3/+1
* bridge: Apply the PVID to priority-tagged framesToshiaki Makita2013-10-181-7/+20
* bridge: Don't use VID 0 and 4095 in vlan filteringToshiaki Makita2013-10-183-54/+49
* bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich2013-10-171-1/+1
* bridge: update mdb expiration timer upon reports.Vlad Yasevich2013-10-111-1/+8
* bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo2013-09-151-4/+1
* bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2013-09-152-3/+3
* bridge: Clamp forward_delay when enabling STPHerbert Xu2013-09-123-8/+26
* resubmit bridge: fix message_age_timer calculationChris Healy2013-09-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-056-35/+33
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-055-93/+240
| |\
| * | bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing2013-09-053-14/+6
| * | bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing2013-09-051-2/+8
| * | net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann2013-09-041-1/+2
| * | bridge: inherit slave devices needed_headroomFlorian Fainelli2013-08-291-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-263-9/+9
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-162-2/+2
| |\ \ \
| * | | | bridge: fix rcu check warning in multicast port groupstephen hemminger2013-08-042-2/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-034-13/+49
| |\ \ \ \
| * | | | | bridge: cleanup netpoll codestephen hemminger2013-07-263-17/+8
| * | | | | net: convert resend IGMP to notifier eventJiri Pirko2013-07-231-0/+5
* | | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-043-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-153-3/+3
| |/ / / /
* | | | | net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-08-301-1/+2
* | | | | bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-305-93/+240
| |_|_|/ |/| | |
* | | | bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita2013-08-203-9/+9
| |_|/ |/| |
* | | bridge: correct the comment for file br_sysfs_br.cWang Sheng-Hui2013-08-071-1/+1
* | | bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing2013-08-051-1/+1
| |/ |/|
* | bridge: disable snooping if there is no querierLinus Lüssing2013-07-314-11/+46
* | bridge: do not call setup_timer() multiple timesEric Dumazet2013-07-191-2/+3
|/
* bridge: fix some kernel warning in multicast timerCong Wang2013-07-062-2/+2
* bridge: check for zero ether address in fdb addStephen Hemminger2013-06-251-0/+5
* bridge: fix a typo in commentsCong Wang2013-06-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-2/+3
|\
| * bridge: fix switched interval for MLD Query typesLinus Lüssing2013-06-171-2/+3
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-2/+2
* | bridge: Add a flag to control unicast packet flood.Vlad Yasevich2013-06-117-16/+31
* | bridge: Add flag to control mac learning.Vlad Yasevich2013-06-115-4/+13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-062-3/+9
|\ \
| * | netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso2013-05-231-0/+6
| * | bridge: netfilter: using strlcpy() instead of strncpy()Chen Gang2013-05-231-3/+3
* | | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-242-13/+16
|\ \ \ | | |/ | |/|
| * | netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-152-13/+16
* | | bridge: Set vlan_features to allow offloads on vlans.Vlad Yasevich2013-05-231-6/+7
| |/ |/|
* | bridge: send query as soon as leave is receivedCong Wang2013-05-221-0/+26
* | bridge: only expire the mdb entry when query is receivedCong Wang2013-05-222-27/+13
* | bridge: use the bridge IP addr as source addr for querierCong Wang2013-05-223-1/+31
|/