summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-23Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-23nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka
2024-05-23net: relax socket state check at accept time.Paolo Abeni
2024-05-23tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing
2024-05-23tls: fix missing memory barrier in tls_initDae R. Jeong
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-22vsock/virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-22net: 9p: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-21Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-05-21openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole
2024-05-21af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTSMichal Luczaj
2024-05-21tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima
2024-05-21ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu
2024-05-21af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-05-20rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni
2024-05-20sunrpc: fix NFSACL RPC retry on soft mountDan Aloni
2024-05-20SUNRPC: fix handling expired GSS contextOlga Kornievskaia
2024-05-20nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
2024-05-20ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'nfsd-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-17Merge tag 'net-6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-17l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin
2024-05-16af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet
2024-05-16netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet
2024-05-16net/ipv6: Fix route deleting failure when metric equals 0xu xin
2024-05-16net: qrtr: ns: Fix module refcntChris Lew
2024-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski
2024-05-15net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov
2024-05-15net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-05-14s390/iucv: Unexport iucv_rootHeiko Carstens
2024-05-14s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim
2024-05-14Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva
2024-05-14LE Create Connection command timeout increased to 20 secsMahesh Talewad
2024-05-14Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban
2024-05-14Bluetooth: hci_sync: Use cmd->num_cis instead of magic numberGustavo A. R. Silva
2024-05-14Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva