summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-08-15vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic
2025-08-15net/packet: fix a race in packet_set_ring() and packet_notifier()Quang Le
2025-08-15sunrpc: fix handling of server side tls alertsOlga Kornievskaia
2025-08-15net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi
2025-08-15net: devmem: fix DMA direction on unmappingJakub Kicinski
2025-08-15sunrpc: fix client side handling of tls alertsOlga Kornievskaia
2025-08-15net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai
2025-08-15ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet
2025-08-15netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski
2025-08-15kcm: Fix splice supportMichal Luczaj
2025-08-15bpf: Check netfilter ctx accesses are alignedPaul Chaignon
2025-08-15bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon
2025-08-15ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet
2025-08-15ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet
2025-08-15ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet
2025-08-15ipv6: add a retry logic in net6_rt_notify()Eric Dumazet
2025-08-15neighbour: Fix null-ptr-deref in neigh_flush_dev().Kuniyuki Iwashima
2025-08-15netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal
2025-08-15bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2025-08-15bpf: Disable migration in nf_hook_run_bpf().Kuniyuki Iwashima
2025-08-15Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down
2025-08-15Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpvIvan Pravdin
2025-08-15wifi: mac80211: fix WARN_ON for monitor mode on some devicesJohannes Berg
2025-08-15wifi: nl80211: Set num_sub_specs before looping through sub_specsKees Cook
2025-08-15wifi: mac80211: Write cnt before copying in ieee80211_copy_rnr_beacon()Kees Cook
2025-08-15Reapply "wifi: mac80211: Update skb's control block key in ieee80211_tx_deque...Remi Pommarel
2025-08-15wifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key()Remi Pommarel
2025-08-15wifi: mac80211: Don't call fq_flow_idx() for management framesAlexander Wetzel
2025-08-15wifi: mac80211: Do not schedule stopped TXQsAlexander Wetzel
2025-08-15wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()Alexander Wetzel
2025-08-15wifi: mac80211: reject TDLS operations when station is not associatedMoon Hee Lee
2025-08-15wifi: mac80211: use RCU-safe iteration in ieee80211_csa_finishMaharaja Kennadyrajan
2025-08-15tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet
2025-08-15net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-08-15net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu
2025-08-15netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin
2025-08-15netfilter: nf_tables: Drop dead code from fill_*_info routinesPhil Sutter
2025-08-15net: dst: add four helpers to annotate data-races around dst->devEric Dumazet
2025-08-15net: dst: annotate data-races around dst->outputEric Dumazet
2025-08-15net: dst: annotate data-races around dst->inputEric Dumazet
2025-08-15tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo
2025-08-15net: annotate races around sk->sk_uidEric Dumazet
2025-08-15caif: reduce stack size, againArnd Bergmann
2025-08-15wifi: mac80211: Fix bssid_indicator for MBSSID in AP modeRameshkumar Sundaram
2025-08-15net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata
2025-08-15net, bpf: Fix RCU usage in task_cls_state() for BPF programsCharalampos Mitrodimas
2025-08-15bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen
2025-08-15bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-07-22net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei