aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-03vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi1-1/+2
2026-08-03vsock/virtio: read virtqueues under worker locksWeiming Shi1-5/+6
2026-08-03ipv6: fix Route Information option length validationYuejie Shi1-4/+4
2026-08-03sctp: keep chunk->transport in step with the list it is queued onBaul Lee1-0/+1
2026-08-03tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao1-1/+1
2026-08-03SUNRPC: always drain cache_cleaner before destroying a cache_detailJeff Layton1-4/+3
2026-08-03svcrdma: Reject Read lists that exceed the page budgetChuck Lever1-3/+9
2026-08-03svcrdma: Validate Read chunk positions at decode timeChuck Lever2-3/+61
2026-08-03svcrdma: Reject Write/Reply chunks with segcount 0Chris Mason2-4/+7
2026-08-03svcrdma: Reject oversized Read segments at decode timeChuck Lever2-2/+5
2026-08-03svcrdma: Fix offset arithmetic in read_chunk_rangeChris Mason1-2/+7
2026-08-03svcrdma: Validate Read chunk positions before reconstructionChuck Lever1-8/+30
2026-08-03SUNRPC: harden gss_krb5_unwrap_v2 against short tokensChris Mason1-2/+9
2026-08-03SUNRPC: xdr_buf_trim: clamp buf->len to avoid underflowChris Mason1-1/+1
2026-08-03SUNRPC: harden gss_unwrap_resp_priv length checksChris Mason1-1/+5
2026-08-03SUNRPC: svcauth_gss: enforce krb5 token minimum lengthChris Mason1-0/+2
2026-08-03SUNRPC: Reject short RFC 4121 MIC tokens in gss_krb5_verify_mic_v2Chuck Lever1-0/+3
2026-08-03bpf: Allow IP_TRANSPARENT and IPV6_TRANSPARENT in bpf_{set,get}sockopt()Shivaji Kant1-0/+2
2026-08-03bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)1-19/+24
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung1-58/+58
2026-08-02wifi: cfg80211: stop PMSR before P2P and NAN teardownZhao Li1-0/+3
2026-08-02wifi: mac80211: disconnect on CSA to channel 0Johannes Berg1-5/+6
2026-08-02wifi: mac80211: fix RCU usage in peer probingJohannes Berg1-0/+2
2026-08-02wifi: mac80211: fix RCU dereference in throughput estimateJohannes Berg1-1/+1
2026-08-02wifi: mac80211: skip unused probe response countdown offsetsZhao Li1-1/+2
2026-08-02wifi: nl80211: clean up color-change beacon data on errorsZhao Li1-5/+5
2026-08-02wifi: mac80211: send TWT teardown to peer after setup TX failureZhao Li1-1/+1
2026-08-02wifi: nl80211: send frame tx status event only for non-zero cookieArend van Spriel1-0/+4
2026-08-02wifi: cfg80211: convert tx_control_port cookie to input parameterArend van Spriel5-23/+21
2026-08-02wifi: cfg80211: convert cookie output to input parameterArend van Spriel7-20/+20
2026-08-02wifi: mac80211: stop using ieee80211_mgmt_tx_cookie()Arend van Spriel4-33/+5
2026-08-02wifi: cfg80211: pre-assign cookie for driver callbacksArend van Spriel1-0/+5
2026-08-02Revert "wifi: mac80211: don't encrypt pre-auth (ETH_P_PREAUTH) frames"Johannes Berg1-3/+0
2026-08-01bpf: Fix netns reference imbalance in conntrack kfuncsChengfeng Ye1-24/+48
2026-08-01bpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye1-0/+2
2026-07-31devlink: fix net namespace reference leak in reloadOr Har-Toov1-0/+1
2026-07-31net/sched: cls_route: fix fastmap use-after-free on filterJamal Hadi Salim1-9/+26
2026-07-31inet: frags: publish queues before arming timerZhiling Zou1-5/+5
2026-07-31net: bridge: mrp: fix uninitialised bytes on the wireBaul Lee1-4/+2
2026-07-31net: dsa: microchip: add KSZ8463 tail tag handlingBastien Curutchet (Schneider Electric)1-0/+66
2026-07-31net: dsa: tag_ksz: share code for KSZ8795 and KSZ9893 xmit operationsBastien Curutchet (Schneider Electric)1-38/+35
2026-07-31net: dsa: tag_ksz: move the KSZ8795 tag handling below ksz_xmit_timestamp()Bastien Curutchet (Schneider Electric)1-66/+66
2026-07-31net/smc: fix qentry overwrite for CONFIRM_LINK and ADD_LINK_CONT in smc_llc_event_handler()Mahanta Jambigi1-1/+2
2026-07-31ipvs: return the csum validation for forward hookJulian Anastasov1-1/+1
2026-07-31ipvs: avoid out-of-bounds write in ip_vs_nat_icmpJulian Anastasov2-34/+35
2026-07-31netfilter: ipset: switch to rcu workFlorian Westphal1-17/+29
2026-07-31netfilter: ipset: add and use mtype_del_cidr_all helperFlorian Westphal1-18/+16
2026-07-31netfilter: ipset: add small wrappers for hash and bucket sizesFlorian Westphal1-8/+31
2026-07-31netfilter: ipset: switch ext_size to atomic64_tJozsef Kadlecsik4-8/+8
2026-07-31netfilter: ipset: rework cidr bookkeepingJozsef Kadlecsik7-93/+182