summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever2020-03-162-34/+50
| * | | svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever2020-03-162-7/+7
| * | | svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever2020-03-162-35/+12
| * | | svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever2020-03-161-83/+123
| * | | svcrdma: Remove svcrdma_cm_event() trace pointChuck Lever2020-03-161-7/+0
| * | | svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever2020-03-163-2/+5
| * | | SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever2020-03-161-28/+15
| * | | SUNRPC: Add xdr_pad_size() helperChuck Lever2020-03-163-10/+6
| * | | svcrdma: Fix double svc_rdma_send_ctxt_put() in an error pathChuck Lever2020-03-161-8/+1
| * | | nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-166-13/+83
| * | | svcrdma: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
| * | | sunrpc: Pass lockdep expression to RCU listsAmol Grover2020-03-161-1/+2
* | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\ \ \ \
| * | | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-31321-3170/+18595
|\ \ \ \
| * | | | net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva2020-03-311-1/+3
| * | | | net: dsa: fix oops while probing Marvell DSA switchesRussell King2020-03-311-1/+2
| * | | | net/bpfilter: remove superfluous testing messageBruno Meneguele2020-03-311-1/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-308-29/+64
| |\ \ \ \
| | * | | | net: fix fraglist segmentation reference count leakFlorian Westphal2020-03-301-0/+1
| | * | | | udp: initialize is_flist with 0 in udp_gro_receiveXin Long2020-03-301-0/+1
| | * | | | net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-03-291-5/+1
| | * | | | sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-03-292-15/+33
| | * | | | sctp: fix refcount bug in sctp_wfreeQiujun Huang2020-03-291-8/+23
| | * | | | ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-03-291-0/+3
| | * | | | mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-03-291-1/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3013-95/+326
| |\ \ \ \ \
| | * | | | | bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-302-4/+5
| | * | | | | net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-302-5/+10
| | * | | | | bpf: Add socket assign supportJoe Stringer2020-03-305-2/+49
| | * | | | | xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2020-03-282-5/+35
| | * | | | | bpf: Fix build warning regarding missing prototypesJean-Philippe Menil2020-03-281-0/+4