aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-02-21sunrpc: silence uninitialized variable warningDan Carpenter
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepChuck Lever
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever
2017-02-10xprtrdma: Handle stale connection rejectionChuck Lever
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever
2017-02-10xprtrdma: Shrink send SGEs arrayChuck Lever
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever
2017-02-10xprtrdma: Disable pad optimization by defaultChuck Lever
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever
2017-02-10xprtrdma: Fix Read chunk paddingChuck Lever
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust
2017-02-09SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust
2017-02-08sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee
2017-02-08sunrpc: record rpc client pointer in seq->private directlyKinglong Mee
2017-02-08sunrpc: update the comments of sunrpc proc pathKinglong Mee
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee
2017-02-08sunrpc: error out if register_shrinker failKinglong Mee
2017-01-30SUNRPC: two small improvements to rpcauth shrinker.NeilBrown
2017-01-28Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-01-25Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman
2017-01-24tipc: fix cleanup at module unloadParthasarathy Bhuvaragan
2017-01-24tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan
2017-01-24tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan
2017-01-24tipc: fix connection refcount errorParthasarathy Bhuvaragan
2017-01-24tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan
2017-01-24tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan
2017-01-24netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso
2017-01-24netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso
2017-01-24netfilter: nft_log: restrict the log prefix length to 127Liping Zhang
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee
2017-01-24ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet
2017-01-24af_unix: move unix_mknod() out of bindlockWANG Cong
2017-01-24mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg
2017-01-23netfilter: nf_tables: validate the name size when possibleLiping Zhang
2017-01-23net: dsa: Check return value of phy_connect_direct()Florian Fainelli