summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-11-26can: raw: instantly reject unsupported CAN framesOliver Hartkopp-8/+46
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet-18/+11
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet-18/+21
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet-2/+2
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet-10/+10
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+14
2025-11-25net: dsa: append ethtool counters of all hidden ports to conduitVladimir Oltean-33/+93
2025-11-25net: dsa: use kernel data types for ethtool ops on conduitVladimir Oltean-6/+5
2025-11-25net: dsa: cpu_dp->orig_ethtool_ops might be NULLVladimir Oltean-7/+7
2025-11-25net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codelEric Dumazet-3/+10
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet-9/+13
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet-10/+5
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet-1/+1
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet-0/+1
2025-11-25net_sched: sch_fq: prefetch one skb ahead in dequeue()Eric Dumazet-2/+5
2025-11-25net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()Eric Dumazet-1/+1
2025-11-25net_sched: cake: use qdisc_pkt_segs()Eric Dumazet-9/+3
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet-1/+6
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet-1/+1
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet-5/+12
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet-1/+2
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet-9/+9
2025-11-24mptcp: leverage the backlog for RX packet processingPaolo Abeni-58/+129
2025-11-24mptcp: introduce mptcp-level backlogPaolo Abeni-9/+97
2025-11-24mptcp: borrow forward memory from subflowPaolo Abeni-11/+46
2025-11-24mptcp: handle first subflow closing consistentlyPaolo Abeni-6/+11
2025-11-24mptcp: drop the __mptcp_data_ready() helperPaolo Abeni-12/+7
2025-11-24mptcp: make mptcp_destroy_common() staticPaolo Abeni-23/+21
2025-11-24mptcp: do not miss early first subflow close event notificationPaolo Abeni-2/+2
2025-11-24mptcp: ensure the kernel PM does not take action too latePaolo Abeni-1/+5
2025-11-24mptcp: cleanup fallback dummy mapping generationPaolo Abeni-1/+10
2025-11-24mptcp: cleanup fallback data fin receptionPaolo Abeni-1/+3
2025-11-24mptcp: fix memcg accounting for passive socketsPaolo Abeni-11/+38
2025-11-24mptcp: grafting MPJ subflow earlierPaolo Abeni-7/+23
2025-11-24mptcp: factor-out cgroup data inherit helperPaolo Abeni-8/+14
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni-16/+19
2025-11-24net: optimize eth_type_trans() vs CONFIG_STACKPROTECTOR_STRONG=yEric Dumazet-8/+8
2025-11-20devlink: support default values for param-get and param-setDaniel Zahka-14/+96
2025-11-20devlink: refactor devlink_nl_param_value_fill_one()Daniel Zahka-31/+39
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-9/+13
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla-0/+8
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet-4/+26
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet-7/+2
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-201/+232
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-191/+216
2025-11-20vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj-9/+31
2025-11-20l2tp: reset skb control buffer on xmitDavid Bauer-3/+3
2025-11-19net: prefetch the next skb in napi_skb_cache_get()Jason Xing-0/+2
2025-11-19net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing-6/+8
2025-11-19net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing-1/+1