Age | Commit message (Expand) | Author |
2024-04-06 | Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2024-04-05 | Merge tag '9p-for-6.9-rc3' of https://github.com/martinetd/linux | Linus Torvalds |
2024-04-04 | Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2024-04-04 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2024-04-04 | netfilter: validate user input for expected length | Eric Dumazet |
2024-04-04 | Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski |
2024-04-04 | net/sched: act_skbmod: prevent kernel-infoleak | Eric Dumazet |
2024-04-04 | SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP | Chuck Lever |
2024-04-04 | netfilter: nf_tables: discard table flag update with pending basechain deletion | Pablo Neira Ayuso |
2024-04-04 | netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() | Ziyang Xuan |
2024-04-04 | netfilter: nf_tables: reject new basechain after table flag update | Pablo Neira Ayuso |
2024-04-04 | netfilter: nf_tables: flush pending destroy work before exit_net release | Pablo Neira Ayuso |
2024-04-04 | netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path | Pablo Neira Ayuso |
2024-04-04 | netfilter: nf_tables: release batch on table validation from abort path | Pablo Neira Ayuso |
2024-04-03 | net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() | Eric Dumazet |
2024-04-02 | ipv6: Fix infinite recursion in fib6_dump_done(). | Kuniyuki Iwashima |
2024-04-02 | vsock/virtio: fix packet delivery to tap device | Marco Pinna |
2024-04-02 | ax25: fix use-after-free bugs caused by ax25_ds_del_timer | Duoming Zhou |
2024-04-02 | bpf, sockmap: Prevent lock inversion deadlock in map delete elem | Jakub Sitnicki |
2024-04-01 | mptcp: don't account accept() of non-MPC client as fallback to TCP | Davide Caratti |
2024-04-01 | mptcp: prevent BPF accessing lowat from a subflow socket. | Paolo Abeni |
2024-03-29 | Merge tag 'for-net-2024-03-29' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski |
2024-03-29 | tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca... | Kuniyuki Iwashima |
2024-03-29 | tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard... | Kuniyuki Iwashima |
2024-03-29 | erspan: make sure erspan_base_hdr is present in skb->head | Eric Dumazet |
2024-03-29 | net: do not consume a cacheline for system_page_pool | Eric Dumazet |
2024-03-29 | net/rds: fix possible cp null dereference | Mahmoud Adam |
2024-03-29 | Bluetooth: Fix TOCTOU in HCI debugfs implementation | Bastien Nocera |
2024-03-29 | Bluetooth: hci_event: set the conn encrypted before conn establishes | Hui Wang |
2024-03-29 | Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync | Luiz Augusto von Dentz |
2024-03-29 | Bluetooth: add quirk for broken address properties | Johan Hovold |
2024-03-29 | udp: prevent local UDP tunnel packets from being GROed | Antoine Tenart |
2024-03-29 | udp: do not transition UDP GRO fraglist partial checksums to unnecessary | Antoine Tenart |
2024-03-29 | gro: fix ownership transfer | Antoine Tenart |
2024-03-29 | udp: do not accept non-tunnel GSO skbs landing in a tunnel | Antoine Tenart |
2024-03-29 | net: hsr: Use full string description when opening HSR network device | Lukasz Majewski |
2024-03-28 | Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2024-03-28 | inet: inet_defrag: prevent sk release while still in use | Florian Westphal |
2024-03-28 | Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni |
2024-03-28 | netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.c | Kuniyuki Iwashima |
2024-03-28 | netfilter: nf_tables: skip netdev hook unregistration if table is dormant | Pablo Neira Ayuso |
2024-03-28 | netfilter: nf_tables: reject table flag and netdev basechain updates | Pablo Neira Ayuso |
2024-03-28 | netfilter: nf_tables: reject destroy command to remove basechain hooks | Pablo Neira Ayuso |
2024-03-27 | Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski |
2024-03-26 | tls: get psock ref after taking rxlock to avoid leak | Sabrina Dubroca |
2024-03-26 | tls: adjust recv return with async crypto and failed copy to userspace | Sabrina Dubroca |
2024-03-26 | tls: recv: process_rx_list shouldn't use an offset with kvec | Sabrina Dubroca |
2024-03-25 | tcp: properly terminate timers for kernel sockets | Eric Dumazet |
2024-03-25 | net: hsr: hsr_slave: Fix the promiscuous mode in offload mode | Ravi Gunasekaran |
2024-03-25 | net: mark racy access on sk->sk_rcvbuf | linke li |