aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-156/+240
2025-11-27Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds5-39/+64
2025-11-27Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...Paolo Abeni1-8/+46
2025-11-27mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...Kuniyuki Iwashima1-0/+6
2025-11-27net: mctp: unconditionally set skb->dev on dst outputJeremy Kerr1-0/+1
2025-11-27libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang1-0/+2
2025-11-27libceph: replace BUG_ON with bounds check for map->max_osdziming zhang1-7/+11
2025-11-27ceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko1-4/+7
2025-11-26Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...Jakub Kicinski1-0/+3
2025-11-26mptcp: clear scheduled subflows on retransmitPaolo Abeni1-2/+11
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko1-4/+5
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-3/+2
2025-11-26libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov2-25/+42
2025-11-26socket: Split out a getsockname helper for io_uringGabriel Krisman Bertazi1-16/+20
2025-11-26socket: Unify getsockname and getpeername implementationGabriel Krisman Bertazi2-44/+15
2025-11-26net/sched: em_canid: fix uninit-value in em_canid_matchShaurya Rane1-0/+3
2025-11-26can: raw: instantly reject unsupported CAN framesOliver Hartkopp1-8/+46
2025-11-26wifi: mac80211: allow sharing identical chanctx for S1G interfacesLachlan Hodges2-3/+15
2025-11-25xsk: avoid data corruption on cq descriptor numberFernando Fernandez Mancera1-55/+88
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet3-18/+11
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet7-18/+21
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet1-2/+2
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet5-10/+10
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen14-0/+14
2025-11-25net: dsa: append ethtool counters of all hidden ports to conduitVladimir Oltean1-33/+93
2025-11-25net: dsa: use kernel data types for ethtool ops on conduitVladimir Oltean1-6/+5
2025-11-25net: dsa: cpu_dp->orig_ethtool_ops might be NULLVladimir Oltean1-7/+7
2025-11-25net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codelEric Dumazet3-3/+10
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet1-9/+13
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet1-10/+5
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet1-1/+1
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet1-0/+1
2025-11-25net_sched: sch_fq: prefetch one skb ahead in dequeue()Eric Dumazet1-2/+5
2025-11-25net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()Eric Dumazet1-1/+1
2025-11-25net_sched: cake: use qdisc_pkt_segs()Eric Dumazet1-9/+3
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet6-1/+6
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet1-1/+1
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet2-5/+12
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet1-1/+2
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet4-9/+9
2025-11-25wifi: cfg80211: include s1g_primary_2mhz when sending chandefLachlan Hodges1-0/+3
2025-11-24mptcp: leverage the backlog for RX packet processingPaolo Abeni2-58/+129
2025-11-24mptcp: introduce mptcp-level backlogPaolo Abeni3-9/+97
2025-11-24mptcp: borrow forward memory from subflowPaolo Abeni5-11/+46
2025-11-24mptcp: handle first subflow closing consistentlyPaolo Abeni2-6/+11
2025-11-24mptcp: drop the __mptcp_data_ready() helperPaolo Abeni1-12/+7
2025-11-24mptcp: make mptcp_destroy_common() staticPaolo Abeni2-23/+21
2025-11-24mptcp: do not miss early first subflow close event notificationPaolo Abeni1-2/+2
2025-11-24mptcp: ensure the kernel PM does not take action too latePaolo Abeni2-1/+5
2025-11-24mptcp: cleanup fallback dummy mapping generationPaolo Abeni2-1/+10