public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-05 02:25:23 to 2026-02-05 10:52:43 UTC [more...]

[PATCH iwl-next v3] igb: Retrieve Tx timestamp directly from interrupt for i210
 2026-02-05 10:52 UTC  (5+ messages)
` [Intel-wired-lan] "
  `  "
      `  "

[PATCH v2 net-next] net: marvell: prestera: fix FEC error message for SFP ports
 2026-02-05 10:49 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v3 0/5] landlock: Pathname-based UNIX connect() control
 2026-02-05 10:36 UTC  (4+ messages)
` [PATCH v3 1/5] lsm: Add hook security_unix_find

[PATCH v7 0/2] net: mhi: Add support to enable ethernet interface
 2026-02-05 10:34 UTC  (3+ messages)
` [PATCH v7 1/2] net: mhi: Enable Ethernet interface support
` [PATCH v7 2/2] bus: mhi: host: pci: Enable IP_SW1, IP_ETH0 and IP_ETH1 channels for QDU100

[Patch net] MAINTAINERS: Remove myself from TC maintainers
 2026-02-05 10:30 UTC  (3+ messages)

[PATCH net-next 0/4] net: stmmac: fix serdes power methods
 2026-02-05 10:28 UTC  (3+ messages)

[PATCH net-next v5 0/9] dpll: Core improvements and ice E825-C SyncE support
 2026-02-05 10:17 UTC  (18+ messages)
` [PATCH net-next v5 1/9] dpll: Allow associating dpll pin with a firmware node
` [PATCH net-next v5 2/9] dpll: zl3073x: Associate pin with fwnode handle
  ` [Intel-wired-lan] "
` [PATCH net-next v5 3/9] dpll: Add notifier chain for dpll events
  ` [Intel-wired-lan] "
` [PATCH net-next v5 4/9] dpll: Support dynamic pin index allocation
` [PATCH net-next v5 5/9] dpll: zl3073x: Add support for mux pin type
` [PATCH net-next v5 6/9] dpll: Enhance and consolidate reference counting logic
` [PATCH net-next v5 7/9] dpll: Add reference count tracking support
  ` [Intel-wired-lan] "
` [PATCH net-next v5 8/9] drivers: Add support for DPLL reference count tracking

[PATCH v1 iwl-net] igc: fix null pointer dereference in igc_eeprom_test() on NVM-less devices
 2026-02-05 10:16 UTC  (4+ messages)
  ` [PATCH v1 iwl-net] igc: fix null pointer dereference in

[PATCH net v1] net: atm: fix crash due to unvalidated vcc pointer in sigd_send()
 2026-02-05  9:54 UTC 

[PATCH v2] bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-02-05  9:54 UTC  (2+ messages)

[PATCH net-next v11 0/3] Add support for Nuvoton MA35D1 GMAC
 2026-02-05  9:38 UTC  (3+ messages)
` [PATCH net-next v11 3/3] net: stmmac: dwmac-nuvoton: Add dwmac glue for Nuvoton MA35 family

[PATCH net 2/2] xsk: Fix zero-copy AF_XDP fragment drop
 2026-02-05  9:28 UTC  (2+ messages)

[PATCH net-next v5 00/13] net: phy_port: SFP modules representation and phy_port listing
 2026-02-05  9:23 UTC  (14+ messages)
` [PATCH net-next v5 01/13] net: phy: initialize the port support based on the PHY's for OF ports
` [PATCH net-next v5 02/13] net: phy: phy_port: Cleanup the of-parsing logic for phy_port
` [PATCH net-next v5 03/13] net: phy: phy_port: Correctly recompute the port's linkmodes
` [PATCH net-next v5 04/13] net: phy: phy_link_topology: Add a helper for opportunistic alloc
` [PATCH net-next v5 05/13] net: phy: phy_link_topology: Track ports in phy_link_topology
` [PATCH net-next v5 06/13] net: phylink: Register a phy_port for MAC-driven SFP busses
` [PATCH net-next v5 07/13] net: phy: Create SFP phy_port before registering upstream
` [PATCH net-next v5 08/13] net: phy: Represent PHY-less SFP modules with phy_port
` [PATCH net-next v5 09/13] net: phylink: "
` [PATCH net-next v5 10/13] net: phy: phy_port: Store information about a MII port's vacant state
` [PATCH net-next v5 11/13] net: phy: phy_link_topology: Add a helper to retrieve ports
` [PATCH net-next v5 12/13] netlink: specs: Add ethernet port listing with ethtool
` [PATCH net-next v5 13/13] net: ethtool: Introduce ethtool command to list ports

[PATCH v5 00/18] Add support for MT8189 clock controller
 2026-02-05  9:20 UTC  (3+ messages)
` [PATCH v5 01/18] dt-bindings: clock: Add MediaTek MT8189 clock

[PATCH net-next v4] ppp: enable TX scatter-gather
 2026-02-05  9:20 UTC  (2+ messages)

[PATCH v7 net-next 00/15] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-02-05  8:57 UTC  (16+ messages)
` [PATCH v7 net-next 01/15] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH v7 net-next 02/15] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH v7 net-next 03/15] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH v7 net-next 04/15] net: fec: add fec_build_skb() to build a skb
` [PATCH v7 net-next 05/15] net: fec: improve fec_enet_rx_queue()
` [PATCH v7 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH v7 net-next 07/15] net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
` [PATCH v7 net-next 08/15] net: fec: transmit XDP frames in bulk
` [PATCH v7 net-next 09/15] net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
` [PATCH v7 net-next 10/15] net: fec: use switch statement to check the type of tx_buf
` [PATCH v7 net-next 11/15] net: fec: remove the size parameter from fec_enet_create_page_pool()
` [PATCH v7 net-next 12/15] net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
` [PATCH v7 net-next 13/15] net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
` [PATCH v7 net-next 14/15] net: fec: improve fec_enet_tx_queue()
` [PATCH v7 net-next 15/15] net: fec: add AF_XDP zero-copy support

[PATCH net-next RFC v1 0/3] net: sched: refactor qdisc drop reasons into dedicated tracepoint
 2026-02-05  8:48 UTC  (3+ messages)

[PATCH iwl-next] ixgbe: e610: remove redundant assignment
 2026-02-05  8:35 UTC  (4+ messages)
  ` [Intel-wired-lan] "

[PATCH net-next v2] net: ti: icssg: Remove dedicated workqueue for ndo_set_rx_mode callback
 2026-02-05  8:34 UTC  (2+ messages)

[PATCH net-next] net: intel: fix PCI device ID conflict between i40e and ipw2200
 2026-02-05  8:33 UTC  (7+ messages)

[PATCH net-next] net: tcp_bbr: use high pacing gain when the sender fails to put enough data inflight
 2026-02-05  8:29 UTC  (5+ messages)

[syzbot] [bpf?] WARNING: refcount bug in __add_used_btf
 2026-02-05  8:30 UTC  (5+ messages)

[PATCH ethtool v1] ethtool: add --show-mse netlink support
 2026-02-05  8:26 UTC  (2+ messages)

[PATCH net-next 00/15] mptcp: misc. features for v6.20/7.0
 2026-02-05  8:23 UTC  (6+ messages)
` [PATCH net-next 07/15] mptcp: allow overridden write_space to be invoked

[PATCH] net: qrtr: Expand control port access to root
 2026-02-05  8:21 UTC 

[BUG] vsock: poll() not waking on data arrival, causing multi-second SSH delays
 2026-02-05  8:18 UTC 

[PATCH net 0/2] Modify multicast entry handling in ALE table
 2026-02-05  8:15 UTC  (4+ messages)
` [PATCH net 1/2] net: ethernet: ti: am65-cpsw-nuss: Update port_mask while adding multicast entry
` [PATCH net 2/2] net: ethernet: ti: cpsw_ale: Update multicast entry handling in ALE Table

[PATCH net-next v6 0/4] net: netconsole: convert to NBCON console infrastructure
 2026-02-05  8:09 UTC  (3+ messages)
` [PATCH net-next v6 1/4] printk: Add execution context (task name/CPU) to printk_info

[BUG] vsock: poll() not waking on data arrival, causing multi-second SSH delays
 2026-02-05  7:53 UTC 

[PATCH net] net: renesas: rswitch: fix forwarding offload statemachine
 2026-02-05  7:58 UTC  (5+ messages)

[PATCH net] xfrm: skip templates check for packet offload tunnel mode
 2026-02-05  7:58 UTC  (2+ messages)

[PATCH net-next v1] xfrm6: fix uninitialized saddr in xfrm6_get_saddr()
 2026-02-05  7:57 UTC  (2+ messages)

[PATCH v6] netns: optimize netns cleaning by batching unhash_nsid calls
 2026-02-05  7:56 UTC  (2+ messages)

[PATCH v6.1-v6.12 ] ipv6: use RCU in ip6_xmit()
 2026-02-05  7:47 UTC 

[PATCH v5.10-v5.15 ] ipv6: use RCU in ip6_xmit()
 2026-02-05  7:46 UTC 

[PATCH][net-next] nfp: flower: use GFP_KERNEL in idr_preload
 2026-02-05  7:48 UTC  (2+ messages)
` 答复: "

[PATCH v5.10-v6.6 ] netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAX
 2026-02-05  7:42 UTC 

[PATCH net 0/1] netfilter: update for net
 2026-02-05  7:44 UTC  (2+ messages)
` [PATCH net 1/1] netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()

[PATCH net-next 0/6] net: stmmac: rk: final cleanups part
 2026-02-05  7:44 UTC  (4+ messages)
` [PATCH net-next 5/6] net: stmmac: rk: use rk_encode_wm16() for clock selection

[PATCH net-next 0/5] net/mlx5e: Report more netdev stats
 2026-02-05  7:43 UTC  (4+ messages)
` [PATCH net-next 2/5] net/mlx5e: Report hw_gro_packets and hw_gro_bytes "

[PATCH bpf] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-02-05  7:39 UTC  (5+ messages)

[PATCH bpf-next v6 00/17] Remove task and cgroup local storage percpu counters
 2026-02-05  7:37 UTC  (21+ messages)
` [PATCH bpf-next v6 01/17] bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
` [PATCH bpf-next v6 02/17] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v6 03/17] bpf: Convert bpf_selem_link_map "
` [PATCH bpf-next v6 04/17] bpf: Convert bpf_selem_unlink "
` [PATCH bpf-next v6 05/17] bpf: Change local_storage->lock and b->lock to rqspinlock
` [PATCH bpf-next v6 06/17] bpf: Remove task local storage percpu counter
` [PATCH bpf-next v6 07/17] bpf: Remove cgroup "
` [PATCH bpf-next v6 08/17] bpf: Remove unused percpu counter from bpf_local_storage_map_free
` [PATCH bpf-next v6 09/17] bpf: Prepare for bpf_selem_unlink_nofail()
` [PATCH bpf-next v6 10/17] bpf: Support lockless unlink when freeing map or local storage
` [PATCH bpf-next v6 11/17] bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
` [PATCH bpf-next v6 12/17] selftests/bpf: Update sk_storage_omem_uncharge test
` [PATCH bpf-next v6 13/17] selftests/bpf: Update task_local_storage/recursion test
` [PATCH bpf-next v6 14/17] selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
` [PATCH bpf-next v6 15/17] selftests/bpf: Remove test_task_storage_map_stress_lookup
` [PATCH bpf-next v6 16/17] selftests/bpf: Choose another percpu variable in bpf for btf_dump test
` [PATCH bpf-next v6 17/17] selftests/bpf: Fix outdated test on storage->smap

[PATCH net-next] net: arcnet: com20020-pci: use module_pci_driver
 2026-02-05  7:06 UTC 

[PATCH net v3] xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path
 2026-02-05  7:02 UTC 

[PATCH net] net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in uhdlc_memclean()
 2026-02-05  6:54 UTC  (2+ messages)

[PATCH net-next] net: arcnet: com20020-pci: fix support for 2.5Mbit cards
 2026-02-05  6:51 UTC 

[PATCH net-next v4 0/2] virtio_net: add page_pool support
 2026-02-05  6:40 UTC  (12+ messages)
` [PATCH net-next v4 1/2] virtio_net: add page_pool support for buffer allocation
` [PATCH net-next v4 2/2] selftests: virtio_net: add buffer circulation test

[PATCH v6 net-next 06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path
 2026-02-05  6:16 UTC  (3+ messages)
` [v6,net-next,06/15] "

INVOICE FOR DECEMBER '25
 2026-02-05  6:09 UTC 

[PATCH v6 net-next 15/15] net: fec: add AF_XDP zero-copy support
 2026-02-05  6:04 UTC  (3+ messages)
` [v6,net-next,15/15] "

[PATCH v2] net: mscc: ocelot: add missing lock protection in ocelot_port_xmit()
 2026-02-05  5:49 UTC  (3+ messages)

[PATCH net-next 1/2] net: ti: icssg-prueth-sr1: Remove unused workqueue
 2026-02-05  5:49 UTC  (4+ messages)
` [net-next,1/2] "

[PATCH net 0/4] bnxt_en: Fix RSS context and ntuple filter issues
 2026-02-05  5:41 UTC  (6+ messages)
` [PATCH net 4/4] selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up

[PATCH net-next 0/3] net: dsa: yt921x: Use u64_stats_t for MIB stats
 2026-02-05  5:32 UTC  (6+ messages)
` [PATCH net-next 1/3] net: dsa: yt921x: Refactor port error message
` [PATCH net-next 3/3] net: dsa: yt921x: Use u64_stats_t for MIB stats

[GIT PULL] wireless-next-2026-02-04
 2026-02-05  5:31 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: Extend TC max ratelimit using max_bw_value_msb
 2026-02-05  5:30 UTC  (2+ messages)

[PATCH net-next V2 0/2] net/mlx5e: RX datapath enhancements
 2026-02-05  5:30 UTC  (2+ messages)

[PATCH net-next 2/3] net: dsa: yt921x: Return early for failed MIB read
 2026-02-05  5:08 UTC  (2+ messages)
` [net-next,2/3] "

[PATCH 2/2] [v3] myri10ge: avoid uninitialized variable use
 2026-02-05  4:57 UTC  (2+ messages)
` [2/2,v3] "

[PATCH net-next] net: stmmac: remove support for lpi_intr_o
 2026-02-05  5:00 UTC  (2+ messages)

[PATCH net-next v5 0/8] net/rds: RDS-TCP protocol and extension improvements
 2026-02-05  5:00 UTC  (2+ messages)

[PATCH V2 net-next] net: stmmac: Fix typo from clk_scr_i to clk_csr_i
 2026-02-05  4:50 UTC  (2+ messages)

[PATCH v3 net-next] net/iucv: clean up iucv kernel-doc warnings
 2026-02-05  4:50 UTC  (3+ messages)

[PATCH net-next] tcp: split tcp_check_space() in two parts
 2026-02-05  4:50 UTC  (2+ messages)

[PATCH net-next] tcp: use __skb_push() in __tcp_transmit_skb()
 2026-02-05  4:50 UTC  (2+ messages)

[PATCH] ovpn: Replace use of system_wq with system_percpu_wq
 2026-02-05  4:50 UTC  (2+ messages)

[PATCH net-next] net_sched: sch_fq: tweak unlikely() hints in fq_dequeue()
 2026-02-05  4:50 UTC  (2+ messages)

[PATCH net-next] tcp: move tcp_rbtree_insert() to tcp_output.c
 2026-02-05  4:50 UTC  (2+ messages)

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-02-05  3:59 UTC  (18+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[PATCH net-next v10 0/5] net: devmem: improve cpu cost of RX token management
 2026-02-05  3:48 UTC  (9+ messages)

[PATCH net-next] net: marvell: prestera: fix FEC error message for SFP ports
 2026-02-05  3:16 UTC  (6+ messages)
    ` [EXTERNAL] "

[PATCH net] atm: fore200e: fix use-after-free in tasklets during device removal
 2026-02-05  3:03 UTC 

[PATCH RFC v2 0/2] virtio-net: add flow filter for receive timestamps
 2026-02-05  2:52 UTC  (7+ messages)
` [PATCH RFC v2 2/2] virtio-net: support receive timestamp

[PATCH v6 0/4] tls: Add TLS 1.3 hardware offload support
 2026-02-05  2:52 UTC  (5+ messages)
` [PATCH v6 4/4] selftests: tls: add two-node hardware offload test

[PATCH] vmw_vsock: bypass false-positive Wnonnull warning with gcc-16
 2026-02-05  2:50 UTC  (4+ messages)

[PATCH net-next v2] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx, rx} clocks
 2026-02-05  2:50 UTC  (2+ messages)

[PATCH v2] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks To: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>, Andrew Lunn <andrew+netdev@lunn.ch>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org>, Geert Uytterhoeven <geert+renesas@glider.be>, Magnus Damm <magnus.damm@gmail.com>
 2026-02-05  2:50 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
 2026-02-05  2:50 UTC  (5+ messages)

[PATCH net 0/2] net: cpsw_new: Fix multiple issues in the cpsw_probe() error path
 2026-02-05  2:47 UTC  (3+ messages)
` [PATCH net 1/2] net: cpsw_new: Fix unnecessary netdev unregistration in "
` [PATCH net 2/2] net: cpsw_new: Fix potential unregister of netdev that has not been registered yet

[PATCH v2] ice: fix race condition in TX timestamp ring cleanup
 2026-02-05  2:43 UTC 

[Intel-wired-lan] [PATCH] ice: fix race condition in TX timestamp ring cleanup
 2026-02-05  2:34 UTC  (2+ messages)

[PATCH net-next v8 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-02-05  2:34 UTC  (6+ messages)
` [PATCH net-next v8 15/16] selftests/net: Add env for container based tests

[PATCH net-next v25 0/6] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
 2026-02-05  2:33 UTC  (8+ messages)
` [PATCH net-next v25 4/6] eea: create/destroy rx,tx queues for netdevice open and stop
  ` [net-next,v25,4/6] "

[PATCH v6 0/3] s32g: Use a syscon for GPR
 2026-02-05  2:30 UTC  (2+ messages)

[PATCH net-next v8 10/13] octeontx2-af: npc: cn20k: Allocate MCAM entry for flow installation
 2026-02-05  2:25 UTC  (2+ messages)
` [net-next,v8,10/13] "

[PATCH net-next v8 09/13] octeontx2-af: npc: cn20k: virtual index support
 2026-02-05  2:25 UTC  (2+ messages)
` [net-next,v8,09/13] "

[PATCH net-next v8 08/13] octeontx2-af: npc: cn20k: Add new mailboxes for CN20K silicon
 2026-02-05  2:25 UTC  (2+ messages)
` [net-next,v8,08/13] "

[PATCH net-next v8 02/13] octeontx2-af: npc: cn20k: KPM profile changes
 2026-02-05  2:25 UTC  (2+ messages)
` [net-next,v8,02/13] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox