summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-19netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa1-0/+8
2023-09-19netfilter: nftables: exthdr: fix 4-byte stack OOB writeFlorian Westphal1-8/+14
2023-09-19kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida1-0/+2
2023-09-19net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2-6/+18
2023-09-19af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima1-1/+1
2023-09-19af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima1-2/+2
2023-09-19af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima1-1/+1
2023-09-19af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima1-3/+3
2023-09-19bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend1-4/+8
2023-09-19net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie1-1/+1
2023-09-19ipv6: ignore dst hint for multipath routesSriram Yagnaraman2-1/+5
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman2-1/+3
2023-09-19mptcp: annotate data-races around msk->rmem_fwd_allocEric Dumazet1-6/+13
2023-09-19net: annotate data-races around sk->sk_forward_allocEric Dumazet4-11/+11
2023-09-19net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet1-1/+1
2023-09-19xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson1-0/+3
2023-09-19net: read sk->sk_family once in sk_mc_loop()Eric Dumazet1-1/+2
2023-09-19ipv4: annotate data-races around fi->fib_deadEric Dumazet2-2/+6
2023-09-19sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2-6/+6
2023-09-19net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet1-8/+19
2023-09-19net: deal with integer overflows in kmalloc_reserve()Eric Dumazet1-2/+8
2023-09-19net: factorize code in kmalloc_reserve()Eric Dumazet1-16/+11
2023-09-19net: remove osize variable in __alloc_skb()Eric Dumazet1-6/+4
2023-09-19net: add SKB_HEAD_ALIGN() helperEric Dumazet1-12/+6
2023-09-19net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian1-2/+1
2023-09-13dccp: Fix out of bounds access in DCCP error handlerJann Horn2-9/+19
2023-09-13skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella1-14/+20
2023-09-13netfilter: xt_sctp: validate the flag_info countWander Lairson Costa1-0/+2
2023-09-13netfilter: xt_u32: validate user space inputWander Lairson Costa1-0/+21
2023-09-13netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang1-12/+8
2023-09-13netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng1-0/+1
2023-09-13igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet1-1/+2
2023-09-13netrom: Deny concurrent connect().Kuniyuki Iwashima1-0/+5
2023-09-13net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic1-0/+4
2023-09-13wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma1-0/+1
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet5-13/+13
2023-09-13lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2-2/+2
2023-09-13lwt: Fix return values of BPF xmit opsYan Zhai1-4/+3
2023-09-13net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong1-1/+17
2023-09-13Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik1-1/+1
2023-09-13Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson1-5/+5
2023-09-13Bluetooth: Fix potential use-after-free when clear keysMin Li1-8/+8
2023-09-13bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer1-0/+2
2023-09-13udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2-10/+29
2023-09-13tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-2/+1
2023-09-13net: Avoid address overwrite in kernel_connectJordan Rife1-1/+5
2023-09-13sctp: handle invalid error codes without calling BUG()Dan Carpenter1-1/+4
2023-09-13netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin1-1/+2
2023-09-13wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer1-3/+3
2023-09-13wifi: cfg80211: remove links only on APJohannes Berg1-1/+8