index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec users
Martin Willi
2015-06-04
1
-0
/
+12
*
mac80211: Switch to new AEAD interface
Herbert Xu
2015-05-28
3
-39
/
+33
*
mac802154: Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-27
/
+14
*
esp6: Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-78
/
+122
*
esp4: Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-78
/
+122
*
ipsec: Add IV generator information to xfrm_state
Herbert Xu
2015-05-28
2
-9
/
+32
*
xfrm: Add IV generator information to xfrm_algo_desc
Herbert Xu
2015-05-28
1
-0
/
+16
*
mac802154: Include crypto/aead.h
Herbert Xu
2015-04-23
1
-1
/
+2
*
mac80211: Include crypto/aead.h
Herbert Xu
2015-04-23
3
-5
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-15
2
-3
/
+7
|
\
|
*
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
2015-04-15
1
-3
/
+5
|
*
kernel: conditionally support non-root users, groups and capabilities
Iulia Manda
2015-04-15
1
-0
/
+2
*
|
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2015-04-15
6
-258
/
+211
|
\
\
|
|
/
|
/
|
|
*
make new_sync_{read,write}() static
Al Viro
2015-04-11
1
-2
/
+0
|
*
net/9p: remove (now-)unused helpers
Al Viro
2015-04-11
2
-43
/
+1
|
*
p9_client_attach(): set fid->uid correctly
Al Viro
2015-04-11
1
-0
/
+1
|
*
9p: switch p9_client_read() to passing struct iov_iter *
Al Viro
2015-04-11
1
-63
/
+61
|
*
9p: switch p9_client_write() to passing it struct iov_iter *
Al Viro
2015-04-11
1
-57
/
+41
|
*
net/9p: switch the guts of p9_client_{read,write}() to iov_iter
Al Viro
2015-04-11
3
-132
/
+146
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-04-15
468
-11521
/
+19500
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-04-14
31
-543
/
+623
|
|
\
\
|
|
*
|
netfilter: nf_tables: get rid of the expression example code
Pablo Neira Ayuso
2015-04-13
1
-94
/
+0
|
|
*
|
netfilter: nft_dynset: dynamic stateful expression instantiation
Patrick McHardy
2015-04-13
1
-4
/
+50
|
|
*
|
netfilter: nf_tables: add flag to indicate set contains expressions
Patrick McHardy
2015-04-13
2
-2
/
+9
|
|
*
|
netfilter: nf_tables: mark stateful expressions
Patrick McHardy
2015-04-13
2
-0
/
+2
|
|
*
|
netfilter: nf_tables: prepare for expressions associated to set elements
Patrick McHardy
2015-04-13
1
-0
/
+9
|
|
*
|
netfilter: nf_tables: add helper functions for expression handling
Patrick McHardy
2015-04-13
1
-5
/
+51
|
|
*
|
netfilter: nf_tables: variable sized set element keys / data
Patrick McHardy
2015-04-13
3
-18
/
+16
|
|
*
|
netfilter: nf_tables: support variable sized data in nft_data_init()
Patrick McHardy
2015-04-13
4
-16
/
+28
|
|
*
|
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
2015-04-13
14
-39
/
+75
|
|
*
|
netfilter: nf_tables: add register parsing/dumping helpers
Patrick McHardy
2015-04-13
14
-53
/
+65
|
|
*
|
netfilter: nf_tables: convert sets to u32 data pointers
Patrick McHardy
2015-04-13
2
-8
/
+6
|
|
*
|
netfilter: nf_tables: kill nft_data_cmp()
Patrick McHardy
2015-04-13
3
-8
/
+7
|
|
*
|
netfilter: nf_tables: convert expressions to u32 register pointers
Patrick McHardy
2015-04-13
8
-67
/
+63
|
|
*
|
netfilter: nf_tables: use struct nft_verdict within struct nft_data
Patrick McHardy
2015-04-13
1
-17
/
+21
|
|
*
|
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2015-04-13
27
-120
/
+115
|
|
*
|
netfilter: nf_tables: introduce nft_validate_register_load()
Patrick McHardy
2015-04-13
10
-38
/
+61
|
|
*
|
netfilter: nf_tables: kill nft_validate_output_register()
Patrick McHardy
2015-04-13
10
-76
/
+14
|
|
*
|
netfilter: nft_lookup: use nft_validate_register_store() to validate types
Patrick McHardy
2015-04-13
2
-8
/
+8
|
|
*
|
netfilter: nf_tables: rename nft_validate_data_load()
Patrick McHardy
2015-04-13
9
-27
/
+29
|
|
*
|
netfilter: nf_tables: validate len in nft_validate_data_load()
Patrick McHardy
2015-04-13
9
-45
/
+96
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-14
9
-17
/
+50
|
|
\
\
\
|
|
*
|
|
tcp: tcp_make_synack() should clear skb->tstamp
Eric Dumazet
2015-04-09
1
-0
/
+2
|
|
*
|
|
udptunnels: Call handle_offloads after inserting vlan tag.
Jesse Gross
2015-04-09
1
-4
/
+4
|
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2015-04-09
2
-7
/
+6
|
|
|
\
\
\
|
|
|
*
|
|
vti6: fix uninit when using x-netns
Yao Xiwei
2015-04-07
1
-2
/
+1
|
|
|
*
|
|
xfrm: fix xfrm_input/xfrm_tunnel_check oops
Alexey Dobriyan
2015-04-07
1
-5
/
+5
|
|
*
|
|
|
fou: Don't use const __read_mostly
Andi Kleen
2015-04-08
1
-2
/
+2
|
|
*
|
|
|
RDS: make sure not to loop forever inside rds_send_xmit
Sowmini Varadhan
2015-04-08
3
-2
/
+33
|
|
*
|
|
|
RDS: only use passive connections when addresses match
Sowmini Varadhan
2015-04-08
1
-1
/
+1
[next]