summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-08-15net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai1-3/+18
2025-08-15ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-1/+3
2025-08-15netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7
2025-08-15bpf: Check netfilter ctx accesses are alignedPaul Chaignon1-0/+3
2025-08-15bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+3
2025-08-15ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet2-9/+16
2025-08-15ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet1-6/+11
2025-08-15ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet2-18/+20
2025-08-15netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal1-2/+2
2025-08-15bpf: Disable migration in nf_hook_run_bpf().Kuniyuki Iwashima1-1/+1
2025-08-15Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down1-2/+6
2025-08-15wifi: nl80211: Set num_sub_specs before looping through sub_specsKees Cook1-0/+1
2025-08-15wifi: mac80211: Write cnt before copying in ieee80211_copy_rnr_beacon()Kees Cook1-1/+1
2025-08-15Reapply "wifi: mac80211: Update skb's control block key in ieee80211_tx_deque...Remi Pommarel1-0/+1
2025-08-15wifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key()Remi Pommarel1-0/+6
2025-08-15wifi: mac80211: Don't call fq_flow_idx() for management framesAlexander Wetzel1-1/+2
2025-08-15wifi: mac80211: Do not schedule stopped TXQsAlexander Wetzel1-1/+3
2025-08-15wifi: mac80211: reject TDLS operations when station is not associatedMoon Hee Lee1-1/+1
2025-08-15tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet1-0/+1
2025-08-15net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-8/+11
2025-08-15net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu1-0/+40
2025-08-15netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin1-2/+2
2025-08-15netfilter: nf_tables: Drop dead code from fill_*_info routinesPhil Sutter1-25/+0
2025-08-15net: dst: annotate data-races around dst->outputEric Dumazet2-2/+2
2025-08-15net: dst: annotate data-races around dst->inputEric Dumazet2-2/+2
2025-08-15tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo1-1/+2
2025-08-15caif: reduce stack size, againArnd Bergmann1-150/+144
2025-08-15net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata1-1/+2
2025-08-15bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen1-0/+13
2025-08-15bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen1-0/+7
2025-08-01net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei1-4/+3
2025-08-01net: appletalk: Fix use-after-free in AARP proxy probeKito Xu (veritas501)1-3/+21
2025-08-01xfrm: interface: fix use-after-free after changing collect_md xfrm interfaceEyal Birger1-6/+1
2025-08-01xfrm: Set transport header to fix UDP GRO handlingTobias Brunner2-0/+6
2025-08-01xfrm: state: use a consistent pcpu_id in xfrm_state_findSabrina Dubroca1-13/+6
2025-08-01xfrm: state: initialize state_ptrs earlier in xfrm_state_findSabrina Dubroca1-2/+2
2025-07-24rxrpc: Fix transmission of an abort in response to an abortDavid Howells1-0/+3
2025-07-24rxrpc: Fix recv-recv race of completed callDavid Howells2-2/+18
2025-07-24net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu1-1/+3
2025-07-24net: bridge: Do not offload IGMP/MLD messagesJoseph Huang1-0/+3
2025-07-24net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtimeDong Chenchen2-9/+34
2025-07-24tls: always refresh the queue when reading sockJakub Kicinski1-2/+1
2025-07-24Bluetooth: L2CAP: Fix attempting to adjust outgoing MTULuiz Augusto von Dentz1-5/+21
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal1-6/+20
2025-07-24net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau2-0/+2
2025-07-24ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing1-1/+1
2025-07-24Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeoutLuiz Augusto von Dentz1-1/+1
2025-07-24Bluetooth: SMP: If an unallowed command is received consider it a failureLuiz Augusto von Dentz2-1/+19
2025-07-24Bluetooth: hci_sync: fix connectable extended advertising when using static r...Alessandro Gasbarroni1-2/+2
2025-07-24Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()Kuniyuki Iwashima1-0/+3