summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | mctp: handle the struct sockaddr_mctp_ext padding fieldEugene Syromiatnikov2021-11-041-1/+10
| * | mctp: handle the struct sockaddr_mctp padding fieldsEugene Syromiatnikov2021-11-041-0/+13
| * | devlink: fix flexible_array.cocci warningGuo Zhengkui2021-11-041-1/+1
| * | net: fix possible NULL deref in sock_reserve_memoryEric Dumazet2021-11-041-1/+1
| * | tcp: Use BIT() for OPTION_* constantsLeonard Crestez2021-11-041-7/+7
| * | net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-0/+3
| * | net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan2021-11-032-3/+3
| * | net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()Menglong Dong2021-11-031-3/+3
| * | ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski2021-11-031-2/+1
| * | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-034-6/+29
| * | net:ipv6:Remove unneeded semicolonZhang Mingyu2021-11-031-1/+1
| * | NFC: add necessary privilege flags in netlink layerLin Ma2021-11-031-0/+15
| * | security: add sctp_assoc_established hookXin Long2021-11-031-1/+1
| * | security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ceXin Long2021-11-031-0/+5
| * | security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-032-16/+15
| * | net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-022-16/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-11-022-1/+3
| |\ \
| | * | ipvs: autoload ipvs on genl accessThomas Weißschuh2021-10-221-0/+2
| | * | netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal2021-10-221-1/+1
* | | | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-108-114/+94
|\ \ \ \
| * | | | SUNRPC: De-duplicate .pc_release() call sitesChuck Lever2021-10-121-15/+7
| * | | | SUNRPC: Simplify the SVC dispatch code pathChuck Lever2021-10-121-49/+2
| * | | | SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever2021-10-041-0/+1
| * | | | svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever2021-10-041-4/+26
| * | | | svcrdma: Split the svcrdma_wc_send() tracepointChuck Lever2021-10-041-3/+11
| * | | | svcrdma: Split the svcrdma_wc_receive() tracepointChuck Lever2021-10-041-2/+7
| * | | | NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-021-5/+6
| * | | | SUNRPC: xdr_stream_subsegment() must handle non-zero page_basesChuck Lever2021-10-021-15/+17
| * | | | UNRPC: Return specific error code on kmalloc failureYang Li2021-09-231-1/+1
| * | | | nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields2021-09-211-22/+18
* | | | | Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-109-132/+163
|\ \ \ \ \
| * | | | | SUNRPC: Prevent immediate close+reconnectTrond Myklebust2021-11-042-2/+3
| * | | | | SUNRPC: Fix races when closing the socketTrond Myklebust2021-11-042-0/+3
| * | | | | SUNRPC: Check if the xprt is connected before handling sysfs readsAnna Schumaker2021-11-041-4/+8
| * | | | | xprtrdma: Fix a maybe-uninitialized compiler warningBenjamin Coddington2021-11-021-6/+7
| * | | | | SUNRPC: Clean up xs_tcp_setup_sock()Trond Myklebust2021-11-011-40/+28
| * | | | | SUNRPC: Replace use of socket sk_callback_lock with sock_lockTrond Myklebust2021-11-011-27/+11
| * | | | | sunrpc: remove unnecessary test in rpc_task_set_client()Thiago Rafael Becker2021-10-201-18/+15
| * | | | | SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-201-0/+1
| * | | | | xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever2021-10-202-3/+0
| * | | | | xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever2021-10-204-9/+55
| * | | | | SUNRPC: Per-rpc_clnt task PIDsChuck Lever2021-10-101-2/+10
| * | | | | SUNRPC: xprt_clear_locked() only needs release memory semanticsTrond Myklebust2021-10-031-5/+3
| * | | | | SUNRPC: Remove WQ_HIGHPRI from xprtiodTrond Myklebust2021-10-031-2/+1
| * | | | | SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()Trond Myklebust2021-10-031-1/+3
| * | | | | SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust2021-10-031-13/+15
* | | | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\ \ \ \ \ \
| * | | | | | exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-1/+1
* | | | | | | Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds2021-11-0911-308/+269
|\ \ \ \ \ \ \
| * | | | | | | 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-046-246/+237