netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-17 10:27:56 to 2024-10-17 18:15:06 UTC [more...]

[PATCH net-next v5 0/3] Threads support in proc connector
 2024-10-17 18:14 UTC  (4+ messages)
` [PATCH net-next v5 1/3] connector/cn_proc: Add hash table for threads
` [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table
` [PATCH net-next v5 3/3] connector/cn_proc: Selftest for threads

[PATCH net v6 00/10] Lock RCU before calling ip6mr_get_table()
 2024-10-17 18:14 UTC  (13+ messages)
` [PATCH net v6 01/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_vif_seq_start()
` [PATCH net v6 02/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_ioctl()
` [PATCH net v6 03/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_compat_ioctl()
` [PATCH net v6 04/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_get_route()
` [PATCH net v6 05/10] ip6mr: Lock RTNL before ip6mr_new_table() call in ip6mr_rules_init()
` [PATCH net v6 06/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_mfc_seq_start()
` [PATCH net v6 07/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6_mroute_setsockopt()
` [PATCH net v6 08/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6_mroute_getsockopt()
` [PATCH net v6 09/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6mr_rtm_getroute()
` [PATCH net v6 10/10] Revert "ipv6: Fix suspicious RCU usage warning in ip6mr"

r8169 unknown chip XID 688
 2024-10-17 18:14 UTC  (8+ messages)

[PATCH net-next v3 0/8] rust: Add IO polling
 2024-10-17 18:10 UTC  (16+ messages)
` [PATCH net-next v3 2/8] rust: time: Introduce Delta type
` [PATCH net-next v3 3/8] rust: time: Change output of Ktime's sub operation to Delta
` [PATCH net-next v3 4/8] rust: time: Implement addition of Ktime and Delta

[PATCH RFC v1 net-next 00/12] bridge-fastpath and related improvements
 2024-10-17 18:09 UTC  (11+ messages)

[PATCH net v5 0/2] octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()
 2024-10-17 18:09 UTC  (5+ messages)
` [PATCH net v5 1/2] octeon_ep: Implement helper for iterating packets in Rx queue
` [PATCH net v5 2/2] octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()

[PATCH v1 net-next] ip6mr: Add __init to ip6_mr_cleanup()
 2024-10-17 18:02 UTC  (2+ messages)

yaml gen NL families support in iproute2?
 2024-10-17 17:41 UTC 

[GIT PULL] Networking for v6.12-rc4
 2024-10-17 17:34 UTC  (2+ messages)

[PATCH net-next v1 0/5] net: stmmac: Refactor FPE as a separate module
 2024-10-17 17:31 UTC  (16+ messages)
` [PATCH net-next v1 1/5] net: stmmac: Introduce separate files for FPE implementation
` [PATCH net-next v1 2/5] net: stmmac: Introduce stmmac_fpe_ops for gmac4 and xgmac
` [PATCH net-next v1 3/5] net: stmmac: Rework marco definitions "
` [PATCH net-next v1 4/5] net: stmmac: xgmac: Rename XGMAC_RQ to XGMAC_FPRQ
` [PATCH net-next v1 5/5] net: stmmac: xgmac: Complete FPE support

[PATCH net v2] mlxsw: spectrum_router: fix xa_store() error checking
 2024-10-17 17:05 UTC  (2+ messages)

[PATCH net-next v5 0/6] Improve neigh_flush_dev performance
 2024-10-17 16:26 UTC  (3+ messages)
` [PATCH net-next v5 2/6] Define neigh_for_each

[PATCH v3 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-17 16:59 UTC  (17+ messages)
` [PATCH v3 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v3 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v3 net-next 04/13] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH v3 net-next 05/13] net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
` [PATCH v3 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v3 net-next 07/13] net: enetc: remove ERR050089 workaround for i.MX95
` [PATCH v3 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v3 net-next 12/13] net: enetc: add preliminary support for i.MX95 ENETC PF

[PATCH v4 00/26] cxl: add Type2 device support
 2024-10-17 16:52 UTC  (27+ messages)
` [PATCH v4 01/26] cxl: add type2 device basic support
` [PATCH v4 02/26] sfc: add cxl support using new CXL API
` [PATCH v4 03/26] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v4 04/26] cxl/pci: add check for validating capabilities
` [PATCH v4 05/26] cxl: move pci generic code
` [PATCH v4 06/26] cxl: add function for type2 cxl regs setup
` [PATCH v4 07/26] sfc: use cxl api for regs setup and checking
` [PATCH v4 08/26] cxl: add functions for resource request/release by a driver
` [PATCH v4 09/26] sfc: request cxl ram resource
` [PATCH v4 10/26] cxl: harden resource_contains checks to handle zero size resources
` [PATCH v4 11/26] cxl: add function for setting media ready by a driver
` [PATCH v4 12/26] sfc: set cxl media ready
` [PATCH v4 13/26] cxl: prepare memdev creation for type2
` [PATCH v4 14/26] sfc: create type2 cxl memdev
` [PATCH v4 15/26] cxl: define a driver interface for HPA free space enumeration
` [PATCH v4 16/26] sfc: obtain root decoder with enough HPA free space
` [PATCH v4 17/26] cxl: define a driver interface for DPA allocation
` [PATCH v4 18/26] sfc: get endpoint decoder
` [PATCH v4 19/26] cxl: make region type based on endpoint type
` [PATCH v4 20/26] cxl/region: factor out interleave ways setup
` [PATCH v4 21/26] cxl/region: factor out interleave granularity setup
` [PATCH v4 22/26] cxl: allow region creation by type2 drivers
` [PATCH v4 23/26] sfc: create cxl region
` [PATCH v4 24/26] cxl: preclude device memory to be used for dax
` [PATCH v4 25/26] cxl: add function for obtaining params from a region
` [PATCH v4 26/26] sfc: support pio mapping based on cxl

[PATCH v2 net-next 0/6] Mirroring to DSA CPU port
 2024-10-17 16:52 UTC  (7+ messages)
` [PATCH v2 net-next 1/6] net: sched: propagate "skip_sw" flag to offload for flower and matchall
` [PATCH v2 net-next 2/6] net: dsa: clean up dsa_user_add_cls_matchall()
` [PATCH v2 net-next 3/6] net: dsa: use "extack" as argument to flow_action_basic_hw_stats_check()
` [PATCH v2 net-next 4/6] net: dsa: add more extack messages in dsa_user_add_cls_matchall_mirred()
` [PATCH v2 net-next 5/6] net: dsa: allow matchall mirroring rules towards the CPU
` [PATCH v2 net-next 6/6] net: mscc: ocelot: allow tc-flower mirred action towards foreign interfaces

[PATCH v8 1/7] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
 2024-10-17 16:48 UTC  (2+ messages)

[RESEND PATCH iwl-next] ice: Unbind the workqueue
 2024-10-17 16:40 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]
 2024-10-17 16:39 UTC  (2+ messages)

[PATCH] eth: bnxt: Fix typo "accelaration"
 2024-10-17 16:28 UTC  (2+ messages)

[PATCH net] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
 2024-10-17 16:26 UTC  (9+ messages)
  ` [Intel-wired-lan] "

[PATCH net-next] net/sched: act_api: unexport tcf_action_dump_1()
 2024-10-17 16:19 UTC 

[PATCH net] net: fix races in netdev_tx_sent_queue()/dev_watchdog()
 2024-10-17 16:11 UTC  (2+ messages)

[PATCH net] net: usb: usbnet: fix name regression
 2024-10-17 16:11 UTC  (2+ messages)

[PATCH net] net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers
 2024-10-17 16:10 UTC 

[PATCH net] r8169: avoid unsolicited interrupts
 2024-10-17 16:07 UTC  (2+ messages)

[PATCH net,v2] hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
 2024-10-17 16:06 UTC  (3+ messages)

ynl ethtool subscribe issue
 2024-10-17 16:05 UTC 

[PATCH net-next] net: phy: realtek: add RTL8125D-internal PHY
 2024-10-17 16:01 UTC 

[PATCH net-next] r8169: remove rtl_dash_loop_wait_high/low
 2024-10-17 16:00 UTC  (2+ messages)

[PATCH net-next] r8169: avoid duplicated messages if loading firmware fails and switch to warn level
 2024-10-17 15:54 UTC  (2+ messages)

[PATCH net-next v4 0/3] Threads support in proc connector
 2024-10-17 15:43 UTC  (4+ messages)
` [PATCH net-next v4 1/3] connector/cn_proc: Add hash table for threads

[PATCH v1 RESEND] net: sfp: change quirks for Alcatel Lucent G-010S-P
 2024-10-17 15:44 UTC  (3+ messages)

[PATCH rcu] configs/debug: make sure PROVE_RCU_LIST=y takes effect
 2024-10-17 15:36 UTC  (2+ messages)

[PATCH net-next 00/13] net: fec: cleanups, update quirk, update IRQ naming
 2024-10-17 15:30 UTC  (9+ messages)
` [PATCH net-next 07/13] net: fec: fec_probe(): update quirk: bring IRQs in correct order
    `  "
        `  "

[PATCH net-next 0/3] net: sysctl: allow dump_cpumask to handle higher numbers of CPUs
 2024-10-17 15:24 UTC  (4+ messages)
` [PATCH net-next 1/3] net: sysctl: remove always-true condition
` [PATCH net-next 2/3] net: sysctl: do not reserve an extra char in dump_cpumask temporary buffer
` [PATCH net-next 3/3] net: sysctl: allow dump_cpumask to handle higher numbers of CPUs

[PATCH net-next v3 0/3] Threads support in proc connector
 2024-10-17 15:23 UTC  (3+ messages)
` [PATCH net-next v3 1/3] connector/cn_proc: Add hash table for threads

[PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
 2024-10-17 14:47 UTC  (5+ messages)
` [PATCHv2 net-next 1/3] bonding: return detailed error when loading native XDP fails
` [PATCHv2 net-next 2/3] bonding: use correct return value

[PATCH RESEND net] net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x
 2024-10-17 14:36 UTC  (2+ messages)

[PATCH 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload
 2024-10-17 14:27 UTC  (5+ messages)
` [PATCH 1/3] xdp: Add Rx checksum hint
` [PATCH 2/3] xdp: Add Rx GSO hint
` [PATCH 3/3] xsk: Add Tx GSO type and size offload support

[PATCH net-next v2] net: stmmac: Programming sequence for VLAN packets with split header
 2024-10-17 14:25 UTC  (2+ messages)

[PATCH iwl-next 1/2] PCI: Add PCI_VDEVICE_SUB helper macro
 2024-10-17 14:21 UTC  (2+ messages)

[PATCH 00/15] timers: Cleanup delay/sleep related mess
 2024-10-17 14:19 UTC  (2+ messages)
` (subset) "

[PATCH net-next v2 0/3] net: phy: Refactor mediatek-ge-soc.c for clarity and correctness
 2024-10-17 14:19 UTC  (7+ messages)
` [PATCH net-next v2 1/3] net: phy: mediatek-ge-soc: Fix coding style
` [PATCH net-next v2 2/3] net: phy: mediatek-ge-soc: Shrink line wrapping to 80 characters
` [PATCH net-next v2 3/3] net: phy: mediatek-ge-soc: Propagate error code correctly in cal_cycle()

[PATCH net-next] net: phy: realtek: merge the drivers for internal NBase-T PHY's
 2024-10-17 14:10 UTC  (2+ messages)

[PATCH net v2 0/4] net: stmmac: dwmac4: Fixes bugs in dwmac4
 2024-10-17 14:09 UTC  (2+ messages)

[PATCH v3 0/2] PtP driver for s390 clocks
 2024-10-17 14:06 UTC  (4+ messages)

[PATCHv2 net-next 0/3] add gettimex64() support for mlx4
 2024-10-17 14:03 UTC  (3+ messages)

[PATCH net-next] net: airoha: Reset BQL stopping the netdevice
 2024-10-17 14:01 UTC 

[PATCH v2 net] net: bcmasp: fix potential memory leak in bcmasp_xmit()
 2024-10-17 13:54 UTC  (2+ messages)

[PATCH net-next v3] net: Implement fault injection forcing skb reallocation
 2024-10-17 13:50 UTC  (2+ messages)

[RFC] net: usb: usbnet: fix name regression
 2024-10-17 13:44 UTC  (2+ messages)

[PATCH 0/5] virtio_net: enable premapped mode by default
 2024-10-17 13:42 UTC  (3+ messages)
` [PATCH 1/5] virtio-net: fix overflow inside virtnet_rq_alloc

[PATCH net-next] net: use sock_valbool_flag() only in __sock_set_timestamps()
 2024-10-17 13:34 UTC 

[PATCH iwl-next v9 0/7] ixgbe: Add support for Intel(R) E610 device
 2024-10-17 13:26 UTC  (3+ messages)
` [PATCH iwl-next v9 3/7] ixgbe: Add link management support for "

[PATCH ipsec] xfrm: migrate: work around 0 if_id on migrate
 2024-10-17 13:21 UTC  (6+ messages)

[PATCH net-next v2] netdevsim: macsec: pad u64 to correct length in logs
 2024-10-17 13:19 UTC 

[PATCH iwl-next 2/2] ixgbevf: Add support for Intel(R) E610 device
 2024-10-17 13:17 UTC 

[PATCH iwl-next 0/2] ixgbevf: Add support for Intel(R) E610 device
 2024-10-17 13:15 UTC 

[PATCH net-next v2 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
 2024-10-17 13:04 UTC  (19+ messages)
` [PATCH net-next v2 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v2 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v2 05/18] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v2 07/18] net: Register system page pool as an XDP memory model
` [PATCH net-next v2 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v2 11/18] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v2 12/18] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v2 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
` [PATCH net-next v2 14/18] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag()

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2024-10-17 12:59 UTC  (11+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
` [RFC PATCH v2 2/8] landlock: Make network stack layer checks explicit for each TCP action
` [RFC PATCH v2 3/8] landlock: Fix inconsistency of errors for TCP actions
` [RFC PATCH v2 4/8] selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP
` [RFC PATCH v2 5/8] selftests/landlock: Test that MPTCP actions are not restricted
` [RFC PATCH v2 6/8] selftests/landlock: Test consistency of errors for TCP actions
` [RFC PATCH v2 7/8] landlock: Add note about errors consistency in documentation
` [RFC PATCH v2 8/8] selftests/landlock: Test that SCTP actions are not restricted

[PATCH net 0/1] Netfilter fixes for net
 2024-10-17 12:34 UTC  (2+ messages)
` [PATCH net 1/1] netfilter: bpf: must hold reference on net namespace

[PATCH net-next 0/7] net: pcs: xpcs: yet more cleanups
 2024-10-17 11:53 UTC  (8+ messages)
` [PATCH net-next 1/7] net: pcs: xpcs: use generic register definitions
` [PATCH net-next 2/7] net: pcs: xpcs: remove switch() in xpcs_link_up_1000basex()
` [PATCH net-next 3/7] net: pcs: xpcs: rearrange xpcs_link_up_1000basex()
` [PATCH net-next 4/7] net: pcs: xpcs: replace open-coded mii_bmcr_encode_fixed()
` [PATCH net-next 5/7] net: pcs: xpcs: combine xpcs_link_up_{1000basex,sgmii}()
` [PATCH net-next 6/7] net: pcs: xpcs: rename xpcs_config_usxgmii()
` [PATCH net-next 7/7] net: pcs: xpcs: remove return statements in void function

[PATCH net-next] net: phy: aquantia: Add mdix config and reporting
 2024-10-17 11:54 UTC  (2+ messages)

[PATCH v3] net: stmmac: allocate separate page for buffer
 2024-10-17 11:42 UTC  (2+ messages)

Pending taprio fixes
 2024-10-17 11:25 UTC  (3+ messages)
` [PATCH v6 1/2] net: sched: fix use-after-free in taprio_change()
` [PATCH v6 2/2] net: sched: use RCU read-side critical section in taprio_dump()

[PATCH net-next v9 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-17 11:27 UTC  (4+ messages)
` [PATCH net-next v9 23/23] testing/selftest: add test tool and scripts for ovpn module

[PATCH bpf v2 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection
 2024-10-17 11:10 UTC  (2+ messages)

[PATCH net 0/2] fsl/fman: Fix refcount handling of fman-related devices
 2024-10-17 10:53 UTC  (4+ messages)
` [PATCH net 2/2] "

[PATCH net-next 00/12] Add support for PSE port priority
 2024-10-17 10:35 UTC  (7+ messages)

[PATCH v2 0/5] Enable ethernet for qcs8300
 2024-10-17 10:27 UTC  (5+ messages)
` [PATCH v2 2/5] arm64: dts: qcom: qcs8300: add the first 1Gb ethernet
` [PATCH v2 3/5] arm64: dts: qcom: qcs8300-ride: enable ethernet0
` [PATCH v2 4/5] arm64: dts: qcom: move common parts for qcs8300-ride variants into a .dtsi
` [PATCH v2 5/5] arm64: dts: qcom: qcs8300-ride-r2: add new board file


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).