summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Cull dprintk() call sitesChuck Lever2019-01-024-68/+19Star
* xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever2019-01-023-35/+23Star
* xprtrdma: Expose transport header errorsChuck Lever2019-01-021-1/+0Star
* xprtrdma: Remove request_module from backchannelChuck Lever2019-01-021-2/+0Star
* xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever2019-01-021-5/+6
* xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever2019-01-023-5/+8
* xprtrdma: Remove rpcrdma_memreg_opsChuck Lever2019-01-025-101/+116
* xprtrdma: Remove support for FMR memory registrationChuck Lever2019-01-024-359/+2Star
* xprtrdma: Reduce max_frwr_depthChuck Lever2019-01-021-4/+11
* xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever2019-01-023-6/+14
* xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever2019-01-025-17/+23
* xprtrdma: No qp_event disconnectChuck Lever2019-01-022-33/+0Star
* xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever2019-01-024-48/+44Star
* xprtrdma: Refactor Receive accountingChuck Lever2019-01-024-38/+18Star
* xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever2019-01-021-2/+2
* xprtrdma: Yet another double DMA-unmapChuck Lever2019-01-022-5/+10
* SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2018-12-192-7/+6Star
* SUNRPC: simplify auth_unix.NeilBrown2018-12-192-70/+32Star
* SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-194-15/+1Star
* SUNRPC: remove generic cred code.NeilBrown2018-12-194-219/+2Star
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-193-8/+12
* SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2018-12-192-2/+0Star
* NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-193-109/+4Star
* SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-193-2/+9
* SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-192-13/+8Star
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-193-24/+40
* SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-192-10/+7Star
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-194-31/+19Star
* SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-193-17/+13Star
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-194-2/+17
* SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks2018-12-191-8/+0Star
* SUNRPC: Remove xprt_connect_status()Trond Myklebust2018-12-181-31/+1Star
* SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2018-12-181-2/+2
* SUNRPC: Fix disconnection racesTrond Myklebust2018-12-183-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-1035-176/+278
|\
| * net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz2018-12-091-13/+10Star
| * ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-081-21/+21
| * tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-081-11/+24
| * ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
| * ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-063-2/+21
| * sctp: frag_point sanity checkJakub Audykowicz2018-12-062-2/+7
| * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-061-4/+7
| * tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-061-1/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-062-19/+29
| |\
| | * bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin2018-12-011-6/+15
| | * bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-011-5/+6
| | * bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-12-011-8/+8
| * | net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-063-8/+8
| * | Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-12-0510-14/+33
| |\ \
| | * | cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen2018-12-051-0/+2