summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
13 dayssvcrdma: Fix unmatched rn_unregister on failed acceptChris Mason
13 daysSUNRPC: always drain cache_cleaner before destroying a cache_detailJeff Layton
13 dayssvcrdma: Reject Read lists that exceed the page budgetChuck Lever
13 dayssvcrdma: Validate Read chunk positions at decode timeChuck Lever
13 dayssvcrdma: Reject Write/Reply chunks with segcount 0Chris Mason
13 dayssvcrdma: Reject oversized Read segments at decode timeChuck Lever
13 dayssvcrdma: Fix offset arithmetic in read_chunk_rangeChris Mason
13 dayssvcrdma: Validate Read chunk positions before reconstructionChuck Lever
13 daysSUNRPC: harden gss_krb5_unwrap_v2 against short tokensChris Mason
13 daysSUNRPC: xdr_buf_trim: clamp buf->len to avoid underflowChris Mason
13 daysSUNRPC: harden gss_unwrap_resp_priv length checksChris Mason
13 daysSUNRPC: svcauth_gss: enforce krb5 token minimum lengthChris Mason
13 daysSUNRPC: Reject short RFC 4121 MIC tokens in gss_krb5_verify_mic_v2Chuck Lever
2026-07-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-24bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye
2026-07-24Merge tag 'ceph-for-7.2-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-07-23Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-23libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZEXiang Mei
2026-07-23libceph: refresh auth->authorizer_buf{,_len} after authorizer updateShuangpeng Bai
2026-07-23libceph: guard missing CRUSH type name lookupZhao Zhang
2026-07-23libceph: remove debugfs files before client teardownDouya Le
2026-07-23libceph: bound get_version reply decode to front lenDouya Le
2026-07-23libceph: fix two unsafe bare decodes in decode_lockers()Pavitra Jha
2026-07-23libceph: Reject monmaps advertising zero monitorsRaphael Zimmer
2026-07-23libceph: reject zero bucket types in crush_decodeDouya Le
2026-07-23libceph: Fix multiplication overflow in decode_new_up_state_weight()Raphael Zimmer
2026-07-23drop_monitor: perform u64_stats updates under IRQ-disabled sectionEric Dumazet
2026-07-23drop_monitor: fix size calculations for 64-bit attributesEric Dumazet
2026-07-23net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOADYehyeong Lee
2026-07-23mptcp: fix BUILD_BUG_ON on legacy ARM configMatthieu Baerts (NGI0)
2026-07-23mptcp: fix stale skb->sk reference on subflow closeKalpan Jani
2026-07-23mptcp: pm: userspace: fix use-after-free in get_local_idGeliang Tang
2026-07-23mptcp: decrement subflows counter on failed passive joinChenguang Zhao
2026-07-23mac802154: hold an interface reference across the scan workerIbrahim Hashimov
2026-07-23sctp: don't free the ASCONF's own transport in DEL-IP processingJun Yang
2026-07-23phonet: check register_netdevice_notifier() error in phonet_device_init()Minhong He
2026-07-23phonet: pep: fix use-after-free in pep_get_sb()Breno Leitao
2026-07-23tipc: fix integer overflow in tipc_recvmsg() and tipc_recvstream()Cen Zhang (Microsoft)
2026-07-23mctp: check register_netdevice_notifier() error in mctp_device_init()Minhong He
2026-07-23rds: tcp: unregister sysctl before tearing down listen socketCen Zhang (Microsoft)
2026-07-23ipv6: Change allocation flags to match rcu_read_lock section requirementsNikola Z. Ivanov
2026-07-23net: ipv6: fix dif and sdif mismatch in raw6_icmp_errorLi RongQing
2026-07-23tcp: challenge ACK for non-exact RST in SYN-RECEIVEDYuxiang Yang
2026-07-23mac802154: llsec: reject frames shorter than the authentication tagDoruk Tan Ozturk
2026-07-23raw: annotate lockless match fields in raw_v4_match()Runyu Xiao
2026-07-23net: qrtr: restrict socket creation to the initial network namespaceAldo Ariel Panzardo
2026-07-23ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet
2026-07-23mpls: Set rt->rt_nhn just before returning from mpls_nh_build_multi().Kuniyuki Iwashima
2026-07-23net: gre: fix lltx regression for GRE tunnels with SEQ/CSUMYun Zhou
2026-07-23tipc: clear sock->sk on the failed-insert path in tipc_sk_create()Daehyeon Ko