summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-24veth: convert frag_list skbs before running XDPMatt Fleming
2026-07-24net: pktgen: fix proc entry use-after-freeChengfeng Ye
2026-07-24net/sched: sch_cake: skip clearing unused tins during rate adjustmentJonas Köppeler
2026-07-24net/rds: use krealloc_array() for iovector growthWeimin Xiong
2026-07-24xsk: reclaim invalid Tx descriptors in ZC batch pathMaciej Fijalkowski
2026-07-24xsk: provide sufficient space in pool->tx_descsMaciej Fijalkowski
2026-07-24xsk: drain continuation descs after overflow in xsk_build_skb()Jason Xing
2026-07-24xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer TxJason Xing
2026-07-24af_unix: fix listen() succeeding on sockets in the wrong stateJohn Ericson
2026-07-24bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye
2026-07-24nexthop: avoid unlocked f6i_list walk in nh_rt_cache_flushXiang Mei (Microsoft)
2026-07-24nexthop: take nh->lock for f6i_list walks in replace check and notifyXiang Mei (Microsoft)
2026-07-24Merge tag 'ceph-for-7.2-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-07-24ipvs: use type-safe allocation helpers in ip_vs_rht_allocSubasri S
2026-07-24netfilter: nf_conntrack_expect: store event cache in expectationPablo Neira Ayuso
2026-07-24netfilter: conntrack_helper: pass master conntrack to helper functionsPablo Neira Ayuso
2026-07-24netfilter: flowtable: tear down flow entries with stale dst from GCPablo Neira Ayuso
2026-07-24netfilter: nf_nat_sip: rewind offset when NAT shrinks the packetFlorian Westphal
2026-07-24netfilter: xt_tcpmss: extend checkentry to ipv6Florian Westphal
2026-07-24ipvs: Move defense_work and est_reload_work to system_dfl_long_wqIsmael Luceno
2026-07-23rds: tcp: hold the RCU lock across ipv6_chk_addr() in rds_tcp_laddr_check()Xiang Mei
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-23netfilter: nft_payload: fix mask build for partial field offloadXiang Mei (Microsoft)
2026-07-23mctp: check register_netdevice_notifier() error in mctp_device_init()Minhong He
2026-07-23ipvs: clear the nfct flag under lockJulian Anastasov
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-23ipvs: do not mangle ICMP replies for non-first fragmentsJulian Anastasov