messages from 2024-08-02 15:22:06 to 2024-08-04 18:13:45 UTC [more...]
[PATCH v2 00/15] cxl: add Type2 device support
2024-08-04 18:13 UTC (27+ messages)
` [PATCH v2 01/15] cxl: add type2 device basic support
` [PATCH v2 02/15] cxl: add function for type2 cxl regs setup
` [PATCH v2 03/15] cxl: add function for type2 resource request
` [PATCH v2 04/15] cxl: add capabilities field to cxl_dev_state
` [PATCH v2 05/15] cxl: fix use of resource_contains
` [PATCH v2 06/15] cxl: add function for setting media ready by an accelerator
` [PATCH v2 07/15] cxl: support type2 memdev creation
` [PATCH v2 08/15] cxl: indicate probe deferral
` [PATCH v2 09/15] cxl: define a driver interface for HPA free space enumaration
` [PATCH v2 10/15] cxl: define a driver interface for DPA allocation
` [PATCH v2 15/15] efx: support pio mapping based on cxl
[PATCH iproute2] libnetlink.h: Include <endian.h> explicitly for musl
2024-08-04 17:09 UTC (6+ messages)
` [PATCH v2 "
[PATCH] rdma.c: Add <libgen.h> include for basename on musl
2024-08-04 16:10 UTC
[PATCH] net/chelsio/libcxgb: Add __percpu annotations to libcxgb_ppm.c
2024-08-04 15:49 UTC (5+ messages)
[PATCH v2] net/chelsio/libcxgb: Add __percpu annotations to libcxgb_ppm.c
2024-08-04 15:46 UTC
[PATCH iproute2-next v3 0/2] tc: f_flower: add support for matching on tunnel metadata
2024-08-04 15:34 UTC (3+ messages)
` [PATCH iproute2-next v3 2/2] "
[PATCH v3] vdpa: Add support for setting the MAC address and MTU in vDPA tool
2024-08-04 15:31 UTC (2+ messages)
[PATCH net-next v15 00/14] stmmac: Add Loongson platform support
2024-08-04 15:16 UTC (7+ messages)
` [PATCH net-next v15 11/14] net: stmmac: dwmac-loongson: Add DT-less GMAC PCI-device support
` [PATCH net-next v15 12/14] net: stmmac: dwmac-loongson: Add Loongson Multi-channels GMAC support
[PATCH vhost 0/7] vdpa/mlx5: Parallelize device suspend/resume
2024-08-04 14:52 UTC (5+ messages)
[PATCH net v3] net/tcp: Disable TCP-AO static key after RCU grace period
2024-08-04 13:31 UTC (2+ messages)
[PATCH net-next v5 01/10] net: libwx: Add malibox api for wangxun pf drivers
2024-08-04 12:48 UTC (10+ messages)
` [PATCH net-next v5 02/10] net: libwx: Add sriov api for wangxun nics
` [PATCH net-next v5 03/10] net: libwx: Redesign flow when sriov is enabled
` [PATCH net-next v5 04/10] net: libwx: Add msg task func
` [PATCH net-next v5 05/10] net: ngbe: add sriov function support
` [PATCH net-next v5 06/10] net: txgbe: "
` [PATCH net-next v5 07/10] net: libwx: allocate devlink for devlink port
` [PATCH net-next v5 08/10] net: libwx: add eswitch switch api for devlink ops
` [PATCH net-next v5 09/10] net: txgbe: add devlink and devlink port created
` [PATCH net-next v5 10/10] net: ngbe: "
[PATCH net-next v5 00/10] add sriov support for wangxun NICs
2024-08-04 12:48 UTC
[PATCH] nfc: nci: Fix uninit-value in nci_rx_work()
2024-08-04 10:57 UTC (2+ messages)
[PATCH] net: ethernet: use ip_hdrlen() instead of bit shift
2024-08-04 10:18 UTC (8+ messages)
` [PATCH v2] net: ethernet: remove unnecessary parentheses
[PATCH net-next v2 0/7] net/selftests: TCP-AO selftests updates
2024-08-04 9:47 UTC (6+ messages)
` [PATCH net-next v2 6/7] selftests/net: Synchronize client/server before counters checks
[PATCH net-next] ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()
2024-08-04 8:08 UTC (2+ messages)
[PATCH v5 0/9] Improve the copy of task comm
2024-08-04 7:56 UTC (10+ messages)
` [PATCH v5 1/9] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v5 2/9] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v5 3/9] security: "
` [PATCH v5 4/9] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v5 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v5 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v5 7/9] tracing: Replace strncpy() with __get_task_comm()
` [PATCH v5 8/9] net: Replace strcpy() "
` [PATCH v5 9/9] drm: "
[PATCH net-next v2 00/12] ethtool: rss: driver tweaks and netlink context dumps
2024-08-04 6:47 UTC (22+ messages)
` [PATCH net-next v2 01/12] selftests: drv-net: rss_ctx: add identifier to traffic comments
` [PATCH net-next v2 02/12] eth: mvpp2: implement new RSS context API
` [PATCH net-next v2 03/12] eth: mlx5: allow disabling queues when RSS contexts exist
` [PATCH net-next v2 04/12] ethtool: make ethtool_ops::cap_rss_ctx_supported optional
` [PATCH net-next v2 05/12] eth: remove .cap_rss_ctx_supported from updated drivers
` [PATCH net-next v2 06/12] ethtool: rss: don't report key if device doesn't support it
` [PATCH net-next v2 07/12] ethtool: rss: move the device op invocation out of rss_prepare_data()
` [PATCH net-next v2 08/12] ethtool: rss: report info about additional contexts from XArray
` [PATCH net-next v2 09/12] ethtool: rss: support dumping RSS contexts
` [PATCH net-next v2 10/12] ethtool: rss: support skipping contexts during dump
` [PATCH net-next v2 11/12] netlink: specs: decode indirection table as u32 array
` [PATCH net-next v2 12/12] selftests: drv-net: rss_ctx: test dumping RSS contexts
[PATCH net-next v12 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-08-04 6:44 UTC (15+ messages)
` [PATCH net-next v12 01/14] mm: page_frag: add a test module for page_frag
` [PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
[PATCH net-next v2] tcp: Use clamp() in htcp_alpha_update()
2024-08-04 6:20 UTC
[PATCH v2 net-next 0/6] net: Random cleanup for netns initialisation
2024-08-03 22:16 UTC (2+ messages)
[PATCH 00/12] flow_dissector: Dissect UDP encapsulation protocols
2024-08-03 19:30 UTC (6+ messages)
` [PATCH 10/12] flow_dissector: Parse Geneve in UDP
` [PATCH 12/12] flow_dissector: Parse gtp "
[PATCH net-next v2] net: mana: Implement get_ringparam/set_ringparam for mana
2024-08-03 18:31 UTC (3+ messages)
[PATCH] idpf: Acquire the lock before accessing the xn->salt
2024-08-03 18:25 UTC
[PATCH net-next] net: airoha: honor reset return value in airoha_hw_init()
2024-08-03 15:50 UTC
[PATCH net] tcp: fix forever orphan socket caused by tcp_abort
2024-08-03 15:48 UTC (3+ messages)
[PATCH net,v2] team: fix possible deadlock in team_port_change_check
2024-08-03 11:51 UTC (6+ messages)
[PATCH stable 5.15.y] net: stmmac: Enable mac_managed_pm phylink config
2024-08-03 11:30 UTC
[PATCH v8 0/4] Landlock: Add abstract unix socket connect
2024-08-03 11:29 UTC (4+ messages)
` [PATCH v8 1/4] Landlock: Add abstract unix socket connect restriction
[iwlegacy] kernel oops
2024-08-03 11:06 UTC
[PATCH] net: usb: qmi_wwan: add MeiG Smart SRM825L
2024-08-03 7:46 UTC
[PATCH net] ptp: ocp: adjust sysfs entries to expose tty information
2024-08-03 7:12 UTC (3+ messages)
[PATCH net-next v2 00/15][pull request] ice: support devlink subfunction
2024-08-03 6:51 UTC (7+ messages)
[PATCH ipsec-next v7 00/16] Add IP-TFS mode to xfrm
2024-08-03 4:55 UTC (6+ messages)
` [PATCH ipsec-next v7 08/16] xfrm: iptfs: add user packet (tunnel ingress) handling
[PATCH 07/12] flow_dissector: Parse vxlan in UDP
2024-08-03 3:26 UTC (2+ messages)
[PATCH net-next] selftests: net: py: support verbose printing, display executed commands
2024-08-03 2:58 UTC (2+ messages)
[PATCH ipsec-next v7 12/16] xfrm: iptfs: handle received fragmented inner packets
2024-08-03 0:38 UTC (2+ messages)
[PATCH v2 net-next] rxrpc: Remove unused function declarations
2024-08-03 0:30 UTC (2+ messages)
[PATCH net-next] net: dsa: vsc73xx: speed up MDIO bus to max allowed value
2024-08-03 0:30 UTC (2+ messages)
[PATCH v3] net: core: annotate socks of struct sock_reuseport with __counted_by
2024-08-03 0:30 UTC (2+ messages)
[PATCH net-next v2] tipc: guard against string buffer overrun
2024-08-03 0:30 UTC (2+ messages)
[PATCH net-next 0/7] ibmvnic RR performance improvements
2024-08-03 0:15 UTC (3+ messages)
` [PATCH net-next 7/7] ibmvnic: Perform tx CSO during send scrq direct
[PATCH net] gve: Fix use of netif_carrier_ok()
2024-08-03 0:00 UTC (4+ messages)
[PATCH net-next 0/2] ibmveth RR performance
2024-08-02 23:50 UTC (6+ messages)
` [PATCH net-next 2/2] ibmveth: Recycle buffers during replenish phase
[PATCH v2 net-next 0/8] Add second QDMA support for EN7581 eth controller
2024-08-02 23:40 UTC (2+ messages)
[PATCH net-next] linkmode: Change return type of linkmode_andnot to bool
2024-08-02 23:40 UTC (2+ messages)
[PATCH net-next v2] eth: fbnic: select DEVLINK and PAGE_POOL
2024-08-02 23:40 UTC (2+ messages)
[PATCH] tg3: Add param `short_preamble` to enable MDIO traffic to external PHYs
2024-08-02 23:34 UTC (5+ messages)
[PATCH net-next] net: remove IFF_* re-definition
2024-08-02 23:30 UTC (2+ messages)
[PATCH net-next v3] selftests: net: ksft: print more of the stack for checks
2024-08-02 23:30 UTC (2+ messages)
[PATCH net-next v3 1/3] selftests: net-drv: exercise queue stats when the device is down
2024-08-02 23:30 UTC (2+ messages)
[PATCH v2 net] sctp: Fix null-ptr-deref in reuseport_add_sock()
2024-08-02 23:30 UTC (3+ messages)
[PATCH] MAINTAINERS: update status of sky2 and skge drivers
2024-08-02 23:30 UTC (2+ messages)
[PATCH net-next 0/2] gve: Add RSS config support
2024-08-02 23:21 UTC (5+ messages)
` [PATCH net-next 1/2] gve: Add RSS device option
` [PATCH net-next 2/2] gve: Add RSS adminq commands and ethtool support
[PATCH net 0/6] net: dsa: vsc73xx: fix MDIO bus access and PHY operations
2024-08-02 23:12 UTC (23+ messages)
` [PATCH net 1/6] net: dsa: vsc73xx: fix port MAC configuration in full duplex mode
` [PATCH net 2/6] net: dsa: vsc73xx: pass value in phy_write operation
` [PATCH net 3/6] net: dsa: vsc73xx: use defined values in phy operations
` [PATCH net 4/6] net: dsa: vsc73xx: check busy flag in MDIO operations
` [PATCH net 5/6] net: dsa: vsc73xx: allow phy resetting
` [PATCH net 6/6] net: phy: vitesse: repair vsc73xx autonegotiation
[PATCH net-next v3 0/3] net: stmmac: Add PCI driver support for BCM8958x
2024-08-02 23:08 UTC (14+ messages)
` [PATCH net-next v3 1/3] net: stmmac: Add basic dwxgmac4 support to stmmac core
` [PATCH net-next v3 2/3] net: stmmac: Integrate dwxgmac4 into stmmac hwif handling
` [PATCH net-next v3 3/3] net: stmmac: Add PCI driver support for BCM8958x
Mirror DF flag in ICMP echo replies
2024-08-02 22:54 UTC
[PATCH RFC v3 0/14] net: stmmac: convert stmmac "pcs" to phylink
2024-08-02 22:48 UTC (21+ messages)
` [PATCH net-next 01/14] net: stmmac: qcom-ethqos: add ethqos_pcs_set_inband()
` [PATCH net-next 02/14] net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() method
` [PATCH net-next 03/14] net: stmmac: remove pcs_get_adv_lp() support
` [PATCH net-next 04/14] net: stmmac: add infrastructure for hwifs to provide PCS
` [PATCH net-next 10/14] net: stmmac: move dwmac_ctrl_ane() into stmmac_pcs.c
` [PATCH net-next 11/14] net: stmmac: pass stmmac_pcs into dwmac_pcs_isr()
` [PATCH net-next 13/14] net: stmmac: remove obsolete pcs methods and associated code
` [PATCH net-next 14/14] net: stmmac: Activate Inband/PCS flag based on the selected iface
[PATCH net-next v3 1/2] net: dsa: vsc73xx: make RGMII delays configurable
2024-08-02 22:46 UTC (3+ messages)
` [PATCH net-next v3 2/2] dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-ps
[PATCH v3 00/12] net: introduce TX H/W shaping API
2024-08-02 22:01 UTC (9+ messages)
` [PATCH v3 02/12] netlink: spec: add shaper YAML spec
` [PATCH v3 04/12] net-shapers: implement NL set and delete operations
[PATCH bpf-next v4 13/20] bpf, lsm: Add check for BPF LSM return value
2024-08-02 21:30 UTC (8+ messages)
` [PATCH bpf-next v4 16/20] bpf: Add a special case for bitwise AND on range [-1, 0]
` [RFC bpf-next] bpf, verifier: improve signed ranges inference for BPF_AND
[PATCH 1/1] dt-bindings: net: fsl,qoriq-mc-dpmac: using unevaluatedProperties
2024-08-02 20:57 UTC
[PATCH iproute2-net 0/7] mptcp: improve man pages to avoid confusions
2024-08-02 17:50 UTC (2+ messages)
[PATCH net-next v4 0/7] tcp: completely support active reset
2024-08-02 17:43 UTC (3+ messages)
[PATCH 0/2] Add GMAC support for rk3576
2024-08-02 17:38 UTC (3+ messages)
` [PATCH 1/2] ethernet: stmmac: dwmac-rk: Add GMAC support for RK3576
` [PATCH 2/2] dt-bindings: net: Add rk3576 dwmac bindings
[PATCH V3 04/10] PCI/TPH: Add pci=nostmode to force No ST Mode
2024-08-02 17:05 UTC (2+ messages)
[PATCH V3 09/10] bnxt_en: Add TPH support in BNXT driver
2024-08-02 17:00 UTC (2+ messages)
[PATCH V3 06/10] PCI/TPH: Introduce API to retrieve TPH steering tags from ACPI
2024-08-02 16:58 UTC (2+ messages)
[BUG REPORT]net: page_pool: kernel crash at iommu_get_dma_domain+0xc/0x20
2024-08-02 16:38 UTC (2+ messages)
[PATCH RFC v2 00/11] net: introduce TX shaping H/W offload API
2024-08-02 16:01 UTC (3+ messages)
` [PATCH RFC v2 03/11] net-shapers: implement NL set and delete operations
[PATCH v2 0/8] Introduce fwctl subystem
2024-08-02 15:57 UTC (7+ messages)
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
[PATCH] net: ftgmac100: Get link speed and duplex for NC-SI
2024-08-02 15:48 UTC (2+ messages)
[PATCH net] eth: fbnic: select devlink
2024-08-02 15:31 UTC (4+ messages)
io_uring NAPI busy poll RCU is causing 50 context switches/second to my sqpoll thread
2024-08-02 15:22 UTC (6+ messages)
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;
as well as URLs for NNTP newsgroup(s).