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-07-20
bridge: Partially disable netpoll support
Herbert Xu
2
-31
/
+1
2010-07-08
bridge: Clear IPCB before possible entry into IP stack
Herbert Xu
1
-0
/
+3
2010-07-06
bridge br_multicast: BUG: unable to handle kernel NULL pointer dereference
Herbert Xu
1
-9
/
+12
2010-06-18
bridge: fdb cleanup runs too often
stephen hemminger
1
-4
/
+2
2010-06-16
bridge: Fix OOM crash in deliver_clone
Herbert Xu
1
-2
/
+2
2010-05-21
sysfs: add struct file* to bin_attr callbacks
Chris Wright
1
-1
/
+1
2010-05-18
bridge: fix build for CONFIG_SYSFS disabled
Randy Dunlap
1
-1
/
+1
2010-05-16
bridge: update sysfs link names if port device names have changed
Simon Arlott
4
-6
/
+41
2010-05-16
bridge: change console message interface
stephen hemminger
10
-62
/
+62
2010-05-16
bridge: netpoll cleanup
stephen hemminger
3
-28
/
+39
2010-05-13
netfilter: bridge-netfilter: fix crash in br_nf_forward_finish()
Bart De Schuymer
1
-1
/
+1
2010-05-11
Merge branch 'master' of git://dev.medozas.de/linux
Patrick McHardy
19
-35
/
+34
2010-05-11
netfilter: xtables: change hotdrop pointer to direct modification
Jan Engelhardt
1
-3
/
+2
2010-05-11
netfilter: xtables: deconstify struct xt_action_param for matches
Jan Engelhardt
10
-10
/
+10
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
18
-18
/
+18
2010-05-11
netfilter: xtables: combine struct xt_match_param and xt_target_param
Jan Engelhardt
1
-15
/
+15
2010-05-10
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
6
-100
/
+726
2010-05-06
bridge: make bridge support netpoll
WANG Cong
4
-1
/
+108
2010-04-28
bridge: multicast_flood cleanup
stephen hemminger
1
-5
/
+3
2010-04-28
bridge: multicast port group RCU fix
stephen hemminger
2
-3
/
+3
2010-04-28
bridge: multicast flood
stephen hemminger
1
-2
/
+2
2010-04-28
bridge: simplify multicast_add_router
stephen hemminger
1
-8
/
+11
2010-04-28
Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"
David S. Miller
1
-1
/
+1
2010-04-28
bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()
David S. Miller
1
-1
/
+1
2010-04-27
bridge: multicast router list manipulation
stephen hemminger
1
-15
/
+15
2010-04-27
bridge: use is_multicast_ether_addr
stephen hemminger
1
-1
/
+1
2010-04-27
bridge: Fix build of ipv6 multicast code.
David S. Miller
1
-0
/
+1
2010-04-26
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.
YOSHIFUJI Hideaki / 吉藤英明
1
-6
/
+3
2010-04-23
bridge br_multicast: IPv6 MLD support.
YOSHIFUJI Hideaki
3
-4
/
+429
2010-04-23
bridge br_multicast: Make functions less ipv4 dependent.
YOSHIFUJI Hideaki
2
-58
/
+151
2010-04-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-04-21
net: Fix various endianness glitches
Eric Dumazet
2
-8
/
+9
2010-04-21
bridge: add a missing ntohs()
Eric Dumazet
1
-1
/
+1
2010-04-20
netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPP...
Bart De Schuymer
1
-1
/
+1
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
12
-3
/
+15
2010-04-15
netfilter: bridge-netfilter: Fix MAC header handling with IP DNAT
Bart De Schuymer
1
-25
/
+65
2010-04-15
netfilter: bridge-netfilter: simplify IP DNAT
Bart De Schuymer
2
-97
/
+26
2010-04-13
netfilter: bridge-netfilter: update a comment in br_forward.c about ip_fragme...
Bart De Schuymer
1
-1
/
+1
2010-04-13
netfilter: bridge-netfilter: cleanup br_netfilter.c
Bart De Schuymer
1
-56
/
+2
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
11
-1
/
+11
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-25
netfilter: xtables: change targets to return error code
Jan Engelhardt
8
-26
/
+26
2010-03-25
netfilter: xtables: change matches to return error code
Jan Engelhardt
10
-41
/
+41
2010-03-25
netfilter: xtables: change xt_target.checkentry return type
Jan Engelhardt
8
-8
/
+8
2010-03-25
netfilter: xtables: change xt_match.checkentry return type
Jan Engelhardt
10
-10
/
+10
2010-03-25
netfilter: bridge: use NFPROTO values for NF_HOOK invocation
Jan Engelhardt
5
-17
/
+18
2010-03-25
netfilter: xtables: consolidate code into xt_request_find_match
Jan Engelhardt
1
-4
/
+1
2010-03-25
netfilter: xtables: make use of xt_request_find_target
Jan Engelhardt
1
-11
/
+2
[next]