summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-1413-66/+134
|\
| * l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-03-131-3/+1
| * net/tls: Inform user space about send buffer availabilityVakul Garg2019-03-132-4/+2
| * net_sched: return correct value for *notify* functionsZhike Wang2019-03-132-13/+34
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-115-36/+92
| |\
| | * netfilter: nf_tables: return immediately on empty commitFlorian Westphal2019-03-111-0/+5
| | * netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso2019-03-111-1/+3
| | * netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-03-114-13/+54
| | * netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-03-081-6/+11
| | * netfilter: nat: don't register device notifier twiceFlorian Westphal2019-03-081-16/+19
| * | net/x25: reset state in x25_connect()Eric Dumazet2019-03-111-0/+1
| * | tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-111-8/+1
| * | net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-111-2/+3
* | | Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-03-126-47/+39
|\ \ \
| * | | svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields2019-02-211-10/+10
| * | | svcrdma: Remove syslog warnings in work completion handlersChuck Lever2019-02-064-27/+2
| * | | svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabledChuck Lever2019-02-061-1/+3
| * | | svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-02-061-2/+1
| * | | svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2019-02-063-3/+15
| * | | svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields2019-02-061-2/+2
| * | | SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust2019-02-061-2/+6
* | | | Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-121-3/+2
|\ \ \ \
| * | | | libceph: use struct_size() for kmalloc() in crush_decode()Gustavo A. R. Silva2019-03-051-3/+2
* | | | | Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-1229-1068/+1203
|\ \ \ \ \
| * | | | | SUNRPC: Take the transport send lock before binding+connectingTrond Myklebust2019-03-101-1/+8
| * | | | | SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust2019-03-101-34/+65
| * | | | | SUNRPC: Check whether the task was transmitted before rebind/reconnectTrond Myklebust2019-03-101-4/+40
| * | | | | SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust2019-03-092-5/+1
| * | | | | SUNRPC: Clean upTrond Myklebust2019-03-091-33/+14
| * | | | | SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust2019-03-071-18/+24
| * | | | | SUNRPC: Fix up RPC back channel transmissionTrond Myklebust2019-03-071-28/+33
| * | | | | SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust2019-03-071-4/+17
| * | | | | SUNRPC: Allow dynamic allocation of back channel slotsTrond Myklebust2019-03-021-16/+25
| * | | | | SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-023-8/+5
| * | | | | NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-011-0/+7
| * | | | | SUNRPC: Fix an Oops in udp_poll()Trond Myklebust2019-02-261-2/+19
| * | | | | Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-2527-847/+858
| |\ \ \ \ \
| | * | | | | SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever2019-02-141-3/+4
| | * | | | | SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-144-6/+16
| | * | | | | SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-143-1/+6
| | * | | | | NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-142-1/+7
| | * | | | | SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-142-0/+28
| | * | | | | SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-148-136/+9
| | * | | | | SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-143-45/+6
| | * | | | | SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever2019-02-144-89/+99
| | * | | | | SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-145-196/+232
| | * | | | | SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-131-127/+96
| | * | | | | SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-135-176/+221
| | * | | | | SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2019-02-132-0/+18
| | * | | | | SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-136-51/+65