Age | Commit message (Expand) | Author |
2024-10-03 | rxrpc: Fix uninitialised variable in rxrpc_send_data() | David Howells |
2024-10-03 | rxrpc: Fix a race between socket set up and I/O thread creation | David Howells |
2024-10-03 | tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out | Neal Cardwell |
2024-10-03 | tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe | Neal Cardwell |
2024-10-03 | tcp: fix to allow timestamp undo if no retransmits were sent | Neal Cardwell |
2024-10-03 | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-10-03 | sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start | Xin Long |
2024-10-03 | Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni |
2024-10-03 | net/ncsi: Disable the ncsi work before freeing the associated structure | Eddie James |
2024-10-02 | gso: fix udp gso fraglist segmentation after pull from frag_list | Willem de Bruijn |
2024-10-02 | bridge: mcast: Fail MDB get request on empty entry | Ido Schimmel |
2024-10-02 | net: gso: fix tcp fraglist segmentation after pull from frag_list | Felix Fietkau |
2024-10-02 | Merge tag 'for-net-2024-09-27' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski |
2024-10-02 | Merge tag 'ieee802154-for-net-2024-09-27' of git://git.kernel.org/pub/scm/lin... | Jakub Kicinski |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-10-01 | bpf: Make sure internal and UAPI bpf_redirect flags don't overlap | Toke Høiland-Jørgensen |
2024-10-01 | ipv4: ip_gre: Fix drops of small packets in ipgre_xmit | Anton Danilov |
2024-10-01 | net: add more sanity checks to qdisc_pkt_len_init() | Eric Dumazet |
2024-10-01 | net: avoid potential underflow in qdisc_pkt_len_init() with UFO | Eric Dumazet |
2024-10-01 | net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size | Daniel Borkmann |
2024-10-01 | net: Add netif_get_gro_max_size helper for GRO | Daniel Borkmann |
2024-10-01 | net: dsa: improve shutdown sequence | Vladimir Oltean |
2024-09-30 | sunrpc: fix prog selection loop in svc_process_common | NeilBrown |
2024-09-28 | Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro |
2024-09-27 | Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE | Luiz Augusto von Dentz |
2024-09-27 | Bluetooth: L2CAP: Fix uaf in l2cap_connect | Luiz Augusto von Dentz |
2024-09-27 | Bluetooth: MGMT: Fix possible crash on mgmt_index_removed | Luiz Augusto von Dentz |
2024-09-27 | netfilter: nf_tables: prevent nf_skb_duplicated corruption | Eric Dumazet |
2024-09-26 | Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-09-26 | Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2024-09-26 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2024-09-26 | Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni |
2024-09-26 | netfilter: nfnetlink_queue: remove old clash resolution logic | Florian Westphal |
2024-09-26 | netfilter: nf_tables: missing objects with no memcg accounting | Pablo Neira Ayuso |
2024-09-26 | netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path | Pablo Neira Ayuso |
2024-09-26 | netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E... | Simon Horman |
2024-09-26 | netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n | Simon Horman |
2024-09-26 | netfilter: nf_tables: Keep deleted flowtable hooks until after RCU | Phil Sutter |
2024-09-26 | netfilter: ctnetlink: Guard possible unused functions | Andy Shevchenko |
2024-09-26 | netfilter: conntrack: add clash resolution for reverse collisions | Florian Westphal |
2024-09-26 | netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash | Florian Westphal |
2024-09-25 | vsock/virtio: avoid queuing packets when intermediate queue is empty | Luigi Leonardi |
2024-09-25 | vsock/virtio: refactor virtio_transport_send_pkt_work | Marco Pinna |
2024-09-24 | Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2024-09-24 | Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2024-09-24 | mac802154: Fix potential RCU dereference issue in mac802154_scan_worker | Jiawei Ye |
2024-09-24 | net: qrtr: Update packets cloning when broadcasting | Youssef Samir |
2024-09-23 | SUNRPC: replace program list with program array | NeilBrown |
2024-09-23 | SUNRPC: add svcauth_map_clnt_to_svc_cred_local | Weston Andros Adamson |