netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-24 21:13:49 to 2024-10-25 10:22:17 UTC [more...]

[PATCH v1 0/9] Add Nuvoton NCT6694 MFD devices
 2024-10-25 10:22 UTC  (25+ messages)
` [PATCH v1 1/9] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v1 2/9] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v1 3/9] i2c: Add Nuvoton NCT6694 I2C support

[PATCH v4 00/26] cxl: add Type2 device support
 2024-10-25 10:16 UTC  (3+ messages)
` [PATCH v4 04/26] cxl/pci: add check for validating capabilities

[PATCH bpf-next v2 2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs
 2024-10-25 10:11 UTC  (3+ messages)

[PATCH net 0/3] mptcp: sched: fix some lock issues
 2024-10-25 10:00 UTC  (5+ messages)
` [PATCH net 2/3] mptcp: remove unneeded lock when listing scheds

[PATCH net-next 0/4] mptcp: various small improvements
 2024-10-25  9:55 UTC  (3+ messages)
` [PATCH net-next 2/4] mptcp: annotate data-races around subflow->fully_established

[PATCH v5 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-25  9:51 UTC  (21+ messages)
` [PATCH v5 net-next 04/13] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH v5 net-next 05/13] net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
` [PATCH v5 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v5 net-next 07/13] net: enetc: remove ERR050089 workaround for i.MX95
` [PATCH v5 net-next 09/13] net: enetc: add i.MX95 EMDIO support
` [PATCH v5 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v5 net-next 11/13] net: enetc: optimize the allocation of tx_bdr

pull-request: wireless-2024-10-21
 2024-10-25  9:50 UTC  (2+ messages)

[PATCHv3 net-next] net: dsa: use ethtool string helpers
 2024-10-25  9:44 UTC  (3+ messages)

[PATCH] qed/qed_sriov: avoid null-ptr-deref
 2024-10-25  9:31 UTC 

[PATCH V3 net 0/9] There are some bugfix for the HNS3 ethernet driver
 2024-10-25  9:29 UTC  (10+ messages)
` [PATCH V3 net 1/9] net: hns3: default enable tx bounce buffer when smmu enabled
` [PATCH V3 net 2/9] net: hns3: add sync command to sync io-pgtable
` [PATCH V3 net 3/9] net: hns3: fixed reset failure issues caused by the incorrect reset type
` [PATCH V3 net 4/9] net: hns3: fix missing features due to dev->features configuration too early
` [PATCH V3 net 5/9] net: hns3: Resolved the issue that the debugfs query result is inconsistent
` [PATCH V3 net 6/9] net: hns3: don't auto enable misc vector
` [PATCH V3 net 7/9] net: hns3: initialize reset_timer before hclgevf_misc_irq_init()
` [PATCH V3 net 8/9] net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue
` [PATCH V3 net 9/9] net: hns3: fix kernel crash when 1588 is sent on HIP08 devices

[PATCH net-next] net: marvell: use ethtool string helpers
 2024-10-25  9:32 UTC  (2+ messages)

[Discuss]Questions about active slave select in bonding 8023ad
 2024-10-25  9:28 UTC 

[PATCH net-next 4/7] net: hibmcge: Add register dump supported in this module
 2024-10-25  9:25 UTC  (2+ messages)

[PATCH net-next] net: qlogic: use ethtool string helpers
 2024-10-25  9:21 UTC  (2+ messages)

[PATCH net-next v10 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-25  9:14 UTC  (24+ messages)
` [PATCH net-next v10 01/23] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v10 02/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v10 03/23] ovpn: add basic netlink support
` [PATCH net-next v10 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v10 05/23] ovpn: keep carrier always on
` [PATCH net-next v10 06/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v10 07/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v10 08/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v10 09/23] ovpn: implement basic RX "
` [PATCH net-next v10 10/23] ovpn: implement packet processing
` [PATCH net-next v10 11/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v10 12/23] ovpn: implement TCP transport
` [PATCH net-next v10 13/23] ovpn: implement multi-peer support
` [PATCH net-next v10 14/23] ovpn: implement peer lookup logic
` [PATCH net-next v10 15/23] ovpn: implement keepalive mechanism
` [PATCH net-next v10 16/23] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v10 17/23] ovpn: add support for peer floating
` [PATCH net-next v10 18/23] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v10 19/23] ovpn: implement key add/get/del/swap "
` [PATCH net-next v10 20/23] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v10 21/23] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v10 22/23] ovpn: add basic ethtool support
` [PATCH net-next v10 23/23] testing/selftests: add test tool and scripts for ovpn module

[PATCH bpf-next 2/4] bpf: allow to access bpf_prog during bpf_struct_access
 2024-10-25  9:14 UTC  (2+ messages)

[PATCH] net: ethernet: ti: am65-cpsw: fix NULL deref check in am65_cpsw_nuss_probe
 2024-10-25  9:11 UTC 

[PATCH net-next] gve: change to use page_pool_put_full_page when recycling pages
 2024-10-25  9:09 UTC  (5+ messages)

[PATCH] mlx5: simplify EQ interrupt polling logic
 2024-10-25  9:03 UTC  (2+ messages)

[PATCH v5 net-next 0/3] udp: Add 4-tuple hash for connected sockets
 2024-10-25  9:02 UTC  (5+ messages)
` [PATCH v5 net-next 3/3] ipv4/udp: Add 4-tuple hash for connected socket

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-10-25  8:57 UTC  (2+ messages)

[PATCH net-n] net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
 2024-10-25  8:58 UTC  (2+ messages)

[PATCH net-next 0/2] mlx5e update features on config changes
 2024-10-25  8:52 UTC  (5+ messages)
` [PATCH net-next 1/2] net/mlx5e: Update features on MTU change
` [PATCH net-next 2/2] net/mlx5e: Update features on ring size change

[PATCH v4 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-25  8:48 UTC  (11+ messages)
` [PATCH v4 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control

[PATCH net-next] tcp: only release congestion control if it has been initialized
 2024-10-25  8:45 UTC 

[PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
 2024-10-25  8:46 UTC 

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-25  8:46 UTC  (9+ messages)
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()

[PATCH net-next] vsock: do not leave dangling sk pointer in vsock_create()
 2024-10-25  8:45 UTC  (2+ messages)

[PATCH v2] vsock/test: fix failures due to wrong SO_RCVLOWAT parameter
 2024-10-25  8:37 UTC  (2+ messages)

[PATCH net-next v4 0/7] bnxt_en: implement device memory TCP for bnxt
 2024-10-25  8:07 UTC  (9+ messages)
` [PATCH net-next v4 1/8] bnxt_en: add support for rx-copybreak ethtool command
` [PATCH net-next v4 2/8] bnxt_en: add support for tcp-data-split "

[PATCH nf] netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()
 2024-10-25  8:02 UTC 

linux: Goodbye from a Linux community volunteer
 2024-10-25  7:59 UTC  (7+ messages)

[PATCH net-next v5 0/1] binder: report txn errors via generic netlink (genl)
 2024-10-25  7:51 UTC  (2+ messages)
` [PATCH net-next v5 1/1] binder: report txn errors via generic netlink

[PATCH net-next] net/smc: increase SMC_WR_BUF_CNT
 2024-10-25  7:46 UTC 

[PATCH net v6] ipv6: Fix soft lockups in fib6_select_path under high next hop churn
 2024-10-25  7:30 UTC 

[PATCH net-next v2 00/15] net: sparx5: add support for lan969x switch device
 2024-10-25  7:17 UTC  (4+ messages)
` [PATCH net-next v2 10/15] net: lan969x: add PTP handler function

[PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
 2024-10-25  7:11 UTC  (3+ messages)

[PATCH 1/1] netlabel: Add missing comment to struct field
 2024-10-25  7:02 UTC  (4+ messages)
` [PATCH 1/1] add comment for doi_remove in struct netlbl_lsm_secattr

[syzbot] [wireless?] WARNING in on
 2024-10-25  6:59 UTC 

[PATCH] net: mana: use ethtool string helpers
 2024-10-25  6:08 UTC  (2+ messages)

[PATCH 0/2] Add noinline_for_tracing and apply it to tcp_drop_reason
 2024-10-25  5:58 UTC  (4+ messages)
` [PATCH 2/2] net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()

[PATCH v8 0/7] Add NSS clock controller support for IPQ9574
 2024-10-25  5:51 UTC  (9+ messages)
` [PATCH v8 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574
` [PATCH v8 2/7] dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUX
` [PATCH v8 3/7] clk: qcom: gcc-ipq9574: Add support for gpll0_out_aux clock
` [PATCH v8 4/7] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
` [PATCH v8 5/7] clk: qcom: Add NSS clock Controller driver for IPQ9574
` [PATCH v8 6/7] arm64: dts: qcom: ipq9574: Add nsscc node
` [PATCH v8 7/7] arm64: defconfig: Build NSS Clock Controller driver for IPQ9574

[PATCH net v2] net: ti: icssg-prueth: Fix 1 PPS sync
 2024-10-25  5:47 UTC  (3+ messages)

[PATCH v3] [net-next] igb: Fix 2 typos in comments in igb_main.c
 2024-10-25  5:06 UTC  (3+ messages)

[PATCH v4 0/7] rust: Add IO polling
 2024-10-25  4:29 UTC  (9+ messages)
` [PATCH v4 1/7] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v4 2/7] rust: time: Introduce Delta type
` [PATCH v4 3/7] rust: time: Introduce Instant type
` [PATCH v4 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v4 5/7] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v4 6/7] rust: Add read_poll_timeout functions
` [PATCH v4 7/7] net: phy: qt2025: Wait until PHY becomes ready

[PATCH 0/2] bna: Fix return value check for debugfs create APIs
 2024-10-25  4:17 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH] mlx5: fix typo in "mlx5_cqwq_get_cqe_enahnced_comp"
 2024-10-25  4:12 UTC  (2+ messages)

[PATCH v3 net 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
 2024-10-25  4:11 UTC  (5+ messages)

[PATCH net-next] net: intel: use ethtool string helpers
 2024-10-25  4:06 UTC  (2+ messages)

[PATCH] net/mlx5: unique names for per device caches
 2024-10-25  4:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
 2024-10-25  3:32 UTC  (6+ messages)

[PATCH net-next v3 0/3] fix two bugs related to page_pool
 2024-10-25  3:20 UTC  (6+ messages)
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound

[PATCH v5 net-next 08/13] PCI: Add NXP NETC vendor ID and device IDs
 2024-10-25  3:13 UTC  (3+ messages)

[PATCH v2 2/4] dt-bindings: can: Add CAST CAN Bus Controller
 2024-10-25  3:05 UTC 

linux: Goodbye from a Linux community volunteer
 2024-10-25  3:01 UTC  (2+ messages)

[PATCH 0/5] virtio_net: enable premapped mode by default
 2024-10-25  2:53 UTC  (12+ messages)
` [PATCH 1/5] virtio-net: fix overflow inside virtnet_rq_alloc
` [PATCH 2/5] virtio_net: introduce vi->mode
` [PATCH 4/5] virtio_net: enable premapped mode for merge and small by default

[syzbot] [net?] INFO: task hung in genl_rcv_msg (4)
 2024-10-25  2:51 UTC  (2+ messages)

[PATCH v2 3/4] can: Add driver for CAST CAN Bus Controller
 2024-10-25  2:49 UTC 

[PATCH net 0/2] Get the device_node before calling of_find_node_by_name()
 2024-10-25  2:41 UTC  (4+ messages)
` [PATCH net 1/2] net: bcmasp: Add missing of_node_get() before of_find_node_by_name()

Question about mpls_gso_segment() and skb->encapsulation behavior
 2024-10-25  2:18 UTC 

[PATCH v2 3/4] can: Add driver for CAST CAN Bus Controller
 2024-10-25  1:45 UTC 

[PATCH v2 3/4] can: Add driver for CAST CAN Bus Controller
 2024-10-25  2:11 UTC 

linux-next: duplicate patches in the bluetooth tree
 2024-10-25  2:09 UTC 

[GIT PULL] Networking for v6.12-rc5
 2024-10-25  1:50 UTC  (5+ messages)

[PATCH for-next 4/7] selftests/net: Add missing gitignore file
 2024-10-25  1:40 UTC  (2+ messages)
` [PATCH for-next 7/7] selftests/net: Fix ./ns-XXXXXX not cleanup

[PATCH 0/4] riscv: sophgo: Add ethernet support for SG2044
 2024-10-25  1:39 UTC  (11+ messages)
` [PATCH 2/4] dt-bindings: net: Add support for Sophgo SG2044 dwmac
` [PATCH 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC

[PATCH net-next v2 0/5] enic: Use all the resources configured on VIC
 2024-10-25  1:19 UTC  (6+ messages)
` [PATCH net-next v2 1/5] enic: Create enic_wq/rq structures to bundle per wq/rq data
` [PATCH net-next v2 2/5] enic: Make MSI-X I/O interrupts come after the other required ones
` [PATCH net-next v2 3/5] enic: Save resource counts we read from HW
` [PATCH net-next v2 4/5] enic: Allocate arrays in enic struct based on VIC config
` [PATCH net-next v2 5/5] enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust way

[PATCH V2 net 0/9] There are some bugfix for the HNS3 ethernet driver
 2024-10-25  1:11 UTC  (11+ messages)
` [PATCH V2 net 1/9] net: hns3: default enable tx bounce buffer when smmu enabled
` [PATCH V2 net 2/9] net: hns3: add sync command to sync io-pgtable

[PATCH v2 0/4] riscv: sophgo: Add ethernet support for SG2044
 2024-10-25  1:10 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: net: snps,dwmac: Add dwmac-5.30a version
` [PATCH v2 2/4] dt-bindings: net: Add support for Sophgo SG2044 dwmac
` [PATCH v2 3/4] net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
` [PATCH v2 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC

[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
 2024-10-25  1:03 UTC  (6+ messages)
` [PATCH net-next v2 6/6] docs: networking: Describe irq suspension

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-10-25  0:26 UTC  (3+ messages)
` [PATCH net-next 3/4] "

[GIT PULL] bpf for v6.12-rc5
 2024-10-25  0:19 UTC  (2+ messages)

[PATCH net v1] net: stmmac: Disable PCS Link and AN interrupt when PCS AN is disabled
 2024-10-24 22:51 UTC  (6+ messages)

[syzbot] [afs?] [net?] KMSAN: uninit-value in rxrpc_lookup_peer_rcu
 2024-10-24 22:43 UTC 

[PATCH v2 00/25] timekeeping: Rework to prepare support of indenpendent PTP clocks
 2024-10-24 22:41 UTC  (38+ messages)
` [PATCH v2 08/25] timekeeping: Encapsulate locking/unlocking of timekeeper_lock
` [PATCH v2 09/25] timekeeping: Move timekeeper_lock into tk_core
` [PATCH v2 10/25] timekeeping: Define a struct type for tk_core to make it reusable
` [PATCH v2 11/25] timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusable
` [PATCH v2 12/25] timekeeping: Add struct tk_data as argument to timekeeping_update()
` [PATCH v2 13/25] timekeeping: Split out timekeeper update of timekeeping_advanced()
` [PATCH v2 14/25] timekeeping: Introduce combined timekeeping action flag
` [PATCH v2 15/25] timekeeping: Provide timekeeping_restore_shadow()
` [PATCH v2 16/25] timekeeping: Rework do_settimeofday64() to use shadow_timekeeper
` [PATCH v2 17/25] timekeeping: Rework timekeeping_inject_offset() "
` [PATCH v2 18/25] timekeeping: Rework change_clocksource() "
` [PATCH v2 19/25] timekeeping: Rework timekeeping_init() "
` [PATCH v2 20/25] timekeeping: Rework timekeeping_inject_sleeptime64() "
` [PATCH v2 21/25] timekeeping: Rework timekeeping_resume() "
` [PATCH v2 22/25] timekeeping: Rework timekeeping_suspend() "
` [PATCH v2 23/25] timekeeping: Rework do_adjtimex() "
` [PATCH v2 24/25] timekeeping: Remove TK_MIRROR timekeeping_update() action
` [PATCH v2 25/25] timekeeping: Merge timekeeping_update_staged() and timekeeping_update()

[PATCH net-next v2] eth: fbnic: Add support to write TCE TCAM entries
 2024-10-24 22:31 UTC 

Fw: Error with r169 driver: unknown chip XID 64a
 2024-10-24 21:27 UTC 

[PATCH v2 0/4][next] net: Avoid thousands of -Wflex-array-member-not-at-end warnings
 2024-10-24 21:14 UTC  (3+ messages)
` [PATCH v2 3/4][next] uapi: net: arp: Avoid "
` [PATCH v2 4/4][next] uapi: net: "


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