summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-04ipv4: nexthop: handle errors in nexthop_init()Minhong He
2026-08-04net: openvswitch: reallocate update replies for mismatched IDsZhiling Zou
2026-08-04net/rds: unpin MR pages with unpin_user_pages_dirty_lock()Allison Henderson
2026-08-04net/rds: fix rds_message leak in the rds_send_xmit() drop pathSharath Srinivasan
2026-08-04net/rds: hold the socket while an rds_mr references itHåkon Bugge
2026-08-04net/rds: don't use unpin_user_pages_dirty_lock() from atomic contextAllison Henderson
2026-08-04batman-adv: switch var declarations to reverse x-mas tree orderSven Eckelmann
2026-08-04batman-adv: split multiple declarations per lineSven Eckelmann
2026-08-04batman-adv: annotate functions which may reallocate the skbuffSven Eckelmann
2026-08-04batman-adv: fix kernel-doc for functions holding skb ownershipSven Eckelmann
2026-08-04batman-adv: add missing kernel-doc commentsSven Eckelmann
2026-08-04batman-adv: tvlv: handle negative tvlv processing return codesSven Eckelmann
2026-08-04batman-adv: dat: drop non-4addr backwards compatibilitySven Eckelmann
2026-08-04net/sched: cls_api: Always acquire rtnl_lock when destroying locked classifiersJamal Hadi Salim
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