index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-04-15
2
-45
/
+1
|
\
|
*
Remove rest of exec domains.
Richard Weinberger
2015-04-12
2
-45
/
+1
*
|
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2015-04-15
3
-11
/
+6
|
\
\
|
*
|
->aio_read and ->aio_write removed
Al Viro
2015-04-12
1
-2
/
+0
|
*
|
kill do_sync_read/do_sync_write
Al Viro
2015-04-12
1
-2
/
+0
|
*
|
make new_sync_{read,write}() static
Al Viro
2015-04-12
1
-2
/
+0
|
*
|
new helper: __vfs_write()
Al Viro
2015-04-12
1
-0
/
+1
|
*
|
9p: switch p9_client_read() to passing struct iov_iter *
Al Viro
2015-04-12
1
-2
/
+1
|
*
|
9p: switch p9_client_write() to passing it struct iov_iter *
Al Viro
2015-04-12
1
-2
/
+3
|
*
|
net/9p: switch the guts of p9_client_{read,write}() to iov_iter
Al Viro
2015-04-12
1
-1
/
+1
|
*
|
Merge branch 'for-davem' into for-next
Al Viro
2015-04-12
150
-1179
/
+2676
|
|
\
\
*
|
\
\
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-04-15
1
-16
/
+5
|
\
\
\
\
|
*
|
|
|
tpm/tpm_i2c_stm_st33: Split tpm_i2c_tpm_st33 in 2 layers (core + phy)
Christophe Ricard
2015-03-18
1
-16
/
+5
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2015-04-15
8
-6
/
+389
|
\
\
\
\
\
|
*
|
|
|
|
crypto: sha512-generic - move to generic glue implementation
Ard Biesheuvel
2015-04-10
1
-0
/
+3
|
*
|
|
|
|
crypto: sha256-generic - move to generic glue implementation
Ard Biesheuvel
2015-04-10
1
-0
/
+3
|
*
|
|
|
|
crypto: sha1-generic - move to generic glue implementation
Ard Biesheuvel
2015-04-10
1
-0
/
+3
|
*
|
|
|
|
crypto: sha512 - implement base layer for SHA-512
Ard Biesheuvel
2015-04-10
2
-1
/
+132
|
*
|
|
|
|
crypto: sha256 - implement base layer for SHA-256
Ard Biesheuvel
2015-04-10
2
-1
/
+129
|
*
|
|
|
|
crypto: sha1 - implement base layer for SHA-1
Ard Biesheuvel
2015-04-10
2
-1
/
+107
|
*
|
|
|
|
crypto: api - Change crypto_unregister_instance argument type
Herbert Xu
2015-04-03
1
-1
/
+1
|
*
|
|
|
|
crypto: api - prevent helper ciphers from being used
Stephan Mueller
2015-03-31
1
-0
/
+6
|
*
|
|
|
|
hwrng: add devm_* interfaces
Dmitry Torokhov
2015-03-16
1
-0
/
+4
|
*
|
|
|
|
crypto: rng - RNGs must return 0 in success case
Stephan Mueller
2015-03-09
1
-2
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-04-15
151
-1319
/
+3209
|
\
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-04-15
5
-36
/
+116
|
|
\
\
\
\
\
|
|
*
|
|
|
|
netfilter: nft_dynset: dynamic stateful expression instantiation
Patrick McHardy
2015-04-13
1
-0
/
+2
|
|
*
|
|
|
|
netfilter: nf_tables: add flag to indicate set contains expressions
Patrick McHardy
2015-04-13
1
-0
/
+2
|
|
*
|
|
|
|
netfilter: nf_tables: mark stateful expressions
Patrick McHardy
2015-04-13
1
-0
/
+4
|
|
*
|
|
|
|
netfilter: nf_tables: prepare for expressions associated to set elements
Patrick McHardy
2015-04-13
2
-0
/
+9
|
|
*
|
|
|
|
netfilter: nf_tables: add helper functions for expression handling
Patrick McHardy
2015-04-13
1
-0
/
+13
|
|
*
|
|
|
|
uapi: ebtables: don't include linux/if.h
Pablo Neira Ayuso
2015-04-13
2
-3
/
+2
|
|
*
|
|
|
|
netfilter: nf_tables: variable sized set element keys / data
Patrick McHardy
2015-04-13
2
-1
/
+7
|
|
*
|
|
|
|
netfilter: nf_tables: support variable sized data in nft_data_init()
Patrick McHardy
2015-04-13
1
-1
/
+2
|
|
*
|
|
|
|
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
2015-04-13
2
-9
/
+35
|
|
*
|
|
|
|
netfilter: nf_tables: add register parsing/dumping helpers
Patrick McHardy
2015-04-13
1
-0
/
+3
|
|
*
|
|
|
|
netfilter: nf_tables: convert sets to u32 data pointers
Patrick McHardy
2015-04-13
1
-2
/
+2
|
|
*
|
|
|
|
netfilter: nf_tables: kill nft_data_cmp()
Patrick McHardy
2015-04-13
1
-7
/
+0
|
|
*
|
|
|
|
netfilter: nf_tables: use struct nft_verdict within struct nft_data
Patrick McHardy
2015-04-13
1
-5
/
+2
|
|
*
|
|
|
|
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2015-04-13
2
-5
/
+31
|
|
*
|
|
|
|
netfilter: nf_tables: introduce nft_validate_register_load()
Patrick McHardy
2015-04-13
1
-2
/
+1
|
|
*
|
|
|
|
netfilter: nf_tables: kill nft_validate_output_register()
Patrick McHardy
2015-04-13
1
-1
/
+0
|
|
*
|
|
|
|
netfilter: nf_tables: rename nft_validate_data_load()
Patrick McHardy
2015-04-13
1
-3
/
+4
|
|
*
|
|
|
|
netfilter: nf_tables: validate len in nft_validate_data_load()
Patrick McHardy
2015-04-13
1
-1
/
+1
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-14
1
-0
/
+1
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
net: phy: broadcom: Add BCM54616S phy entry
Alessio Igor Bogani
2015-04-08
1
-0
/
+1
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2015-04-14
8
-73
/
+46
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
new helper: msg_data_left()
Al Viro
2015-04-11
1
-0
/
+5
|
|
*
|
|
|
|
Merge remote-tracking branch 'dh/afs' into for-davem
Al Viro
2015-04-11
1
-1
/
+2
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
RxRPC: Handle VERSION Rx protocol packets
David Howells
2015-04-01
1
-1
/
+2
[next]