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
2007-10-11
[IPSEC]: Set skb->data to payload in x->mode->output
Herbert Xu
16
-42
/
+47
2007-10-11
[IPSEC] beet: Fix extension header support on output
Herbert Xu
1
-2
/
+2
2007-10-11
[IPSEC] esp: Remove NAT-T checksum invalidation for BEET
Herbert Xu
1
-2
/
+1
2007-10-11
[IPV6]: Defer IPv6 device initialization until a valid qdisc is specified
Mitsuru Chinen
1
-3
/
+10
2007-10-11
[NET]: Remove double dev->flags checking when calling dev_close()
Pavel Emelyanov
1
-4
/
+2
2007-10-11
[TCP]: Separate lost_retrans loop into own function
Ilpo Järvinen
1
-37
/
+43
2007-10-11
[CRYPTO] sha: Add header file for SHA definitions
Jan Glauber
7
-109
/
+116
2007-10-11
[CRYPTO] sha: Load the SHA[1|256] module by an alias
Sebastian Siewior
6
-21
/
+8
2007-10-11
[CRYPTO] aes: Rename aes to aes-generic
Sebastian Siewior
5
-5
/
+6
2007-10-11
[CRYPTO] des: Rename des to des-generic
Sebastian Siewior
2
-1
/
+2
2007-10-11
[CRYPTO] blkcipher: Added blkcipher_walk_virt_block
Herbert Xu
2
-10
/
+28
2007-10-11
[CRYPTO] blkcipher: Increase kmalloc amount to aligned block size
Herbert Xu
1
-1
/
+1
2007-10-11
[CRYPTO] api: Explain the comparison on larval cra_name
Herbert Xu
1
-0
/
+5
2007-10-11
[CRYPTO] blkcipher: Remove alignment restriction on block size
Herbert Xu
2
-8
/
+8
2007-10-11
[CRYPTO] authenc: Kill spaces in algorithm names
Herbert Xu
1
-2
/
+2
2007-10-11
[CRYPTO] cryptomgr: Fix parsing of recursive algorithms
Herbert Xu
1
-1
/
+2
2007-10-11
[CRYPTO] xts: XTS blockcipher mode implementation without partial blocks
Rik Snel
7
-0
/
+746
2007-10-11
[CRYPTO] blkcipher: Use max() in blkcipher_get_spot() to state the intention
Ingo Oeser
1
-1
/
+1
2007-10-11
[CRYPTO] api: Kill crypto_km_types
Herbert Xu
2
-11
/
+8
2007-10-11
[CRYPTO] aead: Add authenc
Herbert Xu
5
-4
/
+472
2007-10-11
[CRYPTO] api: Fixed crypto_*_reqsize return type
Herbert Xu
1
-2
/
+3
2007-10-11
[CRYPTO] scatterwalk: Add scatterwalk_map_and_copy
Herbert Xu
2
-0
/
+25
2007-10-11
[CRYPTO] api: Move scatterwalk into algapi
Herbert Xu
1
-2
/
+2
2007-10-11
[CRYPTO] ablkcipher: Remove queue pointer from common alg object
Herbert Xu
4
-18
/
+10
2007-10-11
[CRYPTO] api: Add missing headers for setkey_unaligned
Herbert Xu
4
-7
/
+12
2007-10-11
[CRYPTO] api: Add support for multiple template parameters
Herbert Xu
3
-27
/
+84
2007-10-11
[CRYPTO] api: Add aead crypto type
Herbert Xu
5
-0
/
+312
2007-10-11
[CRYPTO] seed: New cipher algorithm
Hye-Shik Chang
5
-1
/
+591
2007-10-11
[CRYPTO] api: Add crypto_ablkcipher_ctx_aligned
Sebastian Siewior
1
-0
/
+5
2007-10-11
[CRYPTO] drivers/Kconfig: Remove "default m"s
Adrian Bunk
1
-5
/
+0
2007-10-11
[CRYPTO] Kconfig: Remove "default m"s
Adrian Bunk
1
-3
/
+0
2007-10-11
[SUNRPC]: Make the sunrpc use the seq_open_private()
Pavel Emelyanov
1
-10
/
+2
2007-10-11
[IRDA]: Make the IRDA use the seq_open_private()
Pavel Emelyanov
3
-60
/
+8
2007-10-11
[DECNET]: Make decnet code use the seq_open_private()
Pavel Emelyanov
2
-35
/
+4
2007-10-11
[NETFILTER]: Make netfilter code use the seq_open_private
Pavel Emelyanov
6
-109
/
+14
2007-10-11
[NET]: Make core networking code use seq_open_private
Pavel Emelyanov
15
-335
/
+37
2007-10-11
[FS] seq_file: Introduce the seq_open_private()
Pavel Emelyanov
2
-0
/
+35
2007-10-11
ibm_emac: Convert to use napi_struct independent of struct net_device
Roland Dreier
2
-37
/
+20
2007-10-11
ibm_new_emac: Nuke SET_MODULE_OWNER() use
Roland Dreier
1
-1
/
+0
2007-10-11
ibm_emac: Convert to use napi_struct independent of struct net_device
Roland Dreier
3
-32
/
+28
2007-10-11
IPoIB: Fix unused variable warning
Roland Dreier
1
-1
/
+0
2007-10-11
natsemi: Use NATSEMI_TIMER_FREQ consistently
Mark Brown
1
-2
/
+2
2007-10-11
cxgb3 sparse warning fixes
Stephen Hemminger
5
-33
/
+31
2007-10-11
chelsio: sparse warning fixes (old cxgb2)
Stephen Hemminger
4
-370
/
+3
2007-10-11
ehea: use kernel event queue
Jan-Bernd Themann
3
-24
/
+10
2007-10-11
network drivers: sparse warning fixes
Stephen Hemminger
7
-33
/
+32
2007-10-11
s2io: sparse warnings fix (rev2)
Stephen Hemminger
1
-47
/
+50
2007-10-11
e1000e: restore flow control settings properly
Auke Kok
3
-3
/
+11
2007-10-11
e1000e: Simple optimizations in e1000_xmit_frame
Auke Kok
1
-5
/
+4
2007-10-11
e1000: Simple optimizations in e1000_xmit_frame
Krishna Kumar
1
-5
/
+4
[next]