summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo2013-09-161-4/+1Star
* bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2013-09-162-3/+3
* bridge: Clamp forward_delay when enabling STPHerbert Xu2013-09-133-8/+26
* resubmit bridge: fix message_age_timer calculationChris Healy2013-09-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-056-35/+33Star
|\
| * 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/+6Star
| * | 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-172-2/+2
| |\ \ \
| * | | | bridge: fix rcu check warning in multicast port groupstephen hemminger2013-08-052-2/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-044-13/+49
| |\ \ \ \
| * | | | | bridge: cleanup netpoll codestephen hemminger2013-07-273-17/+8Star
| * | | | | net: convert resend IGMP to notifier eventJiri Pirko2013-07-241-0/+5
* | | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-053-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-213-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-061-1/+1
| |/ |/|
* | bridge: disable snooping if there is no querierLinus Lüssing2013-08-014-11/+46
* | bridge: do not call setup_timer() multiple timesEric Dumazet2013-07-201-2/+3
|/
* bridge: fix some kernel warning in multicast timerCong Wang2013-07-072-2/+2
* bridge: check for zero ether address in fdb addStephen Hemminger2013-06-261-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-201-2/+3
|\
| * bridge: fix switched interval for MLD Query typesLinus Lüssing2013-06-181-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-252-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-241-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/+13Star
* | bridge: use the bridge IP addr as source addr for querierCong Wang2013-05-223-1/+31
|/
* bridge: fix race with topology change timerstephen hemminger2013-05-031-1/+1
* bridge: avoid OOPS if root port not foundstephen hemminger2013-04-301-1/+8
* bridge: Add fdb dst check during fdb updateroopa2013-04-291-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-233-1/+4
|\
| * bridge: make user modified path cost stickystephen hemminger2013-04-153-1/+4
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-192-3/+3
* | net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-1/+2