summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-6.1' of https://github.com/martinetd/linuxLinus Torvalds2022-10-107-28/+246
|\
| * net/9p: clarify trans_fd parse_opt failure handlingLi Zhong2022-10-071-1/+3
| * net/9p: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-10-071-2/+2
| * net/9p: use a dedicated spinlock for trans_fdDominique Martinet2022-10-071-16/+25
| * 9p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa2022-10-071-0/+3
| * net/9p: allocate appropriate reduced message buffersChristian Schoenebeck2022-10-051-7/+35
| * net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck2022-10-054-0/+4
| * net/9p: add p9_msg_buf_size()Christian Schoenebeck2022-10-052-0/+169
| * net/9p: split message size argument into 't_size' and 'r_size' pairChristian Schoenebeck2022-10-051-9/+11
| * 9p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet2022-10-051-1/+2
* | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-101-4/+5
|\ \
| * \ Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-2386-437/+744
| |\ \
| * | | cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo2022-08-151-4/+5
* | | | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-102-12/+8
|\ \ \ \
| * | | | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-072-12/+8
* | | | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-1/+0
|\ \ \ \ \
| * | | | | Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-numberнаб2022-09-241-1/+0
* | | | | | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-1/+2
|\ \ \ \ \ \
| * | | | | | Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-2553-300/+500
| |\| | | | |
| * | | | | | Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-0586-437/+744
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2022-10-061-1/+1
|\ \ \ \ \ \
| * | | | | | dynamic_dname(): drop unused dentry argumentAl Viro2022-08-201-1/+1
| |/ / / / /
* | | | | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-04358-16880/+10083
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-0314-53/+88
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-10-033-27/+26
| | |\ \ \ \ \ \
| | | * | | | | | xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2022-09-222-4/+5
| | | * | | | | | xsk: Fix backpressure mechanism on TxMaciej Fijalkowski2022-08-312-23/+21
| | * | | | | | | net/ieee802154: reject zero-sized raw_sendmsg()Tetsuo Handa2022-10-031-0/+3
| | * | | | | | | af_unix: Fix memory leaks of the whole sk due to OOB skb.Kuniyuki Iwashima2022-10-031-6/+7
| | * | | | | | | net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa2022-10-031-1/+1
| | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-09-304-7/+22
| | |\ \ \ \ \ \ \
| | | * | | | | | | xfrm: Reinject transport-mode packets through workqueueLiu Jian2022-09-281-5/+13
| | | * | | | | | | xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum2022-09-011-0/+1
| | | * | | | | | | esp: choose the correct inner protocol for GSO on inter address family tunnelsSabrina Dubroca2022-08-292-2/+8
| | * | | | | | | | tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-302-7/+14
| | * | | | | | | | sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long2022-09-301-4/+14
| | * | | | | | | | vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2022-09-291-1/+1
| * | | | | | | | | once: rename _SLOW to _SLEEPABLEJason A. Donenfeld2022-10-031-2/+2
| * | | | | | | | | ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel2022-10-035-1/+209
| * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-0313-31/+343
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi2022-10-034-52/+87
| | * | | | | | | | | bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2022-09-292-1/+28
| | * | | | | | | | | bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau2022-09-291-17/+28
| | * | | | | | | | | bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau2022-09-291-6/+7
| | * | | | | | | | | skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian2022-09-261-4/+8
| | * | | | | | | | | net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian2022-09-261-1/+2
| | * | | | | | | | | net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi2022-09-211-1/+46
| | * | | | | | | | | bpf: Move nf_conn extern declarations to filter.hDaniel Xu2022-09-201-0/+1
| | * | | | | | | | | bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu2022-09-202-11/+11