index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CRYPTO] users: Use crypto_comp and crypto_has_*
Herbert Xu
2006-09-21
3
-33
/
+44
*
[CRYPTO] users: Use crypto_hash interface instead of crypto_digest
Herbert Xu
2006-09-21
2
-25
/
+38
*
[SCTP]: Use HMAC template and hash interface
Herbert Xu
2006-09-21
3
-14
/
+31
*
[IPSEC]: Use HMAC template and hash interface
Herbert Xu
2006-09-21
5
-70
/
+119
*
[CRYPTO] users: Use block ciphers where applicable
Herbert Xu
2006-09-21
3
-43
/
+48
*
[SUNRPC] GSS: Use block ciphers where applicable
Herbert Xu
2006-09-21
5
-54
/
+64
*
[IPSEC] ESP: Use block ciphers where applicable
Herbert Xu
2006-09-21
5
-48
/
+75
*
[IPSEC]: Add compatibility algorithm name support
Herbert Xu
2006-09-21
2
-1
/
+3
*
[IPSEC]: Move linux/crypto.h inclusion out of net/xfrm.h
Herbert Xu
2006-09-21
1
-0
/
+1
*
[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()
Al Viro
2006-09-19
1
-4
/
+4
*
[NETFILTER]: xt_quota: add missing module aliases
Patrick McHardy
2006-09-19
1
-0
/
+2
*
[ATM] CLIP: Do not refer freed skbuff in clip_mkip().
YOSHIFUJI Hideaki
2006-09-18
1
-0
/
+2
*
[NET]: Drop tx lock in dev_watchdog_up
Herbert Xu
2006-09-18
1
-2
/
+0
*
[PACKET]: Don't truncate non-linear skbs with mmaped IO
Patrick McHardy
2006-09-17
1
-3
/
+1
*
[NET]: Mark frame diverter for future removal.
Stephen Hemminger
2006-09-17
1
-1
/
+1
*
[TCP] tcp-lp: bug fix for oops in 2.6.18-rc6
Wong Hoi Sing Edison
2006-09-17
1
-14
/
+21
*
[BRIDGE]: random extra bytes on STP TCN packet
Stephen Hemminger
2006-09-17
1
-1
/
+1
*
[IPV6]: Accept -1 for IPV6_TCLASS
Remi Denis-Courmont
2006-09-17
2
-2
/
+4
*
[IPV6]: Fix tclass setting for raw sockets.
YOSHIFUJI Hideaki
2006-09-17
2
-3
/
+3
*
[IPVS]: remove the debug option go ip_vs_ftp
Simon Horman
2006-09-17
1
-14
/
+6
*
[IPVS]: Make sure ip_vs_ftp ports are valid
Simon Horman
2006-09-17
1
-0
/
+6
*
[IPVS]: auto-help for ip_vs_ftp
Simon Horman
2006-09-17
1
-0
/
+1
*
[TCP]: Turn ABC off.
Stephen Hemminger
2006-09-17
1
-1
/
+1
*
[NEIGH]: neigh_table_clear() doesn't free stats
Kirill Korotaev
2006-09-17
1
-0
/
+3
*
[IPV4]: Fix SNMPv2 "ipFragFails" counter error
Wei Dong
2006-08-31
1
-0
/
+1
*
[NET]: Rate limiting for socket allocation failure messages.
Akinobu Mita
2006-08-31
1
-1
/
+2
*
[IPV6]: Fix kernel OOPs when setting sticky socket options.
YOSHIFUJI Hideaki
2006-08-31
1
-13
/
+16
*
[IPV6]: ipv6_add_addr should install dstentry earlier
Keir Fraser
2006-08-29
1
-2
/
+2
*
[NETLINK]: Call panic if nl_table allocation fails
Akinobu Mita
2006-08-29
1
-8
/
+6
*
[TCP]: Two RFC3465 Appropriate Byte Count fixes.
Daikichi Osuga
2006-08-29
2
-3
/
+8
*
[IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter error
Lv Liangying
2006-08-29
1
-0
/
+4
*
[SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().
Sridhar Samudrala
2006-08-29
1
-3
/
+7
*
[DCCP]: Fix CCID3
Ian McDonald
2006-08-26
6
-193
/
+154
*
[BRIDGE] netfilter: memory corruption fix
Stephen Hemminger
2006-08-26
1
-3
/
+7
*
[DCCP]: Introduce dccp_rx_hist_find_entry
Ian McDonald
2006-08-26
2
-0
/
+21
*
[DCCP]: Introduces follows48 function
Ian McDonald
2006-08-26
1
-0
/
+8
*
[DCCP]: Update contact details and copyright
Ian McDonald
2006-08-26
10
-15
/
+15
*
[DCCP]: Fix typo
Ian McDonald
2006-08-26
1
-1
/
+1
*
[IPV6]: Segmentation offload not set correctly on TCP children
Stephen Hemminger
2006-08-26
1
-1
/
+1
*
Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6
Greg Kroah-Hartman
2006-08-24
3
-47
/
+41
|
\
|
*
NFS: Check lengths more thoroughly in NFS4 readdir XDR decode
David Howells
2006-08-24
1
-0
/
+11
|
*
SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs
Trond Myklebust
2006-08-24
2
-10
/
+6
|
*
SUNRPC: rpc_unlink() must check for unhashed dentries
Trond Myklebust
2006-08-24
1
-7
/
+10
|
*
NFS: clean up rpc_rmdir
Trond Myklebust
2006-08-24
2
-16
/
+8
|
*
SUNRPC: make rpc_unlink() take a dentry argument instead of a path
Trond Myklebust
2006-08-24
2
-15
/
+7
*
|
[TCP]: Limit window scaling if window is clamped.
Stephen Hemminger
2006-08-22
1
-0
/
+1
*
|
[NETFILTER]: arp_tables: fix table locking in arpt_do_table
Patrick McHardy
2006-08-22
1
-1
/
+2
*
|
Fix sctp privilege elevation (CVE-2006-3745)
Sridhar Samudrala
2006-08-22
3
-38
/
+22
|
/
*
[BRIDGE]: Disable SG/GSO if TX checksum is off
Herbert Xu
2006-08-17
1
-1
/
+6
*
[NETFILTER]: ip_tables: fix table locking in ipt_do_table
Patrick McHardy
2006-08-17
1
-1
/
+2
[next]