summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-05-232-2/+18
|\
| * rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni2024-05-201-1/+5
| * sunrpc: fix NFSACL RPC retry on soft mountDan Aloni2024-05-201-0/+1
| * SUNRPC: fix handling expired GSS contextOlga Kornievskaia2024-05-201-1/+12
* | Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-2310-41/+116
|\ \
| * | nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka2024-05-231-2/+1
| * | net: relax socket state check at accept time.Paolo Abeni2024-05-231-1/+3
| * | tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing2024-05-231-1/+1
| * | tls: fix missing memory barrier in tls_initDae R. Jeong2024-05-231-1/+9
| * | openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole2024-05-211-0/+6
| * | af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTSMichal Luczaj2024-05-211-9/+14
| * | tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima2024-05-211-1/+12
| * | ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu2024-05-211-14/+28
| * | af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima2024-05-211-6/+22
| * | nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka2024-05-201-1/+14
| * | ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer2024-05-201-5/+6
* | | Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-238-36/+36
|\ \ \
| * | | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-228-36/+36
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-232-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | vsock/virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
| * | | net: 9p: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | | | Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-211-2/+36
|\ \ \ \
| * | | | s390/iucv: Unexport iucv_rootHeiko Carstens2024-05-141-2/+1
| * | | | s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens2024-05-141-0/+35
| | |_|/ | |/| |
* | | | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-202-55/+52
|\ \ \ \
| * | | | xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-081-25/+4
| * | | | page_pool: check for DMA sync shortcut earlierAlexander Lobakin2024-05-081-14/+19
| * | | | page_pool: don't use driver-set flags field directlyAlexander Lobakin2024-05-071-19/+22
| * | | | page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin2024-05-071-0/+10
* | | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+4
|\ \ \ \ \
| * | | | | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-251-2/+4
* | | | | | Merge tag 'nfsd-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-05-183-69/+111
|\ \ \ \ \ \
| * | | | | | SUNRPC: Fix gss_free_in_token_pages()Chuck Lever2024-05-091-8/+2
| * | | | | | SUNRPC: Remove comment for sp_lockGuoqing Jiang2024-05-061-1/+0
| * | | | | | SUNRPC: add a new svc_find_listener helperJeff Layton2024-05-061-0/+34
| * | | | | | SUNRPC: introduce svc_xprt_create_from_sa utility routineLorenzo Bianconi2024-05-061-58/+75
| * | | | | | sunrpc: removed redundant procp checkAleksandr Aprelkov2024-05-061-2/+0
* | | | | | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
* | | | | | | | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-1825-93/+96
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | net: pass back whether socket was empty post acceptJens Axboe2024-05-131-0/+1
| * | | | | | | net: have do_accept() take a struct proto_accept_arg argumentJens Axboe2024-05-131-7/+5
| * | | | | | | net: change proto and proto_ops accept typeJens Axboe2024-05-1325-91/+95
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-...Jens Axboe2024-05-11289-2819/+6403
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-6.10/io_uring' into net-accept-moreJens Axboe2024-05-112-13/+25
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-177-32/+88
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin2024-05-171-11/+33
| * | | | | | | | | af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet2024-05-161-2/+1
| * | | | | | | | | netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet2024-05-161-12/+7
| * | | | | | | | | net/ipv6: Fix route deleting failure when metric equals 0xu xin2024-05-161-1/+4