summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-23Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust1-1/+1
2023-09-23wifi: mac80211: check for station first in client probeJohannes Berg1-7/+8
2023-09-23wifi: cfg80211: ocb: don't leave if not joinedJohannes Berg1-0/+3
2023-09-23wifi: cfg80211: reject auth/assoc to AP with our addressJohannes Berg1-0/+13
2023-09-23netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi1-2/+1
2023-09-23wifi: mac80211: check S1G action frame sizeJohannes Berg1-0/+4
2023-09-23netlink: convert nlk->flags to atomic flagsEric Dumazet3-74/+48
2023-09-23Bluetooth: Fix hci_suspend_sync crashYing Hsu1-0/+4
2023-09-23net/ipv4: return the real errno instead of -EINVALxu xin1-1/+1
2023-09-23net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima1-3/+3
2023-09-23devlink: remove reload failed checks in params get/set callbacksJiri Pirko1-2/+2
2023-09-19kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima1-7/+8
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima1-1/+6
2023-09-19tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima1-1/+2
2023-09-19tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima1-15/+13
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian1-2/+2
2023-09-19kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida1-0/+2
2023-09-19hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan1-0/+1
2023-09-19net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang1-0/+2
2023-09-19net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian1-5/+5
2023-09-19netfilter: nf_tables: Unbreak audit log resetPablo Neira Ayuso1-5/+6
2023-09-19netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso1-2/+6
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-19net: annotate data-races around sk->sk_bind_phcEric Dumazet2-3/+3
2023-09-19net: annotate data-races around sk->sk_tsflagsEric Dumazet11-24/+29
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-19net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Eric Dumazet1-12/+6
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-19netfilter: nf_tables: Audit log rule resetPhil Sutter1-0/+18
2023-09-19netfilter: nf_tables: Audit log setelem resetPhil Sutter1-3/+28
2023-09-19net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian1-2/+1
2023-09-13Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz1-1/+4
2023-09-13Bluetooth: msft: Extended monitor tracking by address filterHilda Wu1-15/+397