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