summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_epChuck Lever2020-03-276-255/+240
| | * | | | xprtrdma: Disconnect on flushed completionChuck Lever2020-03-273-17/+45
| | * | | | xprtrdma: Remove rpcrdma_ia::ri_flagsChuck Lever2020-03-273-67/+13
| | * | | | xprtrdma: Invoke rpcrdma_ia_open in the connect workerChuck Lever2020-03-273-142/+20
| | * | | | xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()Chuck Lever2020-03-271-16/+10
| | * | | | xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()Chuck Lever2020-03-273-20/+20
| | * | | | xprtrdma: Clean up the post_send pathChuck Lever2020-03-275-18/+18
| | * | | | xprtrdma: Refactor frwr_init_mr()Chuck Lever2020-03-273-8/+8
| | * | | | xprtrdma: Invoke rpcrdma_ep_create() in the connect workerChuck Lever2020-03-273-103/+56
| | * | | | xprtrdma: Enhance MR-related trace pointsChuck Lever2020-03-271-1/+1
| * | | | | SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia2020-03-261-1/+2
| * | | | | SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever2020-03-161-6/+8
| * | | | | SUNRPC: Remove xdr_buf_read_mic()Chuck Lever2020-03-161-55/+0
| * | | | | sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever2020-03-161-19/+58
| * | | | | SUNRPC: remove redundant assignments to variable statusColin Ian King2020-03-161-1/+1
| * | | | | SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust2020-03-161-0/+3
| * | | | | SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2020-03-162-3/+5
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-0716-35/+186
|\ \ \ \ \
| * | | | | ipv6: rpl: fix loop iterationAlexander Aring2020-04-061-3/+3
| | |_|/ / | |/| | |
| * | | | mptcp: add some missing pr_fmt definesGeliang Tang2020-04-043-0/+6
| * | | | net_sched: fix a missing refcnt in tcindex_init()Cong Wang2020-04-041-0/+1
| * | | | neigh: support smaller retrans_time setttingHangbin Liu2020-04-033-9/+12
| * | | | net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang2020-04-031-4/+6
| * | | | net: core: enable SO_BINDTODEVICE for non-root usersVincent Bernat2020-04-031-1/+1
| | |_|/ | |/| |
| * | | mptcp: fix "fn parameter not described" warningsMatthieu Baerts2020-04-021-4/+5
| * | | mptcp: re-check dsn before reading from subflowFlorian Westphal2020-04-021-0/+26
| * | | mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal2020-04-023-2/+36
| * | | mptcp: fix tcp fallback crashFlorian Westphal2020-04-021-4/+46
| * | | net: ipv6: rpl_iptunnel: remove redundant assignments to variable errColin Ian King2020-04-021-1/+1
| * | | net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot2020-04-021-1/+1
| * | | ipv6: don't auto-add link-local address to lag portsJarod Wilson2020-04-011-0/+4
| * | | net_sched: add a temporary refcnt for struct tcindex_dataCong Wang2020-04-011-6/+38
* | | | Merge tag '9p-for-5.7' of git://github.com/martinetd/linuxLinus Torvalds2020-04-061-61/+73
|\ \ \ \
| * | | | 9pnet: allow making incomplete read requestsSergey Alirzaev2020-03-271-61/+73
* | | | | Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-042-19/+10
|\ \ \ \ \
| * | | | | KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-03-292-19/+10
* | | | | | Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-04-0419-771/+901
|\ \ \ \ \ \
| * | | | | | svcrdma: Fix leak of transport addressesChuck Lever2020-03-271-0/+1
| * | | | | | SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET2020-03-271-5/+14
| * | | | | | sunrpc: Add tracing for cache eventsTrond Myklebust2020-03-161-9/+27
| * | | | | | SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust2020-03-161-17/+19
| * | | | | | nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-163-27/+50
| * | | | | | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever2020-03-164-175/+71
| * | | | | | SUNRPC: Refactor xs_sendpages()Chuck Lever2020-03-164-129/+177
| * | | | | | svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever2020-03-161-1/+12
| * | | | | | svcrdma: Fix double sync of transport header bufferChuck Lever2020-03-163-41/+28
| * | | | | | svcrdma: Refactor chunk list encodersChuck Lever2020-03-163-121/+207
| * | | | | | SUNRPC: Add encoders for list item discriminatorsChuck Lever2020-03-161-31/+5
| * | | | | | svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever2020-03-161-6/+7
| * | | | | | svcrdma: Update synopsis of svc_rdma_send_reply_msg()Chuck Lever2020-03-161-6/+4