netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-28 03:32:20 to 2023-09-28 15:10:35 UTC [more...]

[PATCH v16 00/20] nvme-tcp receive offloads
 2023-09-28 15:09 UTC  (5+ messages)
` [PATCH v16 01/20] net: Introduce direct data placement tcp offload
` [PATCH v16 02/20] netlink: add new family to manage ULP_DDP enablement and stats
` [PATCH v16 03/20] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v16 04/20] net/tls,core: export get_netdev_for_sock

[PATCH net-next] net/smc: add support for netdevice in containers
 2023-09-28 15:04 UTC  (6+ messages)

[PATCH net-next 0/4] netfilter updates for net-next
 2023-09-28 14:49 UTC  (5+ messages)
` [PATCH net-next 1/4] netfilter: nf_nat: undo erroneous tcp edemux lookup after port clash
` [PATCH net-next 2/4] selftests: netfilter: test nat source port clash resolution interaction with tcp early demux
` [PATCH net-next 3/4] netfilter: nf_tables: missing extended netlink error in lookup functions
` [PATCH net-next 4/4] netfilter: nf_tables: Utilize NLA_POLICY_NESTED_ARRAY

[PATCH v2 00/12] Series to deliver Ethernets for STM32MP13
 2023-09-28 14:47 UTC  (14+ messages)
` [PATCH v2 01/12] dt-bindings: net: add STM32MP13 compatible in documentation for stm32
` [PATCH v2 02/12] dt-bindings: net: add new property st,ext-phyclk "
` [PATCH v2 03/12] dt-bindings: net: add phy-supply property "
` [PATCH v2 04/12] net: ethernet: stmmac: rework glue to simplify management for next stm32
` [PATCH v2 05/12] net: ethernet: stmmac: add management of stm32mp13 for stm32
` [PATCH v2 06/12] net: ethernet: stmmac: stm32: update config management for phy wo cristal
` [PATCH v2 07/12] net: ethernet: stm32: clean the way to manage wol irqwake
` [PATCH v2 08/12] net: ethernet: stmmac: stm32: support the phy-supply regulator binding
` [PATCH v2 09/12] ARM: dts: stm32: add ethernet1 and ethernet2 support on stm32mp13
` [PATCH v2 10/12] ARM: dts: stm32: add ethernet1/2 RMII pins for STM32MP13F-DK board
` [PATCH v2 11/12] ARM: dts: stm32: add ethernet1 and ethernet2 for STM32MP135F-DK board
` [PATCH v2 12/12] ARM: multi_v7_defconfig: Add MCP23S08 pinctrl support

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2023-09-28 14:47 UTC  (3+ messages)
` [PATCH v7 02/12] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()

[PATCH net-next] MAINTAINERS: Add an obsolete entry for LL TEMAC driver
 2023-09-28 14:46 UTC  (3+ messages)

configfs: Create config_item from netconsole
 2023-09-28 14:44 UTC 

[PATCH net 1/2] tcp: fix quick-ack counting to count actual ACKs of new data
 2023-09-28 14:38 UTC  (4+ messages)
` [PATCH net 2/2] tcp: fix delayed ACKs for MSS boundary condition

[PATCH v13 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-09-28 14:31 UTC  (7+ messages)
` [PATCH v13 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v13 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v13 3/6] s390/pci: Use dma-iommu layer
` [PATCH v13 4/6] iommu/s390: Disable deferred flush for ISM devices
` [PATCH v13 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v13 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH net-next v5 1/2] pktgen: Automate flag enumeration for unknown flag handling
 2023-09-28 14:30 UTC  (4+ messages)

[PATCH v6] net/core: Introduce netdev_core_stats_inc()
 2023-09-28 14:18 UTC  (2+ messages)

[PATCH net v3] rswitch: Fix PHY station management clock setting
 2023-09-28 14:15 UTC  (6+ messages)

[PATCH net-next v9 00/13] Add Realtek automotive PCIe driver
 2023-09-28 14:02 UTC  (16+ messages)
` [PATCH net-next v9 01/13] net:ethernet:realtek:rtase: Add pci table supported in this module
` [PATCH net-next v9 02/13] net:ethernet:realtek:rtase: Implement the .ndo_open function
` [PATCH net-next v9 03/13] net:ethernet:realtek:rtase: Implement the rtase_down function
` [PATCH net-next v9 04/13] net:ethernet:realtek:rtase: Implement the interrupt routine and rtase_poll
` [PATCH net-next v9 05/13] net:ethernet:realtek:rtase: Implement hardware configuration function
` [PATCH net-next v9 06/13] net:ethernet:realtek:rtase: Implement .ndo_start_xmit function
` [PATCH net-next v9 07/13] net:ethernet:realtek:rtase: Implement a function to receive packets
` [PATCH net-next v9 08/13] net:ethernet:realtek:rtase: Implement net_device_ops
` [PATCH net-next v9 09/13] net:ethernet:realtek:rtase: Implement pci_driver suspend and resume function
` [PATCH net-next v9 10/13] net:ethernet:realtek:rtase: Implement ethtool function
` [PATCH net-next v9 11/13] net:ethernet:realtek:rtase: Add a Makefile in the rtase folder
` [PATCH net-next v9 12/13] net:ethernet:realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v9 13/13] MAINTAINERS: Add the rtase ethernet driver entry

[PATCH net] net/mlx5: fix calling mlx5_cmd_init() before DMA mask is set
 2023-09-28 13:55 UTC 

[net-next 01/15] net/mlx5: Call mlx5_sf_id_erase() once in mlx5_sf_dealloc()
 2023-09-28 13:50 UTC  (2+ messages)

[PATCH v3 0/2] Prevent potential write out of bounds
 2023-09-28 13:43 UTC  (5+ messages)
` [PATCH v3 1/2] Make loop indexes unsigned
` [PATCH v3 2/2] Make num_actions unsigned

[RFC PATCH v2 net-next 00/15] Add C72/C73 copper backplane support for LX2160
 2023-09-28 13:38 UTC  (5+ messages)
` [RFC PATCH v2 net-next 03/15] phy: ethernet: add configuration interface for copper backplane Ethernet PHYs
` [RFC PATCH v2 net-next 07/15] net: phylink: centralize phy_interface_mode_is_8023z() && phylink_autoneg_inband() checks

[PATCH 00/15] sysctl: Remove sentinel elements from drivers
 2023-09-28 13:36 UTC  (17+ messages)
` [PATCH 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH 02/15] hpet: "
` [PATCH 03/15] xen: "
` [PATCH 04/15] tty: "
` [PATCH 05/15] scsi: "
` [PATCH 06/15] parport: Remove the "
` [PATCH 07/15] macintosh: "
` [PATCH 08/15] infiniband: "
` [PATCH 09/15] char-misc: "
` [PATCH 10/15] vrf: "
` [PATCH 11/15] sgi-xp: "
` [PATCH 12/15] fw loader: "
` [PATCH 13/15] raid: Remove "
` [PATCH 14/15] hyper-v/azure: "
` [PATCH 15/15] intel drm: "

[PATCH net-next v3 0/3] ptp: Support for multiple filtered timestamp event queue readers
 2023-09-28 13:35 UTC  (4+ messages)
` [PATCH net-next v3 1/3] ptp: Replace timestamp event queue with linked list
` [PATCH net-next v3 2/3] ptp: support multiple timestamp event readers
` [PATCH net-next v3 3/3] ptp: support event queue reader channel masks

[PATCH] qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info
 2023-09-28 13:27 UTC  (2+ messages)

[PATCH] net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg
 2023-09-28 13:11 UTC  (2+ messages)

[PATCH] net: hsr: Add error handling in hsr_portdev_setup()
 2023-09-28 13:05 UTC  (2+ messages)

[PATCH net-next 0/3] mlxsw: Provide enhancements and new feature
 2023-09-28 12:42 UTC  (2+ messages)

[PATCH v9 net-next 00/12] Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set()
 2023-09-28 12:39 UTC  (4+ messages)
` [PATCH v9 net-next 12/12] net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted drivers

[PATCH net-next] can: sja1000: Fix comment
 2023-09-28 12:35 UTC  (2+ messages)

[PATCH] bridge: MTU auto tuning ignores IFLA_MTU on NEWLINK
 2023-09-28 12:35 UTC  (3+ messages)

[PATCH 0/3] Add MCTP-over-KCS transport binding
 2023-09-28 12:30 UTC  (4+ messages)
` [PATCH 1/3] ipmi: Move KCS headers to common include folder
` [PATCH 2/3] ipmi: Create header with KCS interface defines
` [PATCH 3/3] mctp: Add MCTP-over-KCS transport binding

[PATCH] vhost-scsi: Spelling s/preceeding/preceding/g
 2023-09-28 12:18 UTC 

[PATCH] [net-next] sctp: Spelling s/preceeding/preceding/g
 2023-09-28 12:17 UTC 

[PATCH net] octeontx2-pf: Fix page pool frag allocation failure
 2023-09-28 12:16 UTC  (2+ messages)

[Patch v6 0/5] RDMA/mana_ib
 2023-09-28 12:15 UTC  (2+ messages)

[PATCH net] ice: always add legacy 32byte RXDID in supported_rxdids
 2023-09-28 12:10 UTC  (2+ messages)

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-09-28 12:01 UTC  (5+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[PATCH bpf-next 0/8] Add bpf programmable device
 2023-09-28 12:01 UTC  (4+ messages)
` [PATCH bpf-next 1/8] meta, bpf: Add bpf programmable meta device

[PATCH] net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimers
 2023-09-28 11:57 UTC  (2+ messages)

[PATCH net-next] net: atl1c: switch to napi_consume_skb()
 2023-09-28 11:35 UTC  (2+ messages)

[net-next PATCH v3 00/10] Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support)
 2023-09-28 11:19 UTC  (7+ messages)
` [net-next PATCH v3 01/10] netdev-genl: spec: Extend netdev netlink spec in YAML for queue
` [net-next PATCH v3 02/10] net: Add queue and napi association
` [net-next PATCH v3 06/10] netdev-genl: Add netlink framework functions for napi

[PATCH bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-28 11:08 UTC  (14+ messages)
` [PATCH bpf-next v2 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next v2 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH bpf-next v2 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next v2 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next v2 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH bpf-next v2 6/6] riscv, bpf: Optimize bswap "

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (3+ messages)
` [PATCH 01/87] "
  ` [PATCH 81/87] net/sunrpc: convert to new inode {a,m}time accessors

[PATCH v6 net-next 0/5] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
 2023-09-28 10:41 UTC  (3+ messages)

Packets get stuck on RTL8111H using R8169 driver
 2023-09-28 10:39 UTC  (2+ messages)

[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
 2023-09-28 10:39 UTC  (4+ messages)
` [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[PATCH net-next v3] net: ti: icssg_prueth: add TAPRIO offload support
 2023-09-28 10:30 UTC 

[PATCH net-next] ethernet/intel: Use list_for_each_entry() helper
 2023-09-28 10:20 UTC  (2+ messages)

[PATCH net-next v2] net: ti: icssg_prueth: add TAPRIO offload support
 2023-09-28 10:16 UTC  (3+ messages)

[patch net-next] tools: ynl-gen: lift type requirement for attribute subsets
 2023-09-28 10:15 UTC  (2+ messages)

Persisting mounts between 'ip netns' invocations
 2023-09-28  9:54 UTC  (2+ messages)

[PATCH net-next v5] net/core: Introduce netdev_core_stats_inc() for trace
 2023-09-28  9:44 UTC  (4+ messages)

[PATCH net-next v4 00/18] net/smc: implement virtual ISM extension and loopback-ism
 2023-09-28  9:10 UTC  (6+ messages)
` [PATCH net-next v4 05/18] net/smc: reserve CHID range for SMC-D virtual device

[PATCH net-next v6 00/10] Add MACsec support for TJA11XX C45 PHYs
 2023-09-28  8:44 UTC  (11+ messages)
` [PATCH net-next v6 01/10] net: macsec: move sci_to_cpu to macsec header
` [PATCH net-next v6 02/10] net: macsec: documentation for macsec_context and macsec_ops
` [PATCH net-next v6 03/10] net: macsec: indicate next pn update when offloading
` [PATCH net-next v6 04/10] net: macsec: introduce mdo_insert_tx_tag
` [PATCH net-next v6 05/10] octeontx2-pf: mcs: update PN only when update_pn is true
` [PATCH net-next v6 06/10] net: phy: mscc: macsec: reject PN update requests
` [PATCH net-next v6 07/10] net/mlx5e: macsec: use update_pn flag instead of PN comparation
` [PATCH net-next v6 08/10] net: phy: nxp-c45-tja11xx: add MACsec support
` [PATCH net-next v6 09/10] net: phy: nxp-c45-tja11xx: add MACsec statistics
` [PATCH net-next v6 10/10] net: phy: nxp-c45-tja11xx: implement mdo_insert_tx_tag

[syzbot] [kernel?] INFO: rcu detected stall in sys_clock_nanosleep (5)
 2023-09-28  8:34 UTC 

[PATCH net-next 0/4] selftests/tc-testing: parallel tdc
 2023-09-28  8:20 UTC  (2+ messages)

[PATCH v2] can: sja1000: Always restart the Tx queue after an overrun
 2023-09-28  7:53 UTC  (2+ messages)

[PATCH net-next v2] net: qualcomm: rmnet: Add side band flow control support
 2023-09-28  7:51 UTC  (4+ messages)

[PATCH 1/3 net] net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns()
 2023-09-28  7:50 UTC  (3+ messages)
` [PATCH 3/3 net] dmaengine: ti: k3-udma-glue: clean up k3_udma_glue_tx_get_irq() return

[net-next PATCH] net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI
 2023-09-28  7:40 UTC  (2+ messages)

[PATCH net-next] xfrm: Remove unused function declarations
 2023-09-28  7:26 UTC  (2+ messages)

[PATCH v7 00/30] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-09-28  7:06 UTC  (31+ messages)
` [PATCH v7 01/30] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
` [PATCH v7 02/30] soc: fsl: cpm1: qmc: "
` [PATCH v7 03/30] soc: fsl: cpm1: qmc: Fix rx channel reset
` [PATCH v7 04/30] soc: fsl: cpm1: qmc: Extend the API to provide Rx status
` [PATCH v7 05/30] soc: fsl: cpm1: qmc: Remove inline function specifiers
` [PATCH v7 06/30] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Fix example property name
` [PATCH v7 07/30] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add 'additionalProperties: false' in child nodes
` [PATCH v7 08/30] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC
` [PATCH v7 09/30] soc: fsl: cpm1: qmc: Add support for child devices
` [PATCH v7 10/30] net: wan: Add support for QMC HDLC
` [PATCH v7 11/30] MAINTAINERS: Add the Freescale QMC HDLC driver entry
` [PATCH v7 12/30] soc: fsl: cpm1: qmc: Introduce available timeslots masks
` [PATCH v7 13/30] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
` [PATCH v7 14/30] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
` [PATCH v7 15/30] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
` [PATCH v7 16/30] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
` [PATCH v7 17/30] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
` [PATCH v7 18/30] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
` [PATCH v7 19/30] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
` [PATCH v7 20/30] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
` [PATCH v7 21/30] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
` [PATCH v7 22/30] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
` [PATCH v7 23/30] wan: qmc_hdlc: Add runtime timeslots changes support
` [PATCH v7 24/30] net: wan: Add framer framework support
` [PATCH v7 25/30] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
` [PATCH v7 26/30] net: wan: framer: Add support for the Lantiq PEF2256 framer
` [PATCH v7 27/30] pinctrl: Add support for the Lantic PEF2256 pinmux
` [PATCH v7 28/30] MAINTAINERS: Add the Lantiq PEF2256 driver entry
` [PATCH v7 29/30] ASoC: codecs: Add support for the framer codec
` [PATCH v7 30/30] net: wan: fsl_qmc_hdlc: Add framer support

[PATCH] wext.h: Clean up errors in wext.h
 2023-09-28  6:36 UTC  (2+ messages)

[PATCH RFC v1 1/3] r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx
 2023-09-28  6:02 UTC  (3+ messages)

[PATCH net-next v2 0/2] Documentation fixes for dpll subsystem
 2023-09-28  5:27 UTC  (3+ messages)
` [PATCH net-next v2 1/2] Documentation: dpll: Fix code blocks
` [PATCH net-next v2 2/2] Documentation: dpll: wrap DPLL_CMD_PIN_GET output in a code block


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