summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-04net/openvswitch: check Ethernet header length in key_extract()Cen Zhang (Microsoft)
2026-08-04packet: synchronize pressure clearing with ring reconfigurationZihan Xi
2026-08-03net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filterToke Høiland-Jørgensen
2026-08-03udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo
2026-08-03ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi
2026-08-03net: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li
2026-08-03tls: convert getsockopt to sockopt_tBreno Leitao
2026-08-03phonet: pep: convert getsockopt to sockopt_tBreno Leitao
2026-08-03phonet: pep: do not write beyond optlen in getsockoptBreno Leitao
2026-08-03ieee802154: convert dgram getsockopt to sockopt_tBreno Leitao
2026-08-03ipv6: raw: convert do_rawv6_getsockopt to sockopt_tBreno Leitao
2026-08-03ipv6: raw: drop unused level argument from do_rawv6_getsockoptBreno Leitao
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev
2026-08-03xsk: validate launch-time metadata sizeStanislav Fomichev
2026-08-03xsk: clear metadata pointer when no timestamp is requestedStanislav Fomichev
2026-08-03xsk: require at least 16 bytes of TX metadataStanislav Fomichev
2026-08-03vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi
2026-08-03vsock/virtio: read virtqueues under worker locksWeiming Shi
2026-08-03ipv6: fix Route Information option length validationYuejie Shi
2026-08-03sctp: keep chunk->transport in step with the list it is queued onBaul Lee
2026-08-03tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao
2026-08-03SUNRPC: always drain cache_cleaner before destroying a cache_detailJeff Layton
2026-08-03svcrdma: Reject Read lists that exceed the page budgetChuck Lever
2026-08-03svcrdma: Validate Read chunk positions at decode timeChuck Lever
2026-08-03svcrdma: Reject Write/Reply chunks with segcount 0Chris Mason
2026-08-03svcrdma: Reject oversized Read segments at decode timeChuck Lever
2026-08-03svcrdma: Fix offset arithmetic in read_chunk_rangeChris Mason
2026-08-03svcrdma: Validate Read chunk positions before reconstructionChuck Lever
2026-08-03SUNRPC: harden gss_krb5_unwrap_v2 against short tokensChris Mason
2026-08-03SUNRPC: xdr_buf_trim: clamp buf->len to avoid underflowChris Mason
2026-08-03SUNRPC: harden gss_unwrap_resp_priv length checksChris Mason
2026-08-03SUNRPC: svcauth_gss: enforce krb5 token minimum lengthChris Mason
2026-08-03SUNRPC: Reject short RFC 4121 MIC tokens in gss_krb5_verify_mic_v2Chuck Lever
2026-08-03bpf: Allow IP_TRANSPARENT and IPV6_TRANSPARENT in bpf_{set,get}sockopt()Shivaji Kant
2026-08-03bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung
2026-08-02wifi: cfg80211: stop PMSR before P2P and NAN teardownZhao Li
2026-08-02wifi: mac80211: disconnect on CSA to channel 0Johannes Berg
2026-08-02wifi: mac80211: fix RCU usage in peer probingJohannes Berg
2026-08-02wifi: mac80211: fix RCU dereference in throughput estimateJohannes Berg
2026-08-02wifi: mac80211: skip unused probe response countdown offsetsZhao Li
2026-08-02wifi: nl80211: clean up color-change beacon data on errorsZhao Li
2026-08-02wifi: mac80211: send TWT teardown to peer after setup TX failureZhao Li
2026-08-02wifi: nl80211: send frame tx status event only for non-zero cookieArend van Spriel
2026-08-02wifi: cfg80211: convert tx_control_port cookie to input parameterArend van Spriel
2026-08-02wifi: cfg80211: convert cookie output to input parameterArend van Spriel
2026-08-02wifi: mac80211: stop using ieee80211_mgmt_tx_cookie()Arend van Spriel
2026-08-02wifi: cfg80211: pre-assign cookie for driver callbacksArend van Spriel
2026-08-02Revert "wifi: mac80211: don't encrypt pre-auth (ETH_P_PREAUTH) frames"Johannes Berg
2026-08-01bpf: Fix netns reference imbalance in conntrack kfuncsChengfeng Ye