netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-16 10:27:50 to 2023-06-16 20:09:59 UTC [more...]

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-16 20:09 UTC  (26+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH v10 vfio 0/7] pds_vfio driver
 2023-06-16 20:06 UTC  (15+ messages)
` [PATCH v10 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v10 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [PATCH v10 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v10 vfio 7/7] vfio/pds: Add Kconfig and documentation

[PATCH 0/5] Rust abstractions for network device drivers
 2023-06-16 20:05 UTC  (29+ messages)

[pull request][net 00/12] mlx5 fixes 2023-06-16
 2023-06-16 20:01 UTC  (13+ messages)
` [net 01/12] net/mlx5e: XDP, Allow growing tail for XDP multi buffer
` [net 02/12] net/mlx5e: xsk: Set napi_id to support busy polling on XSK RQ
` [net 03/12] net/mlx5: Fix driver load with single msix vector
` [net 04/12] net/mlx5e: TC, Add null pointer check for hardware miss support
` [net 05/12] net/mlx5e: TC, Cleanup ct resources for nic flow
` [net 06/12] net/mlx5: DR, Support SW created encap actions for FW table
` [net 07/12] net/mlx5: DR, Fix wrong action data allocation in decap action
` [net 08/12] net/mlx5: Free IRQ rmap and notifier on kernel shutdown
` [net 09/12] net/mlx5e: Don't delay release of hardware objects
` [net 10/12] net/mlx5e: Fix ESN update kernel panic
` [net 11/12] net/mlx5e: Drop XFRM state lock when modifying flow steering
` [net 12/12] net/mlx5e: Fix scheduling of IPsec ASO query while in atomic

[PATCH net-next v3 0/4] introduce page_pool_alloc() API
 2023-06-16 19:50 UTC  (16+ messages)
` [PATCH net-next v3 3/4] page_pool: "

[PATCH net-next 00/17] splice, net: Switch over users of sendpage() and remove it
 2023-06-16 19:49 UTC  (19+ messages)
` [PATCH net-next 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next 02/17] net: Display info about MSG_SPLICE_PAGES memory handling in proc
` [PATCH net-next 03/17] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
` [PATCH net-next 04/17] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [PATCH net-next 05/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next 06/17] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [PATCH net-next 07/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next 08/17] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next 09/17] dlm: "
` [PATCH net-next 10/17] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next 11/17] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [PATCH net-next 12/17] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next 13/17] drbd: "
` [PATCH net-next 14/17] drdb: Send an entire bio in a single sendmsg
` [PATCH net-next 15/17] iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next 16/17] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH] net: fec: allow to build without PAGE_POOL_STATS
 2023-06-16 19:18 UTC 

[PATCH net-next v1 00/14] Add TJA1120 support
 2023-06-16 19:35 UTC  (16+ messages)
` [PATCH net-next v1 01/14] net: phy: nxp-c45-tja11xx: fix the PTP interrupt enablig/disabling
` [PATCH net-next v1 02/14] net: phy: nxp-c45-tja11xx: use phylib master/slave implementation
` [PATCH net-next v1 03/14] net: phy: nxp-c45-tja11xx: remove RX BIST frame counters
` [PATCH net-next v1 04/14] net: phy: nxp-c45-tja11xx: add *_reg_field functions
` [PATCH net-next v1 05/14] net: phy: nxp-c45-tja11xx: prepare the ground for TJA1120
` [PATCH net-next v1 06/14] net: phy: add 1000baseT1 to phy_basic_t1_features
` [PATCH net-next v1 07/14] net: phy: nxp-c45-tja11xx: add TJA1120 support
` [PATCH net-next v1 08/14] net: phy: nxp-c45-tja11xx: enable LTC sampling on both ext_ts edges
` [PATCH net-next v1 09/14] net: phy: nxp-c45-tja11xx: read egress ts on TJA1120
` [PATCH net-next v1 10/14] net: phy: nxp-c45-tja11xx: handle FUSA irq
` [PATCH net-next v1 11/14] net: phy: nxp-c45-tja11xx: run cable test with the PHY in test mode
` [PATCH net-next v1 12/14] net: phy: nxp-c45-tja11xx: read ext trig ts TJA1120
` [PATCH net-next v1 13/14] net: phy: nxp-c45-tja11xx: reset PCS if the link goes down
` [PATCH net-next v1 14/14] net: phy: nxp-c45-tja11xx: timestamp reading workaround for TJA1120

[PATCH AUTOSEL 4.14 4/6] nfcsim.c: Fix error checking for debugfs_create_dir
 2023-06-16 19:35 UTC  (2+ messages)

[net-next,v2] tcp: Use per-vma locking for receive zerocopy
 2023-06-16 19:34 UTC 

[PATCH net-next v4 0/2] xdp_rxq_info_reg fixes for mlx5e
 2023-06-16 19:33 UTC  (5+ messages)

[PATCH v4 0/4] Check if FIPS mode is enabled when running selftests
 2023-06-16 19:33 UTC  (3+ messages)
` [PATCH v4 4/4] selftests: net: fcnal-test: check if FIPS mode is enabled
  ` [PATCH v4 4/4] selftests: net: fcnal-test: check if FIPS mode is enabled: manual merge

[PATCH AUTOSEL 6.1 30/57] tipc: add tipc_bearer_min_mtu to calculate min mtu
 2023-06-16 19:27 UTC  (2+ messages)

[PATCH net-next v4 0/5] introduce page_pool_alloc() API
 2023-06-16 19:21 UTC  (10+ messages)
` [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag

[PATCH net-next] ip, ip6: Fix splice to raw and ping sockets
 2023-06-16 19:00 UTC  (2+ messages)

[PATCH] net: mana: Batch ringing RX queue doorbell on receiving packets
 2023-06-16 18:54 UTC  (3+ messages)

[RFT PATCH 1/2] stmmac: dwmac-loongson: drop useless check for compatible fallback
 2023-06-16 18:52 UTC  (4+ messages)
` [RFT PATCH 2/2] MIPS: dts: loongson: drop incorrect dwmac fallback compatible

[PATCH net-next v5] tcp: enforce receive buffer memory limits by allowing the tcp window to shrink
 2023-06-16 18:49 UTC  (2+ messages)

[PATCH] nfc: fdp: Add MODULE_FIRMWARE macros
 2023-06-16 18:13 UTC  (2+ messages)

[RFC net-next v1] tools: ynl: Add an strace rendering mode to ynl-gen
 2023-06-16 18:11 UTC  (4+ messages)

[PATCH pci] PCI: don't skip probing entire device if first fn OF node has status = "disabled"
 2023-06-16 17:57 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION f7efed9f38f886edb450041b82a6f15d663c98f8
 2023-06-16 17:56 UTC 

[PATCH v6 0/6] Process connector bug fixes & enhancements
 2023-06-16 17:54 UTC  (4+ messages)
` [PATCH v6 3/6] connector/cn_proc: Add filtering to fix some bugs

[PATCH 00/21] Add support for sam9x7 SoC family
 2023-06-16 17:32 UTC  (6+ messages)
` [PATCH 17/21] power: reset: at91-poweroff: lookup for proper pmc dt node for sam9x7

[RFC bpf-next 0/7] bpf: netdev TX metadata
 2023-06-16 17:32 UTC  (8+ messages)
` [RFC bpf-next 3/7] bpf: implement devtx hook points

Is EDT now expected to work with any qdisc?
 2023-06-16 17:31 UTC 

[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-02 (iavf)
 2023-06-16 17:13 UTC  (8+ messages)
` [PATCH net-next 2/3] iavf: fix err handling for MAC replace

[PATCH] MAINTAINERS: update email addresses of octeon_ep driver maintainers
 2023-06-16 17:12 UTC  (4+ messages)
  ` [EXT] "

[PATCH v14] ath10k: add LED and GPIO controlling support for various chipsets
 2023-06-16 17:03 UTC  (2+ messages)

[PATCH] be2net: Extend xmit workaround to BE3 chip
 2023-06-16 16:45 UTC 

[PATCH net-next 0/6] igc: Fix corner cases for TSN offload
 2023-06-16 16:39 UTC  (6+ messages)
` [PATCH net-next 3/6] igc: Handle already enabled taprio offload for basetime 0

[PATCH] net: mroute6.h: change type of mif6c_pifi to __u32
 2023-06-16 16:35 UTC  (8+ messages)

[PATCH] bpf: Remove unneeded variable
 2023-06-16 16:30 UTC  (2+ messages)

[PATCH net-next 0/15] Add and use helper for PCS negotiation modes
 2023-06-16 15:52 UTC  (20+ messages)
` [PATCH net-next 01/15] net: phylink: add PCS negotiation mode
` [PATCH net-next 02/15] net: phylink: convert phylink_mii_c22_pcs_config() to neg_mode
` [PATCH net-next 03/15] net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()
` [PATCH net-next 04/15] net: pcs: xpcs: update PCS driver to use neg_mode
` [PATCH net-next 05/15] net: pcs: lynxi: "
` [PATCH net-next 06/15] net: pcs: lynx: "
` [PATCH net-next 07/15] net: lan966x: "
` [PATCH net-next 08/15] net: mvneta: "
` [PATCH net-next 09/15] net: mvpp2: "
` [PATCH net-next 10/15] net: prestera: "
` [PATCH net-next 11/15] net: qca8k: "
` [PATCH net-next 12/15] net: sparx5: "
` [PATCH net-next 13/15] net: dsa: b53: "
` [PATCH net-next 14/15] net: dsa: mt7530: "
` [PATCH net-next 15/15] net: macb: "

Fw:inquiry at Industrial Casters 10% more loading China Factory
 2023-06-16 15:45 UTC 

[PATCH net-next v3 0/3] optimize procedure of changing MAC address on interface
 2023-06-16 15:29 UTC  (4+ messages)

[syzbot] possible deadlock in sco_conn_del
 2023-06-16 15:09 UTC  (2+ messages)
` [syzbot] [bluetooth?] "

[PATCH V5] net: phy: Add sysfs attribute for PHY c45 identifiers
 2023-06-16 14:52 UTC  (3+ messages)

[PATCH net-next] dt-bindings: net: phy: gpy2xx: more precise description
 2023-06-16 14:44 UTC  (2+ messages)

[PATCH V3] net: phy: Add sysfs attribute for PHY c45 identifiers
 2023-06-16 14:16 UTC  (3+ messages)

[PATCH V4] net: phy: Add sysfs attribute for PHY c45 identifiers
 2023-06-16 14:16 UTC  (5+ messages)

[PATCH v3 iwl-next] ice: allow hot-swapping XDP programs
 2023-06-16 14:05 UTC  (2+ messages)

[PATCH net-next 0/8] net: stmmac: enable timestamp snapshots for DWMAC1000
 2023-06-16 13:48 UTC  (4+ messages)
` [PATCH net-next 3/8] net: stmmac: move PTP interrupt handling to IP-specific DWMAC file

[PATCH net-next 1/2] can: sja1000: Prepare the use of a threaded handler
 2023-06-16 13:45 UTC  (2+ messages)
` [PATCH net-next 2/2] can: sja1000: Prevent overrun stalls with a soft reset on Renesas SoCs

[PATCH 1/2] sfc: fix uninitialized variable use
 2023-06-16 13:45 UTC  (5+ messages)
` [PATCH 2/2] sfc: add CONFIG_INET dependency for TC offload

[PATCH] net: atlantic: fix ring buffer alignment
 2023-06-16 13:10 UTC  (2+ messages)

Fwd: inet6_sock_destruct->inet_sock_destruct trigger Call Trace
 2023-06-16 12:43 UTC 

[PATCH v9 00/14] pci: Work around ASMedia ASM2824 PCIe link training failures
 2023-06-16 12:27 UTC  (2+ messages)

[PATCH] ieee802154/adf7242: Add MODULE_FIRMWARE macro
 2023-06-16 12:18 UTC 

[PATCH 0/4] Enable multiple MCAN on AM62x
 2023-06-16 12:01 UTC  (3+ messages)
` [PATCH 4/4] DO_NOT_MERGE arm64: dts: ti: Enable MCU MCANs for AM62x

[PATCH] net: phy: mediatek: fix compile-test dependencies
 2023-06-16 11:47 UTC  (2+ messages)

[PATCH v7 0/9] fix fwnode_irq_get[_byname()] returnvalue
 2023-06-16 11:45 UTC  (4+ messages)

[PATCH] net: dpaa2-mac: add 25gbase-r support
 2023-06-16 11:20 UTC  (2+ messages)

[PATCH net-next] crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)
 2023-06-16 11:11 UTC  (5+ messages)

[PATCH] netfilter: ipset: Replace strlcpy with strscpy
 2023-06-16 10:51 UTC  (2+ messages)

[PATCH net-next v2] crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)
 2023-06-16 11:10 UTC 

[PATCH net-next] crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit
 2023-06-16 10:27 UTC  (2+ messages)

[PATCH net v5 0/6] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling
 2023-06-16 10:37 UTC  (4+ messages)
` [PATCH net v5 2/6] net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch

[PATCH AUTOSEL 5.10 14/14] vhost_vdpa: tell vqs about the negotiated
 2023-06-16 10:27 UTC 

[PATCH AUTOSEL 5.15 16/16] vhost_net: revert upend_idx only on retriable error
 2023-06-16 10:27 UTC 


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