aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09sunrpc/cache: convert to use string_escape_str()Andy Shevchenko1-20/+6
2014-12-09sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton1-2/+4
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton1-7/+15
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton2-100/+128
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton1-6/+6
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton1-4/+6
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton1-3/+0
2014-12-09sunrpc: have svc_wake_up only deal with pool 0Jeff Layton1-21/+16
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton1-4/+3
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2-2/+2
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton2-3/+3
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2-2/+2
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-1/+4
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton1-1/+4
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields56-275/+659
2014-12-01sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton1-5/+7
2014-12-01sunrpc: eliminate the XPT_DETACHED flagJeff Layton1-3/+1
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2-7/+116
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton5-1/+210
2014-11-26Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-nextTrond Myklebust3-17/+107
2014-11-26Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-nextTrond Myklebust1-5/+16
2014-11-25SUNRPC: serialize iostats updatesChuck Lever1-5/+16
2014-11-25xprtrdma: Display async errorsChuck Lever1-4/+32
2014-11-25xprtrdma: Enable pad optimizationChuck Lever1-1/+1
2014-11-25xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever1-2/+9
2014-11-25xprtrdma: Refactor tasklet schedulingChuck Lever1-5/+12
2014-11-25xprtrdma: unmap all FMRs during transport disconnectChuck Lever2-2/+42
2014-11-25xprtrdma: Cap req_cqinitChuck Lever2-1/+9
2014-11-25xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever1-2/+2
2014-11-24sunrpc: eliminate RPC_TRACEPOINTSJeff Layton1-1/+1
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton28-44/+44
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton1-59/+2
2014-11-24sunrpc: add new tracepoints in xprt handling codeJeff Layton2-2/+15
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2-19/+33
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-128/+123
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens1-2/+2
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet1-17/+6
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+12
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-9/+6
2014-11-20ipx: fix locking regression in ipx_sendmsg and ipx_recvmsgJiri Bohac1-1/+5
2014-11-20openvswitch: Don't validate IPv6 label masks.Joe Stringer1-1/+1
2014-11-19ipv6: delete protocol and unregister rtnetlink when cleanupDuan Jiong1-0/+4
2014-11-19Merge tag 'mac80211-for-john-2014-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-9/+6
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields79-476/+1144
2014-11-19SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust1-11/+16
2014-11-18mac80211: minstrel_ht: fix a crash in rate sortingFelix Fietkau1-9/+6
2014-11-17bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queriesLinus Lüssing1-2/+1
2014-11-17netfilter: nfnetlink: fix insufficient validation in nfnetlink_bindPablo Neira Ayuso1-1/+11
2014-11-16ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2-10/+10
2014-11-16Merge branch 'net_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitchDavid S. Miller3-12/+21