summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-10-13Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-10Merge tag '9p-for-6.1' of https://github.com/martinetd/linuxLinus Torvalds
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-07net/9p: clarify trans_fd parse_opt failure handlingLi Zhong
2022-10-07net/9p: add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-10-07net/9p: use a dedicated spinlock for trans_fdDominique Martinet
2022-10-079p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa
2022-10-06Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2022-10-06SUNRPC: Add API to force the client to disconnectTrond Myklebust
2022-10-06SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust
2022-10-05xprtrdma: Fix uninitialized variableChuck Lever
2022-10-05xprtrdma: Prevent memory allocations from driving a reclaimChuck Lever
2022-10-05xprtrdma: Memory allocation should be allowed to fail during connectChuck Lever
2022-10-05xprtrdma: MR-related memory allocation should be allowed to failChuck Lever
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc()Chuck Lever
2022-10-05xprtrdma: Clean up synopsis of rpcrdma_req_create()Chuck Lever
2022-10-05svcrdma: Clean up RPCRDMA_DEF_GFPChuck Lever
2022-10-05SUNRPC: Replace the use of the xprtiod WQ in rpcrdmaChuck Lever
2022-10-05net/9p: allocate appropriate reduced message buffersChristian Schoenebeck
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck
2022-10-05net/9p: add p9_msg_buf_size()Christian Schoenebeck
2022-10-05net/9p: split message size argument into 't_size' and 'r_size' pairChristian Schoenebeck
2022-10-059p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton
2022-10-03Merge tag 'nfsd-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi
2022-10-03SUNRPC: move from strlcpy with unused retval to strscpyWolfram Sang
2022-10-03SUNRPC: use max_t() to simplify open codeZiyang Xuan
2022-10-03SUNRPC: Directly use ida_alloc()/free()Bo Liu
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-03net/ieee802154: reject zero-sized raw_sendmsg()Tetsuo Handa
2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li
2022-10-03mptcp: update misleading comments.Paolo Abeni
2022-10-03mptcp: use fastclose on more edge scenariosPaolo Abeni
2022-10-03mptcp: propagate fastclose errorPaolo Abeni
2022-10-03af_unix: Fix memory leaks of the whole sk due to OOB skb.Kuniyuki Iwashima
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian
2022-10-03net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa