summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
10 dayswifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key()Remi Pommarel1-0/+6
10 dayswifi: mac80211: Don't call fq_flow_idx() for management framesAlexander Wetzel1-1/+2
10 dayswifi: mac80211: Do not schedule stopped TXQsAlexander Wetzel1-1/+3
10 dayswifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac()Alexander Wetzel1-0/+2
10 dayswifi: mac80211: reject TDLS operations when station is not associatedMoon Hee Lee1-1/+1
10 daystcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet1-0/+1
10 daysnet_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-8/+11
10 daysnet/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu1-0/+40
10 daysnetfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin1-2/+2
10 daysnetfilter: nf_tables: Drop dead code from fill_*_info routinesPhil Sutter1-25/+0
10 daysnet: dst: add four helpers to annotate data-races around dst->devEric Dumazet2-6/+6
10 daysnet: dst: annotate data-races around dst->outputEric Dumazet2-2/+2
10 daysnet: dst: annotate data-races around dst->inputEric Dumazet2-2/+2
10 daystcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo1-1/+2
10 dayscaif: reduce stack size, againArnd Bergmann1-150/+144
10 daysnet: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata1-1/+2
10 daysbpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen1-0/+13
10 daysbpf, 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: ipcomp: adjust transport header after decompressingFernando Fernandez Mancera1-1/+1
2025-08-01xfrm: Set transport header to fix UDP GRO handlingTobias Brunner2-0/+6
2025-08-01xfrm: always initialize offload pathLeon Romanovsky3-5/+3
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 to use conn aborts for conn-wide failuresDavid Howells5-19/+37
2025-07-24rxrpc: Fix transmission of an abort in response to an abortDavid Howells1-0/+3
2025-07-24rxrpc: Fix notification vs call-release vs recvmsgDavid Howells2-16/+16
2025-07-24rxrpc: Fix recv-recv race of completed callDavid Howells2-2/+18
2025-07-24rxrpc: Fix irq-disabled in local_bh_enable()David Howells3-4/+4
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: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers6-67/+63
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
2025-07-24smc: Fix various oops due to inet_sock type confusion.Kuniyuki Iwashima2-4/+18
2025-07-24rpl: Fix use-after-free in rpl_do_srh_inline().Kuniyuki Iwashima1-4/+4
2025-07-24net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei1-9/+21
2025-07-24af_packet: fix soft lockup issue caused by tpacket_snd()Yun Lu1-12/+11
2025-07-24af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()Yun Lu1-2/+2
2025-07-24phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept()Nathan Chancellor1-1/+1