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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.
YOSHIFUJI Hideaki
6
-31
/
+608
2008-01-29
[IPV6] ADDRCONF: Allow address selection policy with ifindex.
YOSHIFUJI Hideaki
1
-4
/
+8
2008-01-29
[IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label().
YOSHIFUJI Hideaki
1
-4
/
+6
2008-01-29
[IPSEC]: Kill afinfo->nf_post_routing
David S. Miller
4
-4
/
+1
2008-01-29
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
69
-302
/
+321
2008-01-29
[IPSEC]: Add async resume support on input
Herbert Xu
4
-5
/
+40
2008-01-29
[IPSEC]: Remove nhoff from xfrm_input
Herbert Xu
8
-15
/
+16
2008-01-29
[IPSEC]: Make x->lastused an unsigned long
Herbert Xu
3
-5
/
+3
2008-01-29
[IPSEC]: Move state lock into x->type->input
Herbert Xu
6
-33
/
+69
2008-01-29
[IPSEC]: Move integrity stat collection into xfrm_input
Herbert Xu
5
-12
/
+15
2008-01-29
[IPSEC]: Store xfrm states in security path directly
Herbert Xu
1
-27
/
+15
2008-01-29
[IPSEC]: Merge most of the input path
Herbert Xu
6
-217
/
+164
2008-01-29
[IPSEC]: Add async resume support on output
Herbert Xu
2
-17
/
+41
2008-01-29
[IPSEC]: Merge most of the output path
Herbert Xu
11
-145
/
+88
2008-01-29
[IPV6]: Add ip6_local_out
Herbert Xu
5
-18
/
+33
2008-01-29
[IPV4]: Add ip_local_out
Herbert Xu
7
-45
/
+35
2008-01-29
[IPSEC]: Separate inner/outer mode processing on input
Herbert Xu
11
-99
/
+141
2008-01-29
[IPSEC]: Separate inner/outer mode processing on output
Herbert Xu
9
-84
/
+193
2008-01-29
[INET]: Give outer DSCP directly to ip*_copy_dscp
Herbert Xu
4
-7
/
+8
2008-01-29
[IPSEC]: Move x->outer_mode->output out of locked section
Herbert Xu
2
-4
/
+7
2008-01-29
[IPSEC]: Forbid BEET + ipcomp for now
Herbert Xu
2
-19
/
+20
2008-01-29
[IPSEC]: Merge common code into xfrm_bundle_create
Herbert Xu
4
-253
/
+211
2008-01-29
[IPSEC]: Move flow construction into xfrm_dst_lookup
Herbert Xu
4
-121
/
+91
2008-01-29
[IPSEC]: Replace x->type->{local,remote}_addr with flags
Herbert Xu
3
-23
/
+12
2008-01-29
[IPSEC]: Make sure idev is consistent with dev in xfrm_dst
Herbert Xu
2
-9
/
+19
2008-01-29
[IPSEC]: Set dst->input to dst_discard
Herbert Xu
2
-2
/
+4
2008-01-29
[IPSEC]: Only set neighbour on top xfrm dst
Herbert Xu
2
-4
/
+7
2008-01-29
[NET]: Remove unnecessary inclusion of dst.h
Herbert Xu
1
-1
/
+1
2008-01-29
[NET]: Eliminate duplicate copies of dst_discard
Herbert Xu
6
-49
/
+13
2008-01-29
[IPV6]: Move nfheader_len into rt6_info
Herbert Xu
5
-8
/
+13
2008-01-29
[IPSEC]: Use dst->header_len when resizing on output
Herbert Xu
1
-1
/
+2
2008-01-29
[IPV6]: Only set nfheader_len for top xfrm dst
Herbert Xu
2
-23
/
+6
2008-01-29
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
47
-228
/
+98
2008-01-29
[IPV6]: Add raw6 drops counter.
Wang Chen
1
-7
/
+8
2008-01-29
[IPV4]: Add raw drops counter.
Wang Chen
3
-10
/
+19
2008-01-29
[TCP]: Make tcp_splice_data_recv() static.
Adrian Bunk
1
-2
/
+2
2008-01-29
[TCP] splice: add tcp_splice_read() to IPV6
Jens Axboe
1
-0
/
+1
2008-01-29
[TCP]: Splice receive support.
Jens Axboe
7
-0
/
+401
2008-01-29
[SPLICE]: Don't assume regular pages in splice_to_pipe()
Jens Axboe
2
-1
/
+9
2008-01-29
[MAC80211]: Revert unaligned warning removal.
David S. Miller
1
-0
/
+13
2008-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
16
-68
/
+375
2008-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
418
-18451
/
+13143
2008-01-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
10
-245
/
+651
2008-01-29
Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
8
-24
/
+123
2008-01-29
Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
26
-374
/
+416
2008-01-29
Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
6
-225
/
+347
2008-01-29
Merge branch 'cfq-ioc-share' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
10
-355
/
+474
2008-01-29
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
310
-3211
/
+28420
2008-01-29
libata: Change "write_data" to "rw" for some function documentations
Linus Nilsson
1
-2
/
+2
2008-01-28
HID: ADS/Tech Radio si470x needs blacklist entry
Tobias Lorenz
1
-0
/
+8
[next]