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
Commit message (
Expand
)
Author
Age
Files
Lines
*
llc: Make llc_sap_action_t function pointer arrays const
Joe Perches
2014-12-10
3
-12
/
+12
*
llc: Make llc_conn_ev_qfyr_t function pointer arrays const
Joe Perches
2014-12-10
3
-121
/
+121
*
llc: Make function pointer arrays const
Joe Perches
2014-12-10
3
-237
/
+237
*
Merge branch 'kill_arch_fast_hash'
David S. Miller
2014-12-10
40
-228
/
+12
|
\
|
*
net, lib: kill arch_fast_hash library bits
Daniel Borkmann
2014-12-10
36
-218
/
+2
|
*
net: replace remaining users of arch_fast_hash with jhash
Daniel Borkmann
2014-12-10
3
-9
/
+9
|
*
netlink: use jhash as hashfn for rhashtable
Daniel Borkmann
2014-12-10
1
-1
/
+1
|
/
*
Merge branch 'isdn-next'
David S. Miller
2014-12-10
4
-46
/
+38
|
\
|
*
isdn/capi: correct argument types of command_2_index
Tilman Schmidt
2014-12-10
1
-1
/
+1
|
*
isdn/gigaset: enable Kernel CAPI support by default
Tilman Schmidt
2014-12-10
1
-1
/
+1
|
*
isdn/gigaset: elliminate unnecessary argument from send_cb()
Tilman Schmidt
2014-12-10
1
-16
/
+15
|
*
isdn/gigaset: clarify gigaset_modem_fill control structure
Tilman Schmidt
2014-12-10
1
-28
/
+24
|
*
isdn/gigaset: drop duplicate declaration
Tilman Schmidt
2014-12-10
1
-3
/
+0
|
/
*
tipc: fix broadcast wakeup contention after congestion
Richard Alpe
2014-12-10
2
-5
/
+5
*
enic: add support for set/get rss hash key
Govindarajulu Varadarajan
2014-12-10
3
-4
/
+49
*
Merge branch 'napi_page_frags'
David S. Miller
2014-12-10
16
-70
/
+178
|
\
|
*
ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align
Alexander Duyck
2014-12-10
3
-3
/
+3
|
*
ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_align
Alexander Duyck
2014-12-10
3
-3
/
+3
|
*
cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align
Alexander Duyck
2014-12-10
1
-5
/
+6
|
*
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
2014-12-10
6
-11
/
+10
|
*
net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
Alexander Duyck
2014-12-10
3
-8
/
+77
|
*
net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
Alexander Duyck
2014-12-10
2
-40
/
+79
|
/
*
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
David S. Miller
2014-12-10
48
-1038
/
+628
|
\
|
*
bury memcpy_toiovec()
Al Viro
2014-12-09
2
-26
/
+0
|
*
skb_copy_datagram_iovec() can die
Al Viro
2014-12-09
2
-86
/
+0
|
*
ppp_read(): switch to skb_copy_datagram_iter()
Al Viro
2014-12-09
1
-1
/
+3
|
*
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
Al Viro
2014-12-09
3
-54
/
+28
|
*
first fruits - kill l2cap ->memcpy_fromiovec()
Al Viro
2014-12-09
6
-48
/
+6
|
*
put iov_iter into msghdr
Al Viro
2014-12-09
33
-112
/
+90
|
*
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
Al Viro
2014-12-09
3
-12
/
+14
|
*
switch l2cap ->memcpy_fromiovec() to msghdr
Al Viro
2014-12-09
3
-7
/
+7
|
*
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
Al Viro
2014-12-09
3
-6
/
+5
|
*
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
Al Viro
2014-12-09
7
-10
/
+11
|
*
ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...
Al Viro
2014-12-09
1
-56
/
+56
|
*
raw.c: stick msghdr into raw_frag_vec
Al Viro
2014-12-09
1
-4
/
+4
|
*
Merge branch 'iov_iter' into for-davem-2
Al Viro
2014-12-09
2
-638
/
+426
|
|
\
|
|
*
copy_from_iter_nocache()
Al Viro
2014-12-08
2
-0
/
+22
|
|
*
new helper: iov_iter_kvec()
Al Viro
2014-12-08
2
-0
/
+15
|
|
*
csum_and_copy_..._iter()
Al Viro
2014-12-08
2
-0
/
+91
|
|
*
iov_iter.c: handle ITER_KVEC directly
Al Viro
2014-12-08
2
-13
/
+70
|
|
*
iov_iter.c: convert copy_to_iter() to iterate_and_advance
Al Viro
2014-11-27
1
-82
/
+9
|
|
*
iov_iter.c: convert copy_from_iter() to iterate_and_advance
Al Viro
2014-11-27
1
-91
/
+15
|
|
*
iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()
Al Viro
2014-11-27
1
-36
/
+24
|
|
*
iov_iter.c: convert iov_iter_zero() to iterate_and_advance
Al Viro
2014-11-27
1
-86
/
+12
|
|
*
iov_iter.c: convert iov_iter_get_pages_alloc() to iterate_all_kinds
Al Viro
2014-11-27
1
-62
/
+45
|
|
*
iov_iter.c: convert iov_iter_get_pages() to iterate_all_kinds
Al Viro
2014-11-27
1
-50
/
+28
|
|
*
iov_iter.c: convert iov_iter_npages() to iterate_all_kinds
Al Viro
2014-11-27
1
-54
/
+19
|
|
*
iov_iter.c: iterate_and_advance
Al Viro
2014-11-27
1
-76
/
+28
|
|
*
iov_iter.c: macros for iterating over iov_iter
Al Viro
2014-11-27
1
-126
/
+86
*
|
|
dummy: use MODULE_VERSION
Flavio Leitner
2014-12-09
1
-0
/
+1
[next]