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
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2015-04-22
7
-17
/
+392
|
\
|
*
crush: straw2 bucket type with an efficient 64-bit crush_ln()
Ilya Dryomov
2015-04-22
4
-0
/
+306
|
*
crush: ensuring at most num-rep osds are selected
Ilya Dryomov
2015-04-22
1
-4
/
+12
|
*
crush: drop unnecessary include from mapper.c
Ilya Dryomov
2015-04-22
1
-1
/
+0
|
*
libceph: expose client options through debugfs
Ilya Dryomov
2015-04-20
1
-0
/
+24
|
*
libceph, ceph: split ceph_show_options()
Ilya Dryomov
2015-04-20
1
-0
/
+37
|
*
libceph: don't overwrite specific con error msgs
Ilya Dryomov
2015-04-20
1
-12
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-04-21
3
-1
/
+8
|
\
\
|
*
|
tcp: add memory barriers to write space paths
jbaron@akamai.com
2015-04-21
2
-1
/
+5
|
*
|
ip_forward: Drop frames with attached skb->sk
Sebastian Pöhn
2015-04-20
1
-0
/
+3
*
|
|
Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2015-04-18
4
-14
/
+52
|
\
\
\
|
*
|
|
net/9p: add a privport option for RDMA transport.
Dominique Martinet
2015-03-21
1
-8
/
+44
|
*
|
|
net/9p: Initialize opts->privport as it should be.
Dominique Martinet
2015-03-21
1
-0
/
+1
|
*
|
|
net/9p: use memcpy() instead of snprintf() in p9_mount_tag_show()
Andrey Ryabinin
2015-03-20
1
-1
/
+4
|
*
|
|
9p: use unsigned integers for nwqid/count
Kirill A. Shutemov
2015-03-20
1
-3
/
+3
|
*
|
|
9p: remove unused variable in p9_fd_create()
Fabian Frederick
2015-03-20
1
-2
/
+0
*
|
|
|
Bluetooth: hidp: Fix regression with older userspace and flags validation
Marcel Holtmann
2015-04-18
1
-1
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-04-17
16
-42
/
+91
|
\
\
\
|
*
|
|
net: dsa: use DEVICE_ATTR_RW to declare temp1_max
Vivien Didelot
2015-04-17
1
-3
/
+3
|
*
|
|
net: remove unused 'dev' argument from netif_needs_gso()
Johannes Berg
2015-04-17
1
-1
/
+1
|
*
|
|
act_mirred: Fix bogus header when redirecting from VLAN
Herbert Xu
2015-04-17
1
-1
/
+1
|
*
|
|
inet_diag: fix access to tcp cc information
Eric Dumazet
2015-04-17
6
-17
/
+35
|
*
|
|
tcp: tcp_get_info() should fetch socket fields once
Eric Dumazet
2015-04-17
1
-4
/
+6
|
*
|
|
skbuff: Do not scrub skb mark within the same name space
Herbert Xu
2015-04-16
1
-3
/
+6
|
*
|
|
Revert "net: Reset secmark when scrubbing packet"
Herbert Xu
2015-04-16
1
-1
/
+0
|
*
|
|
bpf: fix bpf helpers to use skb->mac_header relative offsets
Alexei Starovoitov
2015-04-16
3
-9
/
+38
|
*
|
|
netns: remove duplicated include from net_namespace.c
Wei Yongjun
2015-04-16
1
-1
/
+0
|
*
|
|
fou: avoid missing unlock in failure path
WANG Cong
2015-04-16
1
-2
/
+1
*
|
|
|
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
[next]