index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-26
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.
YOSHIFUJI Hideaki / 吉藤英明
1
-3
/
+3
2010-04-21
bridge: add a missing ntohs()
Eric Dumazet
1
-1
/
+1
2010-04-11
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
10
-0
/
+10
2010-04-08
bridge: Fix IGMP3 report parsing
Herbert Xu
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
10
-0
/
+10
2010-03-17
bridge: Make first arg to deliver_clone const.
David S. Miller
1
-2
/
+4
2010-03-17
bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only witho...
YOSHIFUJI Hideaki / 吉藤英明
3
-2
/
+10
2010-03-17
bridge br_multicast: Fix skb leakage in error path.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+3
2010-03-17
bridge br_multicast: Fix handling of Max Response Code in IGMPv3 message.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+2
2010-03-16
bridge: Fix br_forward crash in promiscuous mode
Michael Braun
3
-5
/
+13
2010-03-16
bridge: Move NULL mdb check into br_mdb_ip_get
Herbert Xu
1
-4
/
+5
2010-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-8
/
+12
2010-03-13
bridge: ensure to unlock in error path in br_multicast_query().
YOSHIFUJI Hideaki
1
-4
/
+7
2010-03-08
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
2
-2
/
+2
2010-03-08
bridge: Fix RCU race in br_multicast_stop
Herbert Xu
1
-1
/
+1
2010-03-08
bridge: Use RCU list primitive in __br_mdb_ip_get
Herbert Xu
1
-1
/
+1
2010-03-08
bridge: cleanup: remove unneed check
Dan Carpenter
1
-2
/
+2
2010-03-03
bridge: depends on INET
Randy Dunlap
1
-0
/
+1
2010-03-02
bridge: Fix build error when IGMP_SNOOPING is not enabled
Sridhar Samudrala
1
-5
/
+9
2010-02-28
bridge: Make IGMP snooping depend upon BRIDGE.
David S. Miller
1
-0
/
+1
2010-02-28
bridge: Add multicast count/interval sysfs entries
Herbert Xu
1
-0
/
+203
2010-02-28
bridge: Add hash elasticity/max sysfs entries
Herbert Xu
3
-0
/
+81
2010-02-28
bridge: Add multicast_snooping sysfs toggle
Herbert Xu
3
-5
/
+75
2010-02-28
bridge: Add multicast_router sysfs entries
Herbert Xu
4
-14
/
+133
2010-02-28
bridge: Add multicast data-path hooks
Herbert Xu
2
-4
/
+29
2010-02-28
bridge: Add multicast start/stop hooks
Herbert Xu
4
-1
/
+12
2010-02-28
bridge: Add multicast forwarding functions
Herbert Xu
2
-0
/
+82
2010-02-28
bridge: Add core IGMP snooping support
Herbert Xu
4
-0
/
+1288
2010-02-28
bridge: Split may_deliver/deliver_clone out of br_flood
Herbert Xu
1
-23
/
+46
2010-02-28
bridge: Use BR_INPUT_SKB_CB on xmit path
Herbert Xu
2
-2
/
+5
2010-02-28
bridge: Avoid unnecessary clone on forward path
Herbert Xu
3
-16
/
+25
2010-02-28
bridge: Allow tail-call on br_pass_frame_up
Herbert Xu
2
-5
/
+13
2010-02-28
bridge: Do br_pass_frame_up after other ports
Herbert Xu
1
-3
/
+3
2010-02-16
netfilter: ebtables: mark: add CONFIG_COMPAT support
Florian Westphal
2
-0
/
+68
2010-02-16
netfilter: ebt_limit: add CONFIG_COMPAT support
Florian Westphal
1
-0
/
+16
2010-02-16
netfilter: ebtables: try native set/getsockopt handlers, too
Florian Westphal
1
-10
/
+24
2010-02-16
netfilter: ebtables: add CONFIG_COMPAT support
Florian Westphal
1
-1
/
+886
2010-02-16
netfilter: ebtables: split update_counters into two functions
Florian Westphal
1
-16
/
+26
2010-02-16
netfilter: ebtables: split copy_everything_to_user into two functions
Florian Westphal
1
-32
/
+38
2010-02-16
netfilter: ebtables: split do_replace into two functions
Florian Westphal
1
-65
/
+71
2010-02-15
netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets
Florian Westphal
17
-17
/
+17
2010-02-15
netfilter: ebtables: abort if next_offset is too small
Florian Westphal
1
-0
/
+2
2010-02-15
netfilter: xtables: add const qualifiers
Jan Engelhardt
1
-27
/
+32
2010-02-10
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
3
-4
/
+7
2010-02-05
bridge: Remove unused age_list
Herbert Xu
2
-3
/
+0
2010-02-03
netfilter: add struct net * to target parameters
Patrick McHardy
1
-4
/
+6
2010-01-18
netfilter: xtables: add struct xt_mtdtor_param::net
Alexey Dobriyan
4
-12
/
+13
2010-01-18
netfilter: xtables: add struct xt_mtchk_param::net
Alexey Dobriyan
1
-5
/
+9
2010-01-18
net: spread __net_init, __net_exit
Alexey Dobriyan
1
-1
/
+1
2010-01-08
netfilter: ebtables: enforce CAP_NET_ADMIN
Florian Westphal
1
-0
/
+6
[next]