messages from 2026-01-15 10:26:29 to 2026-01-15 19:27:56 UTC [more...]
[Patch bpf-next v6 0/4] tcp_bpf: improve ingress redirection performance with message corking
2026-01-15 19:27 UTC (3+ messages)
` [Patch bpf-next v6 1/4] skmsg: rename sk_msg_alloc() to sk_msg_expand()
` [Patch bpf-next v6 2/4] skmsg: implement slab allocator cache for sk_msg
[PATCH net 0/3] net/sched: teql: Enforce hierarchy placement
2026-01-15 19:16 UTC (2+ messages)
[PATCH] net: airoha_eth: increase max mtu to 9220 for DSA jumbo frames
2026-01-15 19:10 UTC (4+ messages)
[PATCH net-next v5 0/2] dsa: mxl-gsw1xx: Support R(G)MII slew rate configuration
2026-01-15 19:05 UTC (3+ messages)
` [PATCH net-next v5 1/2] dt-bindings: net: dsa: lantiq,gswip: add MaxLinear R(G)MII slew rate
[PATCH net-next v9 0/9] Add support for providers with large rx buffer
2026-01-15 17:12 UTC (10+ messages)
` [PATCH net-next v9 1/9] net: memzero mp params when closing a queue
` [PATCH net-next v9 2/9] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v9 3/9] net: add bare bone queue configs
` [PATCH net-next v9 4/9] net: pass queue rx page size from memory provider
` [PATCH net-next v9 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v9 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v9 7/9] eth: bnxt: support qcfg provided rx page size
` [PATCH net-next v9 8/9] selftests: iou-zcrx: test large chunk sizes
` [PATCH net-next v9 9/9] io_uring/zcrx: document area chunking parameter
[PATCH net-next 07/15] mfd: core: add ability for cells to probe on a custom parent OF node
2026-01-15 18:57 UTC (14+ messages)
[PATCH bpf-next 0/4] bpf: tailcall: Eliminate max_entries and bpf_func access at runtime
2026-01-15 18:00 UTC (7+ messages)
[PATCH net-next 0/9] net: convert drivers to .get_rx_ring_count (part 2)
2026-01-15 17:51 UTC (11+ messages)
` [PATCH net-next 1/9] net: benet: convert to use .get_rx_ring_count
` [PATCH net-next 2/9] net: tsnep: "
` [PATCH net-next 3/9] net: mediatek: "
` [PATCH net-next 4/9] net: ena: "
` [PATCH net-next 5/9] net: lan743x: "
` [PATCH net-next 6/9] net: xgbe: "
` [PATCH net-next 7/9] net: cxgb4: "
` [PATCH net-next 8/9] net: macb: "
` [PATCH net-next 9/9] net: txgbe: "
[PATCH net-next v2 1/2] dt-bindings: net: airoha: npu: Add EN7581-7996 support
2026-01-15 17:50 UTC (11+ messages)
[PATCH net-next v3 0/4] net: thunderbolt: Various improvements
2026-01-15 17:44 UTC (7+ messages)
` [PATCH net-next v3 1/4] net: thunderbolt: Allow changing MAC address of the device
` [PATCH net-next v3 2/4] net: ethtool: Add support for 80Gbps speed
` [PATCH net-next v3 3/4] bonding: 3ad: Add support for SPEED_80000
` [PATCH net-next v3 4/4] net: thunderbolt: Allow reading link settings
[PATCH net-next] net: usb: sr9700: fix byte numbering in comments
2026-01-15 17:36 UTC (2+ messages)
[PATCH net-next v3 0/2] net: pcs: rzn1-miic: Support configurable PHY_LINK polarity
2026-01-15 17:36 UTC (3+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: pcs: renesas,rzn1-miic: Add phy_link property
[PATCH v2 net 0/3] fou/gue: Fix skb memleak with inner protocol 0
2026-01-15 17:31 UTC (6+ messages)
` [PATCH v2 net 1/3] gue: Fix skb memleak with inner IP "
` [PATCH v2 net 2/3] tools: ynl: Specify --no-line-number in ynl-regen.sh
` [PATCH v2 net 3/3] fou: Don't allow 0 for FOU_ATTR_IPPROTO
[PATCH v5 iwl-next] ice: add support for unmanaged DPLL on E830 NIC
2026-01-15 17:25 UTC (10+ messages)
` "
[PATCH] net: phy: qcom: replace CDT poll magic numbers with named constants
2026-01-15 17:23 UTC (2+ messages)
[PATCH net-next v2 0/2] Add support for PHY link active-level configuration in RZN1 MIIC driver
2026-01-15 17:22 UTC (3+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: pcs: renesas,rzn1-miic: Add renesas,miic-phylink-active-low property
[PATCH net-next v7 00/16] net: introduce QUIC infrastructure and core subcomponents
2026-01-15 15:11 UTC (17+ messages)
` [PATCH net-next v7 01/16] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v7 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v7 03/16] quic: provide common utilities and data structures
` [PATCH net-next v7 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v7 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v7 06/16] quic: add stream management
` [PATCH net-next v7 07/16] quic: add connection id management
` [PATCH net-next v7 08/16] quic: add path management
` [PATCH net-next v7 09/16] quic: add congestion control
` [PATCH net-next v7 10/16] quic: add packet number space
` [PATCH net-next v7 11/16] quic: add crypto key derivation and installation
` [PATCH net-next v7 12/16] quic: add crypto packet encryption and decryption
` [PATCH net-next v7 13/16] quic: add timer management
` [PATCH net-next v7 14/16] quic: add frame encoder and decoder base
` [PATCH net-next v7 15/16] quic: add packet builder base
` [PATCH net-next v7 16/16] quic: add packet parser base
[PATCH net-next v8 0/9] Add support for providers with large rx buffer
2026-01-15 17:10 UTC (4+ messages)
` [PATCH net-next v8 7/9] eth: bnxt: support qcfg provided rx page size
[PATCH net-next] pcnet32: remove VLB support
2026-01-15 17:08 UTC (6+ messages)
[PATCH v5] netfilter: nfnetlink_queue: optimize verdict lookup with hash table
2026-01-15 17:07 UTC (4+ messages)
[PATCH net-next 0/8] net: dsa: microchip: Add PTP support for the KSZ8463
2026-01-15 17:05 UTC (10+ messages)
` [PATCH net-next 1/8] net: dsa: microchip: Add support for KSZ8463 global irq
` [PATCH net-next 2/8] net: dsa: microchip: Decorrelate IRQ domain from port
` [PATCH net-next 3/8] net: dsa: microchip: Decorrelate msg_irq index from IRQ bit offset
` [PATCH net-next 4/8] net: dsa: microchip: Add support for KSZ8463's PTP interrupts
` [PATCH net-next 5/8] net: dsa: microchip: Add KSZ8463 tail tag handling
` [PATCH net-next 6/8] net: dsa: microchip: Enable Ethernet PTP detection
` [PATCH net-next 7/8] net: dsa: microchip: Adapt port offset for KSZ8463's PTP register
` [PATCH net-next 8/8] net: dsa: microchip: Add two-step PTP support for KSZ8463
[PATCH iproute2 2/2] tc: cake: add cake_mq support
2026-01-15 16:30 UTC (2+ messages)
[PATCH 00/19] printk cleanup - part 3
2026-01-15 16:28 UTC (15+ messages)
` [PATCH 09/19] m68k: emu: nfcon.c: Migrate to register_console_force helper
` [PATCH 10/19] fs: pstore: platform: "
` [PATCH 11/19] powerpc: kernel: udbg: "
` [PATCH 12/19] sparc: kernel: btext: "
` [PATCH 13/19] um: drivers: mconsole_kern.c: "
` [PATCH 14/19] drivers: hwtracing: stm: console.c: "
` [PATCH 16/19] drivers: tty: serial: ma35d1_serial: "
[PATCH iwl-net v2 0/1] ice: Fix persistent failure in ice_get_rxfh
2026-01-15 16:26 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH net-next v2 0/2] selftests: net: improve error handling in passive TFO test
2026-01-15 16:21 UTC (4+ messages)
` [PATCH net-next v2 2/2] "
[PATCH] wifi: iwlwifi: ptp: Fix potential race condition in PTP removal
2026-01-15 16:15 UTC
[PATCH v2 net-next] net: ethernet: dnet: remove driver
2026-01-15 16:07 UTC (2+ messages)
[PATCH net-next v3 0/2] net: airoha: Init Block Ack memory region for MT7996 NPU offloading
2026-01-15 16:04 UTC (3+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: airoha: npu: Add BA memory region
[PATCH v3 0/2] net: phy: adin: enable configuration of the LP Termination Register
2026-01-15 15:59 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: net: adi,adin: document LP Termination property
[can-next 0/5] can: remove private skb headroom infrastructure
2026-01-15 15:37 UTC (2+ messages)
[PATCH RFC net-next 00/14] net: stmmac: SerDes, PCS, BASE-X, and inband goodies
2026-01-15 15:15 UTC (6+ messages)
` [PATCH net-next 04/14] net: stmmac: wrap phylink's rx_clk_stop functions
` [PATCH net-next 05/14] net: stmmac: add stmmac core serdes support
[PATCH net-next 0/2] Add Frame Preemption MAC Merge support for ICSSG
2026-01-15 14:57 UTC (3+ messages)
` [PATCH net-next 1/2] net: ti: icssg-prueth: Add Frame Preemption MAC Merge support
[PATCH net-next v5 0/4] net: dsa: initial support for MaxLinear MxL862xx switches
2026-01-15 14:57 UTC (3+ messages)
` [PATCH net-next v5 2/4] net: dsa: add tag format for "
[PATCH net-next] selftests: net: Add kernel selftest for RFC 4884
2026-01-15 14:51 UTC (2+ messages)
[syzbot] [isdn4linux?] KCSAN: data-race in mISDN_ioctl / mISDN_read (4)
2026-01-15 14:50 UTC
[PATCH net-next 0/3] net/mlx5e: RX datapath enhancements
2026-01-15 14:46 UTC (6+ messages)
` [PATCH net-next 1/3] net/mlx5e: RX, Drop oversized packets in non-linear mode
` [PATCH net-next 3/3] net/mlx5e: SHAMPO, Switch to header memcpy
[PATCH net-next v3] wireguard: allowedips: Use kfree_rcu() instead of call_rcu()
2026-01-15 14:40 UTC (8+ messages)
` [net-next,v3] "
` [net-next, v3] "
[PATCH net 0/6] net/sched: Fix packet loops in mirred and netem
2026-01-15 14:32 UTC (3+ messages)
[PATCH net-next v2] net/tcp_sigpool: Enable compile-testing
2026-01-15 14:27 UTC
[GIT PULL] Networking for v6.19-rc6
2026-01-15 14:20 UTC
[PATCH net-next v9 1/1] Documentation: net: add flow control guide and document ethtool API
2026-01-15 14:07 UTC
[PATCH v2] docs: netdev: refine 15-patch limit
2026-01-15 13:54 UTC
[PATCH net v3 0/3] disable interrupts and ensure dbell updation
2026-01-15 13:46 UTC (5+ messages)
` [PATCH net v3 3/3] octeon_ep_vf: ensure dbell BADDR updation
` [EXTERNAL] "
[PATCH ipsec-next 0/6] xfrm: XFRM_MSG_MIGRATE_STATE new netlink message
2026-01-15 13:44 UTC (5+ messages)
` [PATCH ipsec-next 4/6] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
` [devel-ipsec] "
[PATCH net 0/4] pull-request: can 2026-01-14
2026-01-15 13:27 UTC (7+ messages)
` [PATCH net 3/4] can: raw: instantly reject disabled CAN frames
[PATCH net 0/4] pull-request: can 2026-01-15
2026-01-15 13:18 UTC (4+ messages)
` [PATCH net 1/4] Revert "can: raw: instantly reject unsupported CAN frames"
[PATCH v2 net-next 0/1] AccECN packetdrill selftest series
2026-01-15 12:33 UTC (5+ messages)
[PATCH net-next 1/2] net: remove legacy way to get/set HW timestamp config
2026-01-15 12:31 UTC (5+ messages)
` [PATCH net-next 2/2] selftests: drv-net: extend HW timestamp test with ioctl
[PATCH v8 net-next 00/14] AccECN protocol case handling series
2026-01-15 12:28 UTC (15+ messages)
` [PATCH v8 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v8 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v8 net-next 03/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v8 net-next 04/14] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v8 net-next 05/14] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v8 net-next 06/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v8 net-next 07/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v8 net-next 08/14] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v8 net-next 09/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v8 net-next 10/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v8 net-next 11/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v8 net-next 12/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v8 net-next 13/14] tcp: accecn: enable AccECN
` [PATCH v8 net-next 14/14] selftests/net: packetdrill: add TCP Accurate ECN cases
[PATCH net-next v1] net: sched: sfq: add detailed drop reasons for monitoring
2026-01-15 12:23 UTC
[PATCH net-next v5 0/5] bnxt_fwctl: fwctl for Broadcom Netxtreme devices
2026-01-15 12:21 UTC (6+ messages)
` [PATCH net-next v5 2/5] bnxt_en: Refactor aux bus functions to be more generic
[PATCH 1/2] xfrm: Fix inner mode lookup in tunnel mode GSO segmentation
2026-01-15 12:10 UTC (2+ messages)
[PATCH net v2] net: stmmac: fix transmit queue timed out after resume
2026-01-15 12:09 UTC (3+ messages)
` "
[PATCH net-next 00/12] dpll: Core improvements and ice E825-C SyncE support
2026-01-15 12:01 UTC (3+ messages)
` [PATCH net-next 01/12] dt-bindings: dpll: add common dpll-pin-consumer schema
[PATCH iproute2] devlink: Fix resource show output
2026-01-15 11:50 UTC
[net-next v7 0/8] net: wwan: add NMEA port type support
2026-01-15 11:46 UTC (9+ messages)
` [net-next v7 1/8] net: wwan: core: remove unused port_id field
` [net-next v7 2/8] net: wwan: core: explicit WWAN device reference counting
` [net-next v7 3/8] net: wwan: core: split port creation and registration
` [net-next v7 4/8] net: wwan: core: split port unregister and stop
` [net-next v7 5/8] net: wwan: add NMEA port support
` [net-next v7 6/8] net: wwan: hwsim: refactor to support more port types
` [net-next v7 7/8] net: wwan: hwsim: support NMEA port emulation
` [net-next v7 8/8] net: wwan: mhi_wwan_ctrl: Add NMEA channel support
[net-next v6 0/8] net: wwan: add NMEA port type support
2026-01-15 11:43 UTC (2+ messages)
` "
[PATCH net-next] net: inline napi_skb_cache_get()
2026-01-15 11:40 UTC (4+ messages)
[PATCH] net: usb: r8152: fix transmit queue timeout
2026-01-15 11:42 UTC (4+ messages)
[PATCH v5 00/11] Add support for Microchip LAN969x
2026-01-15 11:37 UTC (12+ messages)
` [PATCH v5 01/11] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom
` [PATCH v5 02/11] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart
` [PATCH v5 03/11] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng
` [PATCH v5 04/11] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes
` [PATCH v5 05/11] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha
` [PATCH v5 06/11] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x
` [PATCH v5 07/11] arm64: dts: microchip: add LAN969x clock header file
` [PATCH v5 08/11] arm64: dts: microchip: add LAN969x support
` [PATCH v5 09/11] dt-bindings: arm: AT91: document EV23X71A board
` [PATCH v5 10/11] dt-bindings: net: sparx5: do not require phys when RGMII is used
` [PATCH v5 11/11] arm64: dts: microchip: add EV23X71A board
[PATCH net v5] net: nfc: nci: Fix parameter validation for packet data
2026-01-15 11:25 UTC (2+ messages)
[PATCH bpf-next v10 00/12] bpf: fsession support
2026-01-15 11:22 UTC (13+ messages)
` [PATCH bpf-next v10 01/12] bpf: add "
` [PATCH bpf-next v10 02/12] bpf: use the least significant byte for the nr_args in trampoline
` [PATCH bpf-next v10 03/12] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v10 04/12] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v10 05/12] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v10 06/12] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v10 07/12] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v10 08/12] libbpf: add fsession support
` [PATCH bpf-next v10 09/12] bpftool: "
` [PATCH bpf-next v10 10/12] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v10 11/12] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v10 12/12] selftests/bpf: test fsession mixed with fentry and fexit
[PATCH net-next 0/3] net/mlx5: HWS single flow counter support
2026-01-15 11:20 UTC (4+ messages)
` [PATCH net-next 3/3] net/mlx5: Initialize bulk for single flow counters
[PATCH net-next V2 0/3] Introduce and use netif_xmit_timeout_ms() helper
2026-01-15 11:10 UTC (2+ messages)
[PATCH net] bonding: Fix header_ops type confusion
2026-01-15 11:06 UTC (7+ messages)
[PATCH v3 net-next 00/10] geneve: introduce double tunnel GSO/GRO support
2026-01-15 10:13 UTC (3+ messages)
` [PATCH v3 net-next 10/10] selftests: net: tests for add double tunneling GRO/GSO
[PATCH net] l2tp: avoid one data-race in l2tp_tunnel_del_work()
2026-01-15 10:59 UTC (2+ messages)
[PATCH net v2] selftests: net: fib-onlink-tests: Convert to use namespaces by default
2026-01-15 10:51 UTC (2+ messages)
[PATCH net-next v1 0/3] r8169: add dash/LTR/RTL9151AS support
2026-01-15 10:51 UTC (4+ messages)
` [PATCH net-next v1 3/3] r8169: add support for chip RTL9151AS
[PATCH RESEND net-next v4 0/4] A series of minor optimizations of the bonding module
2026-01-15 10:46 UTC (3+ messages)
` [PATCH RESEND net-next v4 1/4] net: bonding: use workqueue to make sure peer notify updated in lacp mode
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox