aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-27tipc: avoid use-after-free in poll trace queue dumpsZihan Xi1-1/+1
2026-07-27net: do not send ICMP/NDISC Redirects when peer allocation failsEric Dumazet3-3/+3
2026-07-27xfrm: ah6: validate routing header segments_leftAsim Viladi Oglu Manizada1-11/+18
2026-07-27mlx5: Deprecate latency-sensitive QPs featureLeon Romanovsky116-642/+1872
2026-07-26net/smc: Look up the pnetid ib device within the net namespaceJiri Pirko1-6/+14
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman85-232/+680
2026-07-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
2026-07-24Merge tag 'nf-26-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski15-301/+393
2026-07-24veth: convert frag_list skbs before running XDPMatt Fleming1-6/+12
2026-07-24net: pktgen: fix proc entry use-after-freeChengfeng Ye1-3/+1
2026-07-24net/sched: sch_cake: skip clearing unused tins during rate adjustmentJonas Köppeler1-3/+5
2026-07-24net/rds: use krealloc_array() for iovector growthWeimin Xiong1-5/+2
2026-07-24xsk: reclaim invalid Tx descriptors in ZC batch pathMaciej Fijalkowski3-38/+215
2026-07-24xsk: provide sufficient space in pool->tx_descsMaciej Fijalkowski2-7/+15
2026-07-24xsk: drain continuation descs after overflow in xsk_build_skb()Jason Xing1-3/+42
2026-07-24xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer TxJason Xing1-5/+8
2026-07-24af_unix: fix listen() succeeding on sockets in the wrong stateJohn Ericson1-0/+1
2026-07-24bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()Chengfeng Ye1-1/+1
2026-07-24nexthop: avoid unlocked f6i_list walk in nh_rt_cache_flushXiang Mei (Microsoft)1-6/+6
2026-07-24nexthop: take nh->lock for f6i_list walks in replace check and notifyXiang Mei (Microsoft)1-2/+11
2026-07-24Merge tag 'ceph-for-7.2-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds5-11/+30
2026-07-24ipvs: use type-safe allocation helpers in ip_vs_rht_allocSubasri S1-5/+4
2026-07-24netfilter: nf_conntrack_expect: store event cache in expectationPablo Neira Ayuso4-6/+17
2026-07-24netfilter: conntrack_helper: pass master conntrack to helper functionsPablo Neira Ayuso8-13/+13
2026-07-24netfilter: flowtable: tear down flow entries with stale dst from GCPablo Neira Ayuso2-8/+2
2026-07-24netfilter: nf_nat_sip: rewind offset when NAT shrinks the packetFlorian Westphal1-0/+5
2026-07-24netfilter: xt_tcpmss: extend checkentry to ipv6Florian Westphal1-0/+1
2026-07-24ipvs: Move defense_work and est_reload_work to system_dfl_long_wqIsmael Luceno2-4/+4
2026-07-23rds: tcp: hold the RCU lock across ipv6_chk_addr() in rds_tcp_laddr_check()Xiang Mei1-3/+5
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski82-223/+670
2026-07-23Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds79-220/+649
2026-07-23libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZEXiang Mei1-2/+2
2026-07-23libceph: refresh auth->authorizer_buf{,_len} after authorizer updateShuangpeng Bai1-1/+8
2026-07-23libceph: guard missing CRUSH type name lookupZhao Zhang1-1/+4
2026-07-23libceph: remove debugfs files before client teardownDouya Le1-2/+2
2026-07-23libceph: bound get_version reply decode to front lenDouya Le1-1/+1
2026-07-23libceph: fix two unsafe bare decodes in decode_lockers()Pavitra Jha1-2/+6
2026-07-23libceph: Reject monmaps advertising zero monitorsRaphael Zimmer1-1/+1
2026-07-23libceph: reject zero bucket types in crush_decodeDouya Le1-0/+2
2026-07-23libceph: Fix multiplication overflow in decode_new_up_state_weight()Raphael Zimmer1-1/+4
2026-07-23drop_monitor: perform u64_stats updates under IRQ-disabled sectionEric Dumazet1-2/+2
2026-07-23drop_monitor: fix size calculations for 64-bit attributesEric Dumazet1-3/+3
2026-07-23net: drop_monitor: fix info leak in NET_DM_ATTR_PAYLOADYehyeong Lee1-6/+2
2026-07-23mptcp: fix BUILD_BUG_ON on legacy ARM configMatthieu Baerts (NGI0)1-4/+1
2026-07-23mptcp: fix stale skb->sk reference on subflow closeKalpan Jani1-14/+19
2026-07-23mptcp: pm: userspace: fix use-after-free in get_local_idGeliang Tang1-2/+5
2026-07-23mptcp: decrement subflows counter on failed passive joinChenguang Zhao1-0/+1
2026-07-23mac802154: hold an interface reference across the scan workerIbrahim Hashimov1-0/+11
2026-07-23sctp: don't free the ASCONF's own transport in DEL-IP processingJun Yang1-0/+6
2026-07-23phonet: check register_netdevice_notifier() error in phonet_device_init()Minhong He1-6/+24