netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-18 12:00:43 to 2025-06-18 21:19:51 UTC [more...]

[PATCH net-next v1] net/mlx4e: Don't redefine IB_MTU_XXX enum
 2025-06-18 21:20 UTC  (2+ messages)

[PATCH net] net: ethtool: remove duplicate defines for family info
 2025-06-18 21:20 UTC  (2+ messages)

[PATCH RESUBMIT net] net: ftgmac100: select FIXED_PHY
 2025-06-18 21:20 UTC  (2+ messages)

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2025-06-17 (ice, e1000e)
 2025-06-18 21:20 UTC  (2+ messages)

[PATCH net-next v2 0/6] Add Ethernet MAC support for SpacemiT K1
 2025-06-18 21:17 UTC  (3+ messages)
` [PATCH net-next v2 2/6] net: spacemit: Add K1 Ethernet MAC

[GIT PULL] wireless-2025-06-18
 2025-06-18 21:05 UTC 

Tulip 21142 panic on physical link disconnect
 2025-06-18 20:59 UTC  (7+ messages)

[PATCH net-next 0/3] gve: XDP TX and redirect support for DQ RDA
 2025-06-18 20:56 UTC  (4+ messages)
` [PATCH net-next 1/3] gve: rename gve_xdp_xmit to gve_xdp_xmit_gqi
` [PATCH net-next 2/3] gve: refactor DQO TX methods to be more generic for XDP
` [PATCH net-next 3/3] gve: add XDP_TX and XDP_REDIRECT support for DQ RDA

[PATCH net-next 00/10] eth: finish migration to the new RXFH callbacks
 2025-06-18 20:38 UTC  (11+ messages)
` [PATCH net-next 01/10] eth: sfc: falcon: migrate to "
` [PATCH net-next 02/10] eth: sfc: siena: "
` [PATCH net-next 03/10] eth: sfc: "
` [PATCH net-next 04/10] eth: benet: "
` [PATCH net-next 05/10] eth: qede: "
` [PATCH net-next 06/10] eth: mlx5: "
` [PATCH net-next 07/10] eth: nfp: "
` [PATCH net-next 08/10] eth: hinic: "
` [PATCH net-next 09/10] eth: hns3: "
` [PATCH net-next 10/10] net: ethtool: don't mux RXFH via rxnfc callbacks

[PATCH net-next 0/5] eth: migrate some drivers to new RXFH callbacks
 2025-06-18 20:30 UTC  (2+ messages)

[PATCH net-next 0/5] eth: migrate more drivers to new RXFH callbacks
 2025-06-18 20:30 UTC  (2+ messages)

[net-next, 09/10] bng_en: Initialize default configuration
 2025-06-18 20:16 UTC  (2+ messages)

[BUG] net/sched: Soft Lockup/Task Hang and OOM Loop in netem_dequeue
 2025-06-18 20:09 UTC  (11+ messages)

[PATCH v6 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-18 19:54 UTC  (6+ messages)
` [PATCH v6 01/15] docs: conf.py: properly handle include and exclude patterns

[PATCH] bonding: Improve the accuracy of LACPDU transmissions
 2025-06-18 19:53 UTC 

[PATCH net] i40e: report VF tx_dropped with tx_errors instead of tx_discards
 2025-06-18 19:52 UTC 

[PATCH RFC net] net/mlx5: Avoid NULL dereference in dest_is_valid
 2025-06-18 19:49 UTC  (4+ messages)

[syzbot] [net?] WARNING: proc registration bug in atm_dev_register
 2025-06-18 19:47 UTC  (2+ messages)

[net-next PATCH] octeontx2-af: Fix rvu_mbox_init return path
 2025-06-18 19:43 UTC  (2+ messages)

[PATCH net-next 0/2] net: stmmac: loongson1: cleanups
 2025-06-18 19:27 UTC  (6+ messages)
` [PATCH net-next 1/2] net: stmmac: loongson1: provide match data struct
` [PATCH net-next 2/2] net: stmmac: loongson1: get ls1b resource only once

[PATCH net-next 0/2] net: xsk: add two sysctl knobs
 2025-06-18 19:24 UTC  (5+ messages)

[PATCH net-next v2] net: xsk: add sysctl_xsk_max_tx_budget in the xmit path
 2025-06-18 19:21 UTC  (3+ messages)

[PATCH 0/3] QRTR bus and Qualcomm Sensor Manager IIO drivers
 2025-06-18 19:19 UTC  (3+ messages)
` [PATCH 3/3] iio: Add Qualcomm Sensor Manager drivers

[PATCH net-next v2] net: gianfar: Use device_get_named_child_node_count()
 2025-06-18 18:56 UTC  (2+ messages)

[PATCH 0/3] netpoll: Code organization improvements
 2025-06-18 18:51 UTC  (3+ messages)

Issue with rtnl_lock in wg_pm_notification
 2025-06-18 18:47 UTC  (2+ messages)

[RESEND PATCH v2 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-06-18 18:44 UTC  (14+ messages)
` [RESEND PATCH v2 bpf-next 01/12] bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
` [RESEND PATCH v2 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [RESEND PATCH v2 bpf-next 03/12] bpf: tcp: Get rid of st_bucket_done
` [RESEND PATCH v2 bpf-next 04/12] bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
` [RESEND PATCH v2 bpf-next 05/12] bpf: tcp: Avoid socket skips and repeats during iteration
` [RESEND PATCH v2 bpf-next 06/12] selftests/bpf: Add tests for bucket resume logic in listening sockets
` [RESEND PATCH v2 bpf-next 07/12] selftests/bpf: Allow for iteration over multiple ports
` [RESEND PATCH v2 bpf-next 08/12] selftests/bpf: Allow for iteration over multiple states
` [RESEND PATCH v2 bpf-next 09/12] selftests/bpf: Make ehash buckets configurable in socket iterator tests
` [RESEND PATCH v2 bpf-next 10/12] selftests/bpf: Create established sockets "
` [RESEND PATCH v2 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [RESEND PATCH v2 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets

[PATCH net-next] net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() method
 2025-06-18 18:44 UTC  (2+ messages)

[PATCH v5 1/1] dt-bindings: net: convert qca,qca7000.txt yaml format
 2025-06-18 18:44 UTC 

[PATCH RESEND net-next v5 0/2] Add support for the IPQ5018 Internal GE PHY
 2025-06-18 18:42 UTC  (3+ messages)
` [PATCH RESEND net-next v5 1/2] dt-bindings: net: qca,ar803x: Add IPQ5018 Internal GE PHY support

[PATCH net-next] selftest: add selftest for anycast notifications
 2025-06-18 18:20 UTC  (2+ messages)

[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
 2025-06-18 17:58 UTC  (26+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH net-next v3] net: ti: icssg-prueth: Add prp offload support to ICSSG driver
 2025-06-18 17:55 UTC 

[PATCH net-next 00/15][pull request] ice: Separate TSPLL from PTP and clean up
 2025-06-18 17:42 UTC  (16+ messages)
` [PATCH net-next 01/15] ice: move TSPLL functions to a separate file
` [PATCH net-next 02/15] ice: rename TSPLL and CGU functions and definitions
` [PATCH net-next 03/15] ice: fix E825-C TSPLL register definitions
` [PATCH net-next 04/15] ice: remove ice_tspll_params_e825 definitions
` [PATCH net-next 05/15] ice: use designated initializers for TSPLL consts
` [PATCH net-next 06/15] ice: add TSPLL log config helper
` [PATCH net-next 07/15] ice: add ICE_READ/WRITE_CGU_REG_OR_DIE helpers
` [PATCH net-next 08/15] ice: clear time_sync_en field for E825-C during reprogramming
` [PATCH net-next 09/15] ice: read TSPLL registers again before reporting status
` [PATCH net-next 10/15] ice: use bitfields instead of unions for CGU regs
` [PATCH net-next 11/15] ice: add multiple TSPLL helpers
` [PATCH net-next 12/15] ice: wait before enabling TSPLL
` [PATCH net-next 13/15] ice: fall back to TCXO on TSPLL lock fail
` [PATCH net-next 14/15] ice: move TSPLL init calls to ice_ptp.c
` [PATCH net-next 15/15] ice: default to TIME_REF instead of TXCO on E825-C

[net-next v5 0/3] rework IRQ handling in mtk_eth_soc
 2025-06-18 17:41 UTC  (8+ messages)
` [net-next v5 1/3] net: ethernet: mtk_eth_soc: support named IRQs
` [net-next v5 2/3] net: ethernet: mtk_eth_soc: add consts for irq index
` [net-next v5 3/3] net: ethernet: mtk_eth_soc: skip first IRQ if not used

[PATCH v4 00/13] further mt7988 devicetree work
 2025-06-18 17:38 UTC  (3+ messages)
` [PATCH v4 01/13] dt-bindings: net: mediatek,net: update for mt7988

[PATCH net-next 12/13] net: mctp: add gateway routing support
 2025-06-18 17:26 UTC  (2+ messages)

[PATCH v2 net-next] eth: bnxt: add netmem TX support
 2025-06-18 17:20 UTC  (2+ messages)

[PATCH net] tools: ynl: fix mixing ops and notifications on one socket
 2025-06-18 17:17 UTC 

[PATCH net] ethernet: ionic: Fix DMA mapping test in `ionic_xdp_post_frame()`
 2025-06-18 17:05 UTC  (3+ messages)

[PATCH net 0/2] tcp_metrics: fix hanlding of route options
 2025-06-18 17:01 UTC  (5+ messages)
` [PATCH net 1/2] tcp_metrics: set maximum cwnd from the dst entry

[PATCH net-next] net/smc: remove unused input parameters in smc_buf_get_slot
 2025-06-18 16:51 UTC  (2+ messages)

Configurable XDP Generic Packet Headroom to avoid SKB re-allocation
 2025-06-18 16:43 UTC  (2+ messages)

[PATCH net-next] tcp: tcp_time_to_recover() cleanup
 2025-06-18 16:42 UTC  (2+ messages)

[PATCH net v3 0/2] net: airoha: Improve hwfd buffer/descriptor queues setup
 2025-06-18 16:35 UTC  (5+ messages)
` [PATCH net v3 1/2] net: airoha: Compute number of descriptors according to reserved memory size
` [PATCH net v3 2/2] net: airoha: Differentiate hwfd buffer size for QDMA0 and QDMA1

[PATCH] igc: Make the const read-only array supported_sizes static
 2025-06-18 16:29 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v1 net 0/4] af_unix: Fix two OOB issues
 2025-06-18 16:28 UTC  (3+ messages)

[PATCH 0/8] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
 2025-06-18 15:58 UTC  (13+ messages)
` [PATCH 1/8] dt-bindings: interconnect: Add Qualcomm IPQ5424 NSSNOC IDs
` [PATCH 5/8] dt-bindings: clock: qcom: Add NSS clock controller for IPQ5424 SoC
` [PATCH 6/8] clk: qcom: Add NSS clock controller driver for IPQ5424
` [PATCH 8/8] arm64: defconfig: Build "

[PATCH iproute2-next] ip: VXLAN: Add support for IFLA_VXLAN_MC_ROUTE
 2025-06-18 15:44 UTC 

[PATCH net-next v5 0/6] udp_tunnel: remove rtnl_lock dependency
 2025-06-18 15:14 UTC  (5+ messages)
` [PATCH net-next v5 1/6] geneve: rely on rtnl lock in geneve_offload_rx_ports
` [PATCH net-next v5 2/6] vxlan: drop sock_lock

[PATCH v6] net: usb: Convert tasklet API to new bottom half workqueue mechanism
 2025-06-18 17:39 UTC 

[PATCH net-next 0/3] eth: sfc: migrate to new RXFH callbacks
 2025-06-18 14:50 UTC  (5+ messages)
` [PATCH net-next 2/3] eth: sfc: sienna: "
` [PATCH net-next 3/3] eth: sfc: "

[PATCH v3 iwl-next] idpf: add cross timestamping
 2025-06-18 14:42 UTC 

[PATCH v5] net: usb: Convert tasklet API to new bottom half workqueue mechanism
 2025-06-18 14:40 UTC  (3+ messages)

[PATCH] net/smc: replace strncpy with strscpy
 2025-06-18 14:32 UTC  (3+ messages)

[PATCH v15 0/9] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
 2025-06-18 14:24 UTC  (10+ messages)
` [PATCH v15 1/9] ref_tracker: don't use %pK in pr_ostream() output
` [PATCH v15 2/9] ref_tracker: add a top level debugfs directory for ref_tracker
` [PATCH v15 3/9] ref_tracker: have callers pass output function to pr_ostream()
` [PATCH v15 4/9] ref_tracker: add a static classname string to each ref_tracker_dir
` [PATCH v15 5/9] ref_tracker: allow pr_ostream() to print directly to a seq_file
` [PATCH v15 6/9] ref_tracker: automatically register a file in debugfs for a ref_tracker_dir
` [PATCH v15 7/9] ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs file
` [PATCH v15 8/9] net: add symlinks to ref_tracker_dir for netns
` [PATCH v15 9/9] ref_tracker: eliminate the ref_tracker_dir name field

[PATCH net-next] net/sched: replace strncpy with strscpy
 2025-06-18 14:23 UTC  (3+ messages)

[PATCH net v3] ethernet: atl1: Add missing DMA mapping error checks
 2025-06-18 14:22 UTC 

[PATCH net 0/2] net: atm: protect dev_lec[] with a mutex
 2025-06-18 14:08 UTC  (3+ messages)
` [PATCH net 1/2] net: atm: add lec_mutex
` [PATCH net 2/2] net: atm: fix /proc/net/atm/lec handling

[syzbot] [net?] [btrfs?] KASAN: slab-use-after-free Read in lane_ioctl
 2025-06-18 14:02 UTC 

[PATCH net v2] mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
 2025-06-18 13:59 UTC 

[PATCH bpf-next] bpf: lru: adjust free target to avoid global table starvation
 2025-06-18 13:56 UTC  (3+ messages)

[PATCH V2 net-next 0/8] There are some cleanup for hns3 driver
 2025-06-18 13:44 UTC  (4+ messages)
` [PATCH V2 net-next 5/8] net: hns3: set the freed pointers to NULL when lifetime is not end

[PATCH net-next] eth: bnxt: add netmem TX support
 2025-06-18 13:42 UTC  (5+ messages)

[Intel-wired-lan] [REGRESSION] e1000e heavy packet loss on Meteor Lake - 6.14.2
 2025-06-18 13:41 UTC  (12+ messages)

[PATCH net-next v8 0/6] convert lan78xx driver to the PHYLINK
 2025-06-18 13:01 UTC  (13+ messages)
` [PATCH net-next v8 1/6] net: usb: lan78xx: Convert to PHYLINK for improved PHY and MAC management
` [PATCH net-next v8 2/6] net: usb: lan78xx: Rename EVENT_LINK_RESET to EVENT_PHY_INT_ACK
` [PATCH net-next v8 3/6] net: usb: lan78xx: Use ethtool_op_get_link to reflect current link status
` [PATCH net-next v8 4/6] net: usb: lan78xx: port link settings to phylink API
` [PATCH net-next v8 5/6] net: usb: lan78xx: Integrate EEE support with phylink LPI API
` [PATCH net-next v8 6/6] net: usb: lan78xx: remove unused struct members

[PATCH net-next v4] page_pool: import Jesper's page_pool benchmark
 2025-06-18 12:46 UTC  (4+ messages)

[PATCH net 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
 2025-06-18 12:34 UTC  (4+ messages)
` [PATCH net 1/3] vsock: Fix transport_{h2g,g2h} TOCTOU
` [PATCH net 2/3] vsock: Fix transport_g2h TOCTOU
` [PATCH net 3/3] vsock: Fix transport_* TOCTOU

[PATCH v5 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-18 12:40 UTC  (5+ messages)
` [PATCH v5 05/15] tools: ynl_gen_rst.py: make the index parser more generic

[net-next v4 0/3] rework IRQ handling in mtk_eth_soc
 2025-06-18 12:39 UTC  (9+ messages)
` [net-next v4 2/3] net: ethernet: mtk_eth_soc: add consts for irq index
    ` Aw: "
      `  "
` [net-next v4 3/3] net: ethernet: mtk_eth_soc: change code to skip first IRQ completely
    ` Aw: "
      `  "

[PATCH net v1] mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
 2025-06-18 12:34 UTC  (4+ messages)

[PATCH] vhost: Fix typos in comments and clarity on alignof usage
 2025-06-18 12:31 UTC  (4+ messages)
  `  "

[PATCH v2 0/5] net: use new GPIO line value setter callbacks
 2025-06-18 12:27 UTC  (5+ messages)
` [PATCH v2 1/5] net: dsa: vsc73xx: "
` [PATCH v2 2/5] net: dsa: mt7530: "

[PATCH] net-next: gianfar: Use device_get_named_child_node_count()
 2025-06-18 12:20 UTC  (4+ messages)

[PATCH net-next v4 00/11] net: fec: general + VLAN cleanups
 2025-06-18 12:12 UTC  (5+ messages)
` [PATCH net-next v4 08/11] net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with skb_vlan_eth_hdr()
` [PATCH net-next v4 10/11] net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()
` [PATCH net-next v4 11/11] net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_enet_rx_vlan()

[PATCH v12 0/1] vhost: Add support of kthread API
 2025-06-18 12:06 UTC  (3+ messages)
` [PATCH v12 1/1] vhost: Reintroduces support of kthread API and adds mode selection


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).