summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-11-27Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...Paolo Abeni
2025-11-27mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...Kuniyuki Iwashima
2025-11-27net: mctp: unconditionally set skb->dev on dst outputJeremy Kerr
2025-11-27libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang
2025-11-27libceph: replace BUG_ON with bounds check for map->max_osdziming zhang
2025-11-27ceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko
2025-11-26Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-11-26mptcp: clear scheduled subflows on retransmitPaolo Abeni
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov
2025-11-26libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov
2025-11-26socket: Split out a getsockname helper for io_uringGabriel Krisman Bertazi
2025-11-26socket: Unify getsockname and getpeername implementationGabriel Krisman Bertazi
2025-11-26net/sched: em_canid: fix uninit-value in em_canid_matchShaurya Rane
2025-11-26can: raw: instantly reject unsupported CAN framesOliver Hartkopp
2025-11-26wifi: mac80211: allow sharing identical chanctx for S1G interfacesLachlan Hodges
2025-11-25xsk: avoid data corruption on cq descriptor numberFernando Fernandez Mancera
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-11-25net: dsa: append ethtool counters of all hidden ports to conduitVladimir Oltean
2025-11-25net: dsa: use kernel data types for ethtool ops on conduitVladimir Oltean
2025-11-25net: dsa: cpu_dp->orig_ethtool_ops might be NULLVladimir Oltean
2025-11-25net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codelEric Dumazet
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet
2025-11-25net_sched: sch_fq: prefetch one skb ahead in dequeue()Eric Dumazet
2025-11-25net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()Eric Dumazet
2025-11-25net_sched: cake: use qdisc_pkt_segs()Eric Dumazet
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet
2025-11-25wifi: cfg80211: include s1g_primary_2mhz when sending chandefLachlan Hodges
2025-11-24mptcp: leverage the backlog for RX packet processingPaolo Abeni
2025-11-24mptcp: introduce mptcp-level backlogPaolo Abeni
2025-11-24mptcp: borrow forward memory from subflowPaolo Abeni
2025-11-24mptcp: handle first subflow closing consistentlyPaolo Abeni
2025-11-24mptcp: drop the __mptcp_data_ready() helperPaolo Abeni
2025-11-24mptcp: make mptcp_destroy_common() staticPaolo Abeni
2025-11-24mptcp: do not miss early first subflow close event notificationPaolo Abeni
2025-11-24mptcp: ensure the kernel PM does not take action too latePaolo Abeni
2025-11-24mptcp: cleanup fallback dummy mapping generationPaolo Abeni
2025-11-24mptcp: cleanup fallback data fin receptionPaolo Abeni
2025-11-24mptcp: fix memcg accounting for passive socketsPaolo Abeni