aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-17xprtrdma: Squelch kbuild sparse complaintChuck Lever1-1/+2
2017-02-21SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust1-0/+34
2017-02-21sunrpc: silence uninitialized variable warningDan Carpenter1-1/+3
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepChuck Lever2-2/+2
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever5-24/+29
2017-02-10xprtrdma: Handle stale connection rejectionChuck Lever1-45/+21
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever2-10/+8
2017-02-10xprtrdma: Shrink send SGEs arrayChuck Lever1-4/+7
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever3-9/+32
2017-02-10xprtrdma: Disable pad optimization by defaultChuck Lever2-1/+2
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever3-14/+16
2017-02-10xprtrdma: Fix Read chunk paddingChuck Lever1-6/+4
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust1-4/+6
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2-11/+70
2017-02-09SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust1-19/+26
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust1-15/+0
2017-02-08sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee1-12/+3
2017-02-08sunrpc: record rpc client pointer in seq->private directlyKinglong Mee1-25/+10
2017-02-08sunrpc: update the comments of sunrpc proc pathKinglong Mee1-2/+2
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee2-6/+0
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2-12/+10
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee1-32/+17
2017-02-08sunrpc: error out if register_shrinker failKinglong Mee1-1/+5
2017-01-30SUNRPC: two small improvements to rpcauth shrinker.NeilBrown1-2/+4
2017-01-28Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-0/+6
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds52-268/+407
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira5-9/+9
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller19-88/+103
2017-01-25Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-5/+5
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli1-0/+2
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron1-1/+1
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long1-1/+1
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long1-1/+5
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman1-1/+5
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman5-0/+6
2017-01-24tipc: fix cleanup at module unloadParthasarathy Bhuvaragan1-3/+1
2017-01-24tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan1-6/+7
2017-01-24tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan1-11/+5
2017-01-24tipc: fix connection refcount errorParthasarathy Bhuvaragan1-9/+10
2017-01-24tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan2-54/+71
2017-01-24tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan1-2/+7
2017-01-24netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso1-0/+1
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso3-14/+14
2017-01-24netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso1-7/+9
2017-01-24netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2-2/+2
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2-0/+6
2017-01-24ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2-0/+5
2017-01-24af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2017-01-24mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg1-2/+0