index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-22
Revert "bridge: only expire the mdb entry when query is received"
Linus Lüssing
3
-22
/
+28
2013-10-18
bridge: Fix updating FDB entries when the PVID is applied
Toshiaki Makita
1
-0
/
+1
2013-10-18
bridge: Fix the way the PVID is referenced
Toshiaki Makita
1
-3
/
+1
2013-10-18
bridge: Apply the PVID to priority-tagged frames
Toshiaki Makita
1
-7
/
+20
2013-10-18
bridge: Don't use VID 0 and 4095 in vlan filtering
Toshiaki Makita
3
-54
/
+49
2013-10-17
bridge: Correctly clamp MAX forward_delay when enabling STP
Vlad Yasevich
1
-1
/
+1
2013-10-11
bridge: update mdb expiration timer upon reports.
Vlad Yasevich
1
-1
/
+8
2013-09-15
bridge: fix NULL pointer deref of br_port_get_rcu
Hong Zhiguo
1
-4
/
+1
2013-09-15
bridge: use br_port_get_rtnl within rtnl lock
Hong Zhiguo
2
-3
/
+3
2013-09-12
bridge: Clamp forward_delay when enabling STP
Herbert Xu
3
-8
/
+26
2013-09-12
resubmit bridge: fix message_age_timer calculation
Chris Healy
1
-1
/
+1
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
6
-35
/
+33
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-93
/
+240
2013-09-05
bridge: apply multicast snooping to IPv6 link-local, too
Linus Lüssing
3
-14
/
+6
2013-09-05
bridge: prevent flooding IPv6 packets that do not have a listener
Linus Lüssing
1
-2
/
+8
2013-09-04
Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-3
/
+3
2013-09-04
net: ipv6: mld: get rid of MLDV2_MRC and simplify calculation
Daniel Borkmann
1
-1
/
+2
2013-08-30
net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay
Daniel Borkmann
1
-1
/
+2
2013-08-30
bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones
Linus Lüssing
5
-93
/
+240
2013-08-29
bridge: inherit slave devices needed_headroom
Florian Fainelli
1
-0
/
+3
2013-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-9
/
+9
2013-08-20
bridge: Use the correct bit length for bitmap functions in the VLAN code
Toshiaki Makita
3
-9
/
+9
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2013-08-07
bridge: correct the comment for file br_sysfs_br.c
Wang Sheng-Hui
1
-1
/
+1
2013-08-05
bridge: don't try to update timers in case of broken MLD queries
Linus Lüssing
1
-1
/
+1
2013-08-04
bridge: fix rcu check warning in multicast port group
stephen hemminger
2
-2
/
+3
2013-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-13
/
+49
2013-07-31
bridge: disable snooping if there is no querier
Linus Lüssing
4
-11
/
+46
2013-07-26
bridge: cleanup netpoll code
stephen hemminger
3
-17
/
+8
2013-07-23
net: convert resend IGMP to notifier event
Jiri Pirko
1
-0
/
+5
2013-07-19
bridge: do not call setup_timer() multiple times
Eric Dumazet
1
-2
/
+3
2013-07-15
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
3
-3
/
+3
2013-07-06
bridge: fix some kernel warning in multicast timer
Cong Wang
2
-2
/
+2
2013-06-25
bridge: check for zero ether address in fdb add
Stephen Hemminger
1
-0
/
+5
2013-06-24
bridge: fix a typo in comments
Cong Wang
1
-1
/
+1
2013-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2013-06-17
bridge: fix switched interval for MLD Query types
Linus Lüssing
1
-2
/
+3
2013-06-13
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2013-06-11
bridge: Add a flag to control unicast packet flood.
Vlad Yasevich
7
-16
/
+31
2013-06-11
bridge: Add flag to control mac learning.
Vlad Yasevich
5
-4
/
+13
2013-06-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2
-3
/
+9
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
1
-1
/
+1
2013-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-13
/
+16
2013-05-23
bridge: Set vlan_features to allow offloads on vlans.
Vlad Yasevich
1
-6
/
+7
2013-05-23
netfilter: {ipt,ebt}_ULOG: rise warning on deprecation
Pablo Neira Ayuso
1
-0
/
+6
2013-05-23
bridge: netfilter: using strlcpy() instead of strncpy()
Chen Gang
1
-3
/
+3
2013-05-22
bridge: send query as soon as leave is received
Cong Wang
1
-0
/
+26
2013-05-22
bridge: only expire the mdb entry when query is received
Cong Wang
2
-27
/
+13
2013-05-22
bridge: use the bridge IP addr as source addr for querier
Cong Wang
3
-1
/
+31
2013-05-15
netfilter: log: netns NULL ptr bug when calling from conntrack
Hans Schillstrom
2
-13
/
+16
[next]