Age | Commit message (Expand) | Author | Files | Lines |
2024-02-22 | l2tp: pass correct message length to ip6_append_data | Tom Parkin | 1 | -1/+1 |
2024-02-22 | Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni | 2 | -42/+56 |
2024-02-22 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Paolo Abeni | 2 | -3/+7 |
2024-02-22 | Fix write to cloned skb in ipv6_hop_ioam() | Justin Iurman | 1 | -0/+10 |
2024-02-22 | phonet/pep: fix racy skb_queue_empty() use | Rémi Denis-Courmont | 1 | -9/+32 |
2024-02-22 | phonet: take correct lock to peek at the RX queue | Rémi Denis-Courmont | 1 | -2/+2 |
2024-02-21 | net/sched: flower: Add lock protection when remove filter handle | Jianbo Liu | 1 | -1/+4 |
2024-02-21 | devlink: fix port dump cmd type | Jiri Pirko | 1 | -1/+1 |
2024-02-21 | net: mctp: put sock on tag allocation failure | Jeremy Kerr | 1 | -1/+1 |
2024-02-22 | netfilter: nf_tables: use kzalloc for hook allocation | Florian Westphal | 1 | -1/+1 |
2024-02-22 | netfilter: nf_tables: register hooks last when adding new chain/flowtable | Pablo Neira Ayuso | 1 | -38/+40 |
2024-02-22 | netfilter: nft_flow_offload: release dst in case direct xmit path is used | Pablo Neira Ayuso | 1 | -0/+1 |
2024-02-22 | netfilter: nft_flow_offload: reset dst in route object after setting up flow | Pablo Neira Ayuso | 1 | -3/+13 |
2024-02-22 | netfilter: nf_tables: set dormant flag on hook register failure | Florian Westphal | 1 | -0/+1 |
2024-02-21 | tls: don't skip over different type records from the rx_list | Sabrina Dubroca | 1 | -8/+14 |
2024-02-21 | tls: stop recv() if initial process_rx_list gave us non-DATA | Sabrina Dubroca | 1 | -1/+1 |
2024-02-21 | tls: break out of main loop when PEEK gets a non-data record | Sabrina Dubroca | 1 | -0/+2 |
2024-02-21 | bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready() | Shigeru Yoshida | 1 | -2/+5 |
2024-02-21 | af_unix: Drop oob_skb ref before purging queue in GC. | Kuniyuki Iwashima | 1 | -13/+9 |
2024-02-21 | net: implement lockless setsockopt(SO_PEEK_OFF) | Eric Dumazet | 3 | -34/+15 |
2024-02-20 | arp: Prevent overflow in arp_req_get(). | Kuniyuki Iwashima | 1 | -1/+2 |
2024-02-20 | devlink: fix possible use-after-free and memory leaks in devlink_init() | Vasiliy Kovalev | 1 | -3/+9 |
2024-02-20 | ipv6: sr: fix possible use-after-free and null-ptr-deref | Vasiliy Kovalev | 1 | -9/+11 |
2024-02-18 | mptcp: fix duplicate subflow creation | Paolo Abeni | 1 | -15/+18 |
2024-02-18 | mptcp: fix data races on remote_id | Paolo Abeni | 2 | -7/+7 |
2024-02-18 | mptcp: fix data races on local_id | Paolo Abeni | 6 | -13/+23 |
2024-02-18 | mptcp: fix lockless access in subflow ULP diag | Paolo Abeni | 2 | -2/+6 |
2024-02-18 | mptcp: add needs_id for netlink appending addr | Geliang Tang | 1 | -5/+19 |
2024-02-18 | mptcp: add needs_id for userspace appending addr | Geliang Tang | 1 | -6/+7 |
2024-02-18 | ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid | Eric Dumazet | 1 | -3/+18 |
2024-02-18 | ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid | Eric Dumazet | 1 | -4/+17 |
2024-02-16 | net/sched: act_mirred: don't override retval if we already lost the skb | Jakub Kicinski | 1 | -12/+10 |
2024-02-16 | net/sched: act_mirred: use the backlog for mirred ingress | Jakub Kicinski | 1 | -9/+5 |
2024-02-16 | dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished(). | Kuniyuki Iwashima | 1 | -1/+24 |
2024-02-16 | net: bridge: switchdev: Ensure deferred event delivery on unoffload | Tobias Waldekranz | 1 | -0/+10 |
2024-02-16 | net: bridge: switchdev: Skip MDB replays of deferred events on offload | Tobias Waldekranz | 2 | -28/+119 |
2024-02-16 | net/iucv: fix the allocation size of iucv_path_table array | Alexander Gordeev | 1 | -2/+2 |
2024-02-15 | Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 53 | -200/+314 |
2024-02-15 | net: sctp: fix skb leak in sctp_inq_free() | Dmitry Antipov | 1 | -4/+10 |
2024-02-15 | Merge tag 'nf-24-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni | 3 | -3/+7 |
2024-02-15 | Merge tag 'linux-can-fixes-for-6.8-20240214' of git://git.kernel.org/pub/scm/... | Paolo Abeni | 3 | -18/+33 |
2024-02-15 | net-timestamp: make sk_tskey more predictable in error path | Vadim Fedorenko | 2 | -10/+16 |
2024-02-14 | Merge tag 'wireless-2024-02-14' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 1 | -2/+3 |
2024-02-15 | netfilter: nf_tables: fix bidirectional offload regression | Felix Fietkau | 1 | -0/+1 |
2024-02-15 | netfilter: nat: restore default DNAT behavior | Kyle Swenson | 1 | -1/+4 |
2024-02-15 | netfilter: nft_set_pipapo: fix missing : in kdoc | Pablo Neira Ayuso | 1 | -2/+2 |
2024-02-14 | can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER) | Oleksij Rempel | 2 | -4/+19 |
2024-02-14 | can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock | Ziqi Zhao | 3 | -14/+14 |
2024-02-14 | net: smc: fix spurious error message from __sock_release() | Dmitry Antipov | 1 | -0/+1 |
2024-02-13 | xsk: Add truesize to skb_add_rx_frag(). | Sebastian Andrzej Siewior | 1 | -1/+2 |