index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-17
xprtrdma: Squelch kbuild sparse complaint
Chuck Lever
1
-1
/
+2
2017-02-21
SUNRPC: Add a helper function xdr_stream_decode_string_dup()
Trond Myklebust
1
-0
/
+34
2017-02-21
sunrpc: silence uninitialized variable warning
Dan Carpenter
1
-1
/
+3
2017-02-10
sunrpc: Allow xprt->ops->timer method to sleep
Chuck Lever
2
-2
/
+2
2017-02-10
xprtrdma: Refactor management of mw_list field
Chuck Lever
5
-24
/
+29
2017-02-10
xprtrdma: Handle stale connection rejection
Chuck Lever
1
-45
/
+21
2017-02-10
xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs
Chuck Lever
2
-10
/
+8
2017-02-10
xprtrdma: Shrink send SGEs array
Chuck Lever
1
-4
/
+7
2017-02-10
xprtrdma: Reduce required number of send SGEs
Chuck Lever
3
-9
/
+32
2017-02-10
xprtrdma: Disable pad optimization by default
Chuck Lever
2
-1
/
+2
2017-02-10
xprtrdma: Per-connection pad optimization
Chuck Lever
3
-14
/
+16
2017-02-10
xprtrdma: Fix Read chunk padding
Chuck Lever
1
-6
/
+4
2017-02-09
NFSv4: Set the connection timeout to match the lease period
Trond Myklebust
1
-4
/
+6
2017-02-09
SUNRPC: Allow changing of the TCP timeout parameters on the fly
Trond Myklebust
2
-11
/
+70
2017-02-09
SUNRPC: Refactor TCP socket timeout code into a helper function
Trond Myklebust
1
-19
/
+26
2017-02-09
SUNRPC: Remove unused function rpc_get_timeout()
Trond Myklebust
1
-15
/
+0
2017-02-08
sunrpc: use simple_read_from_buffer for reading cache flush
Kinglong Mee
1
-12
/
+3
2017-02-08
sunrpc: record rpc client pointer in seq->private directly
Kinglong Mee
1
-25
/
+10
2017-02-08
sunrpc: update the comments of sunrpc proc path
Kinglong Mee
1
-2
/
+2
2017-02-08
sunrpc: remove dead codes of cr_magic in rpc_cred
Kinglong Mee
2
-6
/
+0
2017-02-08
sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix
Kinglong Mee
2
-12
/
+10
2017-02-08
sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail
Kinglong Mee
1
-32
/
+17
2017-02-08
sunrpc: error out if register_shrinker fail
Kinglong Mee
1
-1
/
+5
2017-01-30
SUNRPC: two small improvements to rpcauth shrinker.
NeilBrown
1
-2
/
+4
2017-01-28
Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-0
/
+6
2017-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
52
-268
/
+407
2017-01-27
tcp: don't annotate mark on control socket from tcp_v6_send_response()
Pablo Neira
5
-9
/
+9
2017-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
19
-88
/
+103
2017-01-25
Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-5
/
+5
2017-01-25
net: dsa: Bring back device detaching in dsa_slave_suspend()
Florian Fainelli
1
-0
/
+2
2017-01-25
tcp: correct memory barrier usage in tcp_check_space()
Jason Baron
1
-1
/
+1
2017-01-25
sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segment
Xin Long
1
-1
/
+1
2017-01-25
sctp: sctp_addr_id2transport should verify the addr before looking up assoc
Xin Long
1
-1
/
+5
2017-01-24
lwtunnel: Fix oops on state free after encap module unload
Robert Shearman
1
-1
/
+5
2017-01-24
net: Specify the owning module for lwtunnel ops
Robert Shearman
5
-0
/
+6
2017-01-24
tipc: fix cleanup at module unload
Parthasarathy Bhuvaragan
1
-3
/
+1
2017-01-24
tipc: ignore requests when the connection state is not CONNECTED
Parthasarathy Bhuvaragan
1
-6
/
+7
2017-01-24
tipc: fix nametbl_lock soft lockup at module exit
Parthasarathy Bhuvaragan
1
-11
/
+5
2017-01-24
tipc: fix connection refcount error
Parthasarathy Bhuvaragan
1
-9
/
+10
2017-01-24
tipc: add subscription refcount to avoid invalid delete
Parthasarathy Bhuvaragan
2
-54
/
+71
2017-01-24
tipc: fix nametbl_lock soft lockup at node/link events
Parthasarathy Bhuvaragan
1
-2
/
+7
2017-01-24
netfilter: nf_tables: bump set->ndeact on set flush
Pablo Neira Ayuso
1
-0
/
+1
2017-01-24
netfilter: nf_tables: deconstify walk callback function
Pablo Neira Ayuso
3
-14
/
+14
2017-01-24
netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCL
Pablo Neira Ayuso
1
-7
/
+9
2017-01-24
netfilter: nft_log: restrict the log prefix length to 127
Liping Zhang
2
-2
/
+2
2017-01-24
SUNRPC: cleanup ida information when removing sunrpc module
Kinglong Mee
2
-0
/
+6
2017-01-24
ipv6: fix ip6_tnl_parse_tlv_enc_lim()
Eric Dumazet
1
-12
/
+22
2017-01-24
ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()
Eric Dumazet
2
-0
/
+5
2017-01-24
af_unix: move unix_mknod() out of bindlock
WANG Cong
1
-11
/
+16
2017-01-24
mac80211: don't try to sleep in rate_control_rate_init()
Johannes Berg
1
-2
/
+0
[next]