aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-10-07net/9p: clarify trans_fd parse_opt failure handlingGravatar Li Zhong 1-1/+3
2022-10-07net/9p: add __init/__exit annotations to module init/exit funcsGravatar Xiu Jianfeng 1-2/+2
2022-10-07net/9p: use a dedicated spinlock for trans_fdGravatar Dominique Martinet 1-16/+25
2022-10-07ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...Gravatar David Ahern 1-4/+4
2022-10-079p/trans_fd: always use O_NONBLOCK read/writeGravatar Tetsuo Handa 1-0/+3
2022-10-06Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2022-10-06SUNRPC: Add API to force the client to disconnectGravatar Trond Myklebust 1-0/+14
2022-10-06SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsGravatar Trond Myklebust 2-0/+48
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Gravatar Trond Myklebust 3-21/+28
2022-10-05Merge tag 'ieee802154-for-net-2022-10-05' of git://git.kernel.org/pub/scm/lin...Gravatar Jakub Kicinski 1-3/+4
2022-10-05Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Gravatar Vladimir Oltean 1-5/+3
2022-10-05xprtrdma: Fix uninitialized variableGravatar Chuck Lever 1-2/+1
2022-10-05xprtrdma: Prevent memory allocations from driving a reclaimGravatar Chuck Lever 1-4/+4
2022-10-05xprtrdma: Memory allocation should be allowed to fail during connectGravatar Chuck Lever 1-3/+3
2022-10-05xprtrdma: MR-related memory allocation should be allowed to failGravatar Chuck Lever 3-11/+17
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()Gravatar Chuck Lever 1-11/+8
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_req_create()Gravatar Chuck Lever 3-11/+11
2022-10-05svcrdma: Clean up RPCRDMA_DEF_GFPGravatar Chuck Lever 2-4/+2
2022-10-05SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaGravatar Chuck Lever 2-9/+4
2022-10-05net/ieee802154: don't warn zero-sized raw_sendmsg()Gravatar Tetsuo Handa 1-0/+4
2022-10-05Revert "net/ieee802154: reject zero-sized raw_sendmsg()"Gravatar Alexander Aring 1-3/+0
2022-10-05net/9p: allocate appropriate reduced message buffersGravatar Christian Schoenebeck 1-7/+35
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleGravatar Christian Schoenebeck 4-0/+4
2022-10-05net/9p: add p9_msg_buf_size()Gravatar Christian Schoenebeck 2-0/+169
2022-10-05net/9p: split message size argument into 't_size' and 'r_size' pairGravatar Christian Schoenebeck 1-9/+11
2022-10-059p: trans_fd/p9_conn_cancel: drop client lock earlierGravatar Dominique Martinet 1-1/+2
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 358-16880/+10083
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorGravatar Jeff Layton 3-39/+9
2022-10-03Merge tag 'nfsd-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 2-17/+41
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 14-53/+88
2022-10-03once: rename _SLOW to _SLEEPABLEGravatar Jason A. Donenfeld 1-2/+2
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentGravatar Oleksij Rempel 5-1/+209
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 3-27/+26
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 13-31/+343
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cGravatar Lorenzo Bianconi 4-52/+87
2022-10-03SUNRPC: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-10-03SUNRPC: use max_t() to simplify open codeGravatar Ziyang Xuan 1-4/+1
2022-10-03SUNRPC: Directly use ida_alloc()/free()Gravatar Bo Liu 3-6/+6
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsGravatar Eric Dumazet 1-2/+2
2022-10-03net/ieee802154: reject zero-sized raw_sendmsg()Gravatar Tetsuo Handa 1-0/+3
2022-10-03gro: add support of (hw)gro packets to gro stackGravatar Coco Li 2-6/+29
2022-10-03mptcp: update misleading comments.Gravatar Paolo Abeni 1-7/+7
2022-10-03mptcp: use fastclose on more edge scenariosGravatar Paolo Abeni 1-19/+44
2022-10-03mptcp: propagate fastclose errorGravatar Paolo Abeni 1-11/+36
2022-10-03af_unix: Fix memory leaks of the whole sk due to OOB skb.Gravatar Kuniyuki Iwashima 1-6/+7
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmGravatar Liu Jian 3-49/+34
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapGravatar Liu Jian 4-107/+41
2022-10-03net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Gravatar Tetsuo Handa 1-1/+1
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 18-256/+633
2022-10-02net: sched: use tc_cls_bind_class() in filterGravatar Zhengchao Shao 9-54/+9