index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TCP]: Convert highest_sack to sk_buff to allow direct access
Ilpo Järvinen
2008-01-28
4
-17
/
+30
*
[TCP]: non-FACK SACK follows conservative SACK loss recovery
Ilpo Järvinen
2008-01-28
1
-18
/
+62
*
[TCP]: Extend reordering detection to cover CA_Loss partially
Ilpo Järvinen
2008-01-28
1
-1
/
+2
*
[TCP]: Move !in_sack test earlier in sacktag & reorganize if()s
Ilpo Järvinen
2008-01-28
1
-17
/
+14
*
[NET]: Move sock_valbool_flag to socket.c
Pavel Emelyanov
2008-01-28
2
-17
/
+11
*
[NET]: Use sockfd_lookup_light in the rest of the net/socket.c
Pavel Emelyanov
2008-01-28
1
-18
/
+7
*
[IPV4] ipconfig: Implement DHCP Class-identifier
Rainer Jochem
2008-01-28
1
-0
/
+24
*
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
Eric Dumazet
2008-01-28
19
-43
/
+43
*
[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.
YOSHIFUJI Hideaki
2008-01-28
6
-31
/
+608
*
[IPV6] ADDRCONF: Allow address selection policy with ifindex.
YOSHIFUJI Hideaki
2008-01-28
1
-4
/
+8
*
[IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label().
YOSHIFUJI Hideaki
2008-01-28
1
-4
/
+6
*
[IPSEC]: Kill afinfo->nf_post_routing
David S. Miller
2008-01-28
4
-4
/
+1
*
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
2008-01-28
69
-302
/
+321
*
[IPSEC]: Add async resume support on input
Herbert Xu
2008-01-28
4
-5
/
+40
*
[IPSEC]: Remove nhoff from xfrm_input
Herbert Xu
2008-01-28
8
-15
/
+16
*
[IPSEC]: Make x->lastused an unsigned long
Herbert Xu
2008-01-28
3
-5
/
+3
*
[IPSEC]: Move state lock into x->type->input
Herbert Xu
2008-01-28
6
-33
/
+69
*
[IPSEC]: Move integrity stat collection into xfrm_input
Herbert Xu
2008-01-28
5
-12
/
+15
*
[IPSEC]: Store xfrm states in security path directly
Herbert Xu
2008-01-28
1
-27
/
+15
*
[IPSEC]: Merge most of the input path
Herbert Xu
2008-01-28
6
-217
/
+164
*
[IPSEC]: Add async resume support on output
Herbert Xu
2008-01-28
2
-17
/
+41
*
[IPSEC]: Merge most of the output path
Herbert Xu
2008-01-28
11
-145
/
+88
*
[IPV6]: Add ip6_local_out
Herbert Xu
2008-01-28
5
-18
/
+33
*
[IPV4]: Add ip_local_out
Herbert Xu
2008-01-28
7
-45
/
+35
*
[IPSEC]: Separate inner/outer mode processing on input
Herbert Xu
2008-01-28
11
-99
/
+141
*
[IPSEC]: Separate inner/outer mode processing on output
Herbert Xu
2008-01-28
9
-84
/
+193
*
[INET]: Give outer DSCP directly to ip*_copy_dscp
Herbert Xu
2008-01-28
4
-7
/
+8
*
[IPSEC]: Move x->outer_mode->output out of locked section
Herbert Xu
2008-01-28
2
-4
/
+7
*
[IPSEC]: Forbid BEET + ipcomp for now
Herbert Xu
2008-01-28
2
-19
/
+20
*
[IPSEC]: Merge common code into xfrm_bundle_create
Herbert Xu
2008-01-28
4
-253
/
+211
*
[IPSEC]: Move flow construction into xfrm_dst_lookup
Herbert Xu
2008-01-28
4
-121
/
+91
*
[IPSEC]: Replace x->type->{local,remote}_addr with flags
Herbert Xu
2008-01-28
3
-23
/
+12
*
[IPSEC]: Make sure idev is consistent with dev in xfrm_dst
Herbert Xu
2008-01-28
2
-9
/
+19
*
[IPSEC]: Set dst->input to dst_discard
Herbert Xu
2008-01-28
2
-2
/
+4
*
[IPSEC]: Only set neighbour on top xfrm dst
Herbert Xu
2008-01-28
2
-4
/
+7
*
[NET]: Remove unnecessary inclusion of dst.h
Herbert Xu
2008-01-28
1
-1
/
+1
*
[NET]: Eliminate duplicate copies of dst_discard
Herbert Xu
2008-01-28
6
-49
/
+13
*
[IPV6]: Move nfheader_len into rt6_info
Herbert Xu
2008-01-28
5
-8
/
+13
*
[IPSEC]: Use dst->header_len when resizing on output
Herbert Xu
2008-01-28
1
-1
/
+2
*
[IPV6]: Only set nfheader_len for top xfrm dst
Herbert Xu
2008-01-28
2
-23
/
+6
*
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
2008-01-28
47
-228
/
+98
*
[IPV6]: Add raw6 drops counter.
Wang Chen
2008-01-28
1
-7
/
+8
*
[IPV4]: Add raw drops counter.
Wang Chen
2008-01-28
3
-10
/
+19
*
[TCP]: Make tcp_splice_data_recv() static.
Adrian Bunk
2008-01-28
1
-2
/
+2
*
[TCP] splice: add tcp_splice_read() to IPV6
Jens Axboe
2008-01-28
1
-0
/
+1
*
[TCP]: Splice receive support.
Jens Axboe
2008-01-28
7
-0
/
+401
*
[SPLICE]: Don't assume regular pages in splice_to_pipe()
Jens Axboe
2008-01-28
2
-1
/
+9
*
[MAC80211]: Revert unaligned warning removal.
David S. Miller
2008-01-28
1
-0
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
2008-01-29
16
-68
/
+375
|
\
|
*
[WATCHDOG] constify function pointer tables
Jan Engelhardt
2008-01-25
5
-5
/
+5
[next]