aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-17tipc: fix UAF in error pathPaolo Abeni
2024-05-17mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal
2024-05-17mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni
2024-05-17net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu
2024-05-17ipv6: prevent NULL dereference in ip6_output()Eric Dumazet
2024-05-17ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet
2024-05-17hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski
2024-05-17net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-05-17ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet
2024-05-17rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells
2024-05-17rxrpc: Fix congestion control algorithmDavid Howells
2024-05-17rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells
2024-05-17ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida
2024-05-17net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-17nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-05-17phonet: fix rtm_phonet_notify() skb allocationEric Dumazet
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-05-17Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou
2024-05-17Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim
2024-05-17Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim
2024-05-17Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou
2024-05-17tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-05-17SUNRPC: add a missing rpc_stat for TCP TLSOlga Kornievskaia
2024-05-17nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li
2024-05-17wifi: mac80211: fix prep_connection error pathJohannes Berg
2024-05-17wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev
2024-05-17wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson
2024-05-17net: gro: add flush check in udp_gro_receive_segmentRichard Gobert
2024-05-17net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-05-17ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida
2024-05-17tipc: fix a possible memleak in tipc_buf_appendXin Long
2024-05-17rxrpc: Clients must accept conn from any addressJeffrey Altman
2024-05-17net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau
2024-05-17net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau
2024-05-17net l2tp: drop flow hash on forwardDavid Bauer
2024-05-17nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima
2024-05-17xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen
2024-05-17bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik
2024-05-17wifi: nl80211: don't free NULL coalescing ruleJohannes Berg
2024-05-02Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz
2024-05-02Bluetooth: hci_sync: Fix UAF on create_le_conn_completeLuiz Augusto von Dentz
2024-05-02Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie
2024-05-02ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu
2024-05-02Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor