index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
2
-10
/
+11
2006-09-22
[NET]: Move netlink interface bits to linux/if.h
Thomas Graf
2
-132
/
+130
2006-09-22
[IPv4]: Move interface address bits to linux/if_addr.h
Thomas Graf
2
-56
/
+53
2006-09-22
[NETLINK]: Extend netlink messaging interface
Thomas Graf
1
-10
/
+64
2006-09-22
[IPV4]: Use Protocol Independant Policy Routing Rules Framework
Thomas Graf
1
-7
/
+7
2006-09-22
[IPV6]: Policy Routing Rules
Thomas Graf
3
-1
/
+15
2006-09-22
[NET]: Protocol Independant Policy Routing Rules Framework
Thomas Graf
2
-0
/
+150
2006-09-22
[IPV6]: Multiple Routing Tables
Thomas Graf
2
-2
/
+40
2006-09-22
[NetLabel]: SELinux support
Venkat Yekkirala
1
-12
/
+13
2006-09-22
[NetLabel]: CIPSOv4 engine
Paul Moore
1
-0
/
+4
2006-09-22
[NetLabel]: core network changes
Paul Moore
4
-1
/
+543
2006-09-22
[MLSXFRM]: Auto-labeling of child sockets
Venkat Yekkirala
3
-0
/
+57
2006-09-22
[MLSXFRM]: Default labeling of socket specific IPSec policies
Venkat Yekkirala
2
-4
/
+17
2006-09-22
[MLSXFRM]: Add flow labeling
Venkat Yekkirala
2
-13
/
+28
2006-09-22
[MLSXFRM]: Flow based matching of xfrm policy and state
Venkat Yekkirala
2
-18
/
+92
2006-09-22
[MLSXFRM]: Add security sid to flowi
Venkat Yekkirala
1
-0
/
+1
2006-09-22
[MLSXFRM]: Add security sid to sock
Venkat Yekkirala
2
-0
/
+25
2006-09-22
Merge git://git.infradead.org/~dwmw2/hdroneline
Linus Torvalds
29
-159
/
+722
2006-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
13
-139
/
+851
2006-09-22
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
20
-643
/
+893
2006-09-22
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-0
/
+1
2006-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
29
-495
/
+289
2006-09-22
Remove accidentally-added include/linux/utsrelease.h
David Woodhouse
1
-1
/
+0
2006-09-22
ioremap balanced with iounmap for drivers/mtd subsystem
Amol Lad
1
-0
/
+1
2006-09-22
[MTD] Unlock NOR flash automatically where necessary
HÃ¥vard Skinnemoen
1
-0
/
+1
2006-09-22
[POWERPC] powerpc: fix building gdb against asm/ptrace.h
Arnd Bergmann
1
-4
/
+0
2006-09-22
[POWERPC] Remove DISCONTIGMEM cruft from page.h
Michael Ellerman
1
-6
/
+0
2006-09-22
[POWERPC] Merge iSeries i/o operations with the rest
Stephen Rothwell
2
-131
/
+77
2006-09-21
[POWERPC] 40x: Fix debug status register defines
Josh Boyer
1
-8
/
+8
2006-09-21
[POWERPC] EEH: enable MMIO/DMA on frozen slot
Linas Vepstas
1
-0
/
+11
2006-09-21
[CRYPTO] api: Deprecate crypto_digest_* and crypto_alg_available
Herbert Xu
1
-5
/
+13
2006-09-21
[CRYPTO] padlock: Convert padlock-sha to use crypto_hash
Herbert Xu
1
-0
/
+6
2006-09-21
[CRYPTO] users: Use crypto_comp and crypto_has_*
Herbert Xu
2
-3
/
+7
2006-09-21
[CRYPTO] api: Add crypto_comp and crypto_has_*
Herbert Xu
1
-6
/
+84
2006-09-21
[CRYPTO] digest: Remove old HMAC implementation
Herbert Xu
1
-16
/
+0
2006-09-21
[SCTP]: Use HMAC template and hash interface
Herbert Xu
3
-14
/
+4
2006-09-21
[IPSEC]: Use HMAC template and hash interface
Herbert Xu
3
-27
/
+39
2006-09-21
[CRYPTO] digest: Added user API for new hash type
Herbert Xu
2
-34
/
+144
2006-09-21
[CRYPTO] api: Mark parts of cipher interface as deprecated
Herbert Xu
1
-12
/
+36
2006-09-21
[PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argument
Herbert Xu
1
-2
/
+2
2006-09-21
[SUNRPC] GSS: Use block ciphers where applicable
Herbert Xu
2
-11
/
+12
2006-09-21
[IPSEC] ESP: Use block ciphers where applicable
Herbert Xu
1
-1
/
+1
2006-09-21
[IPSEC]: Add compatibility algorithm name support
Herbert Xu
1
-0
/
+1
2006-09-21
[CRYPTO] cipher: Added block ciphers for CBC/ECB
Herbert Xu
1
-0
/
+2
2006-09-21
[CRYPTO] cipher: Added block cipher type
Herbert Xu
2
-0
/
+244
2006-09-21
[CRYPTO] scatterwalk: Prepare for block ciphers
Herbert Xu
1
-0
/
+5
2006-09-21
[CRYPTO] cipher: Added encrypt_one/decrypt_one
Herbert Xu
2
-0
/
+101
2006-09-21
[CRYPTO] api: Added crypto_type support
Herbert Xu
2
-0
/
+11
2006-09-21
[CRYPTO] api: Added crypto_alloc_base
Herbert Xu
1
-11
/
+3
2006-09-21
[CRYPTO] api: Added asynchronous flag
Herbert Xu
1
-0
/
+1
[next]