netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-22 15:06:57 to 2023-08-23 05:45:47 UTC [more...]

[PATCH net-next v5 0/2] net: stmmac: Tx coe sw fallback
 2023-08-23  5:45 UTC  (4+ messages)
` [PATCH net-next v5 1/2] dt-bindings: net: snps,dwmac: Tx queues with coe

[pull request][net-next 00/15] mlx5 updates 2023-08-22
 2023-08-23  5:10 UTC  (16+ messages)
` [net-next 01/15] net/mlx5: Rework devlink port alloc/free into init/cleanup
` [net-next 02/15] net/mlx5: Push out SF devlink port init and cleanup code to separate helpers
` [net-next 03/15] net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_register/unregister()
` [net-next 04/15] net/mlx5: Allow mlx5_esw_offloads_devlink_port_register() to register SFs
` [net-next 05/15] net/mlx5: Introduce mlx5_eswitch_load/unload_sf_vport() and use it from SF code
` [net-next 06/15] net/mlx5: Remove no longer used mlx5_esw_offloads_sf_vport_enable/disable()
` [net-next 07/15] net/mlx5: Don't register ops for non-PF/VF/SF port and avoid checks in ops
` [net-next 08/15] net/mlx5: Embed struct devlink_port into driver structure
` [net-next 09/15] net/mlx5: Reduce number of vport lookups passing vport pointer instead of index
` [net-next 10/15] net/mlx5: Return -EOPNOTSUPP in mlx5_devlink_port_fn_migratable_set() directly
` [net-next 11/15] net/mlx5: Relax mlx5_devlink_eswitch_get() return value checking
` [net-next 12/15] net/mlx5: Check vhca_resource_manager capability in each op and add extack msg
` [net-next 13/15] net/mlx5: Store vport in struct mlx5_devlink_port and use it in port ops
` [net-next 14/15] net/mlx5e: Support IPsec upper protocol selector field offload for RX
` [net-next 15/15] net/mlx5e: Support IPsec upper TCP protocol selector

[syzbot] [net?] WARNING: suspicious RCU usage in inetdev_event
 2023-08-23  5:05 UTC 

[PATCH] ibmveth: Use dcbf rather than dcbfl
 2023-08-23  4:51 UTC 

[PATCH v2 0/4] Move Loongson1 MAC arch-code to the driver dir
 2023-08-23  4:40 UTC  (10+ messages)
` [PATCH v2 3/4] net: stmmac: Add glue layer for Loongson-1 SoC

[PATCH iwl-next v1] ice: add drop rule matching on not active lport
 2023-08-23  3:57 UTC 

[PATCH] ipv6/addrconf: clamp preferred_lft to the minimum instead of erroring
 2023-08-23  3:45 UTC  (4+ messages)

[PATCH net-next] selftests: bonding: delete link1_1 in the cleanup path
 2023-08-23  3:26 UTC 

Fw: [Bug 217814] New: r8169 transmit queue 0 timed out (after upgrade from 5.x to 6.x)
 2023-08-23  3:19 UTC 

[PATCH v2 0/4] Add support for Allwinner D1 CAN controllers
 2023-08-23  3:16 UTC  (4+ messages)
` [PATCH v2 4/4] can: sun4i_can: Add support for the Allwinner D1

[PATCH ethtool] hns3: add support dump registers for hns3 driver
 2023-08-23  3:15 UTC  (2+ messages)

[PATCH net-next v7 0/6] introduce page_pool_alloc() related API
 2023-08-23  3:03 UTC  (15+ messages)
` [PATCH net-next v7 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-23  2:59 UTC  (4+ messages)
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem

[PATCH v2 net] octeontx2-pf: fix page_pool creation fail for rings > 32k
 2023-08-23  2:53 UTC 

[PATCHv2 net 0/3] fix macvlan over alb bond support
 2023-08-23  2:29 UTC  (4+ messages)
` [PATCHv2 net 3/3] selftests: bonding: add macvlan over bond testing

[PATCH net-next v5 0/9] Create common DPLL configuration API
 2023-08-23  2:21 UTC  (12+ messages)
` [PATCH net-next v5 1/9] dpll: documentation on DPLL subsystem interface
` [PATCH net-next v5 2/9] dpll: spec: Add Netlink spec in YAML
` [PATCH net-next v5 3/9] dpll: core: Add DPLL framework base functions
` [PATCH net-next v5 4/9] dpll: netlink: "
` [PATCH net-next v5 5/9] netdev: expose DPLL pin handle for netdevice
` [PATCH net-next v5 6/9] ice: add admin commands to access cgu configuration
` [PATCH net-next v5 7/9] ice: implement dpll interface to control cgu
` [PATCH net-next v5 8/9] ptp_ocp: implement DPLL ops
` [PATCH net-next v5 9/9] mlx5: Implement SyncE support using DPLL infrastructure

[PATCH net-next v3 00/12] tools/net/ynl: Add support for netlink-raw families
 2023-08-23  2:03 UTC  (14+ messages)
` [PATCH net-next v3 01/12] doc/netlink: Fix typo in genetlink-* schemas
` [PATCH net-next v3 02/12] doc/netlink: Add a schema for netlink-raw families
` [PATCH net-next v3 03/12] doc/netlink: Update genetlink-legacy documentation
` [PATCH net-next v3 04/12] doc/netlink: Document the netlink-raw schema extensions
` [PATCH net-next v3 05/12] tools/ynl: Add mcast-group schema parsing to ynl
` [PATCH net-next v3 06/12] tools/net/ynl: Fix extack parsing with fixed header genlmsg
` [PATCH net-next v3 07/12] tools/net/ynl: Add support for netlink-raw families
` [PATCH net-next v3 08/12] tools/net/ynl: Implement nlattr array-nest decoding in ynl
` [PATCH net-next v3 09/12] tools/net/ynl: Add support for create flags
` [PATCH net-next v3 10/12] doc/netlink: Add spec for rt addr messages
` [PATCH net-next v3 11/12] doc/netlink: Add spec for rt link messages
` [PATCH net-next v3 12/12] doc/netlink: Add spec for rt route messages

[PATCH net-next 00/10] netfilter updates for net-next
 2023-08-23  2:00 UTC  (12+ messages)
` [PATCH net-next 01/10] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
` [PATCH net-next 02/10] netfilter: ebtables: replace zero-length array members
` [PATCH net-next 03/10] netfilter: ipset: refactor deprecated strncpy
` [PATCH net-next 04/10] netfilter: nf_tables: "
` [PATCH net-next 05/10] "
` [PATCH net-next 06/10] netfilter: nft_osf: "
` [PATCH net-next 07/10] netfilter: nft_meta: "
` [PATCH net-next 08/10] netfilter: x_tables: "
` [PATCH net-next 09/10] netfilter: xtables: "
` [PATCH net-next 10/10] netfilter: nf_tables: allow loop termination for pending fatal signal

[PATCH net-next] net: generalize calculation of skb extensions length
 2023-08-23  1:46 UTC  (2+ messages)

[PATCH net-next] bnxt: use the NAPI skb allocation cache
 2023-08-23  1:45 UTC  (2+ messages)

[PATCH net-next 00/10] mptcp: Prepare MPTCP packet scheduler for BPF extension
 2023-08-23  1:40 UTC  (2+ messages)

[Post compartilhado] Festa de Santa Rita, Ramos/Rio de Janeiro (RJ)
 2023-08-23  1:19 UTC 

[net-next PATCH v2 0/9] Introduce NAPI queues support
 2023-08-23  0:52 UTC  (9+ messages)
` [net-next PATCH v2 3/9] netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI
` [net-next PATCH v2 4/9] net: Move kernel helpers for queue index outside sysfs
` [net-next PATCH v2 5/9] netdev-genl: Add netlink framework functions for napi
` [net-next PATCH v2 7/9] net: Add NAPI IRQ support

[PATCH net] igc: Fix the typo in the PTM Control macro
 2023-08-23  0:40 UTC  (2+ messages)

[PATCH net-next v3] virtio_net: Introduce skb_vnet_common_hdr to avoid typecasting
 2023-08-23  0:36 UTC  (2+ messages)

[NET 0/2] CAN fixes for 6.5-rc7
 2023-08-23  0:30 UTC  (6+ messages)
` [NET 2/2] can: raw: add missing refcount for memory leak fix

[PATCH net] igb: Avoid starting unnecessary workqueues
 2023-08-23  0:30 UTC  (2+ messages)

[PATCH net] batman-adv: Hold rtnl lock during MTU update via netlink
 2023-08-23  0:30 UTC  (2+ messages)

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-08-21 (ice)
 2023-08-23  0:30 UTC  (2+ messages)

[syzbot] [hams?] general protection fault in prepare_to_wait (2)
 2023-08-23  0:19 UTC  (4+ messages)
` [PATCH] sock: Fix sk_sleep return invalid pointer

[RFC PATCH bpf-next 0/2] Improve prog array uref semantics
 2023-08-23  0:08 UTC  (2+ messages)
` [RFC PATCH bpf-next 1/2] net: bpf: Make xdp and cls_bpf use bpf_prog_put_dev()

[PATCH net-next v4 0/3] net: Return PTR_ERR() for fixed_phy_register()
 2023-08-23  0:03 UTC  (3+ messages)
` [PATCH net-next v4 3/3] net: lan743x: "

[RFC PATCH v2 00/11] Device Memory TCP
 2023-08-22 23:33 UTC  (6+ messages)
` [RFC PATCH v2 06/11] page-pool: add device memory support

Warning when compiling with python3.12
 2023-08-22 23:30 UTC  (3+ messages)
` [PATCH] Fix invalid escape sequence warnings

[PATCH net] i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()
 2023-08-22 22:16 UTC 

[PATCH net v3 0/2][pull request] igc: Enhance the tx-usecs coalesce setting implementation
 2023-08-22 22:16 UTC  (3+ messages)
` [PATCH net v3 1/2] igc: Expose tx-usecs coalesce setting to user
` [PATCH net v3 2/2] igc: Modify the tx-usecs coalesce setting

pull-request: wireless-2023-08-22
 2023-08-22 22:15 UTC  (2+ messages)

[PATCH 6.1] selftests/net: mv bpf/nat6to4.c to net folder
 2023-08-22 22:07 UTC 

Microchip net DSA with ptp4l getting tx_timeout failed msg using 6.3.12 kernel and KSZ9567 switch
 2023-08-22 21:49 UTC 

[PATCH net-next v3 0/5][pull request] add v2 FW logging for ice driver
 2023-08-22 21:16 UTC  (12+ messages)
` [PATCH net-next v3 2/5] ice: configure FW logging

[PATCH iwl-next] ice: store VF's pci_dev ptr in ice_vf
 2023-08-22 20:46 UTC  (7+ messages)

[net PATCH V3 0/3] Fix PFC related issues
 2023-08-22 20:06 UTC  (9+ messages)
` [net PATCH V3 1/3] octeontx2-pf: Fix PFC TX scheduler free
` [net PATCH V3 2/3] octeontx2-af: CN10KB: fix PFC configuration

[PATCH v3 0/5] ARM: Add GXP UMAC Support
 2023-08-22 20:00 UTC  (7+ messages)
` [PATCH v3 4/5] net: hpe: Add GXP UMAC Driver

[PATCH bpf-next v5 00/21] XDP metadata via kfuncs for ice
 2023-08-22 19:50 UTC  (5+ messages)
` [PATCH bpf-next v5 13/21] ice: Implement checksum hint

[PATCH bpf-next 0/6] samples/bpf: Remove unmaintained XDP sample utilities
 2023-08-22 19:27 UTC  (7+ messages)
` [PATCH bpf-next 4/6] samples/bpf: Remove the xdp1 and xdp2 utilities

[PATCH vfio] vfio/pds: Send type for SUSPEND_STATUS command
 2023-08-22 19:25 UTC  (2+ messages)

PO_1211992 için yeni sipariş
 2023-08-22 19:03 UTC 

" Product Renewal Success: Keep Soaring High!"
 2023-08-22 18:57 UTC 

[PATCH 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
 2023-08-22 18:57 UTC  (5+ messages)
` [PATCH 3/3] selftests: forwarding: Add test "

[PATCH net-next 0/9] stmmac cleanups
 2023-08-22 18:50 UTC  (10+ messages)
` [PATCH net-next 1/9] net: phylink: add phylink_limit_mac_speed()
` [PATCH net-next 2/9] net: stmmac: convert plat->phylink_node to fwnode
` [PATCH net-next 3/9] net: stmmac: clean up passing fwnode to phylink
` [PATCH net-next 4/9] net: stmmac: use "mdio_bus_data" local variable
` [PATCH net-next 5/9] net: stmmac: use phylink_limit_mac_speed()
` [PATCH net-next 6/9] net: stmmac: provide stmmac_mac_phylink_get_caps()
` [PATCH net-next 7/9] net: stmmac: move gmac4 specific phylink capabilities to gmac4
` [PATCH net-next 8/9] net: stmmac: move xgmac specific phylink caps to dwxgmac2 core
` [PATCH net-next 9/9] net: stmmac: move priv->phylink_config.mac_managed_pm

[PATCH RFC net-next] net: ethernet: mtk_eth_soc: add paths and SerDes modes for MT7988
 2023-08-22 18:33 UTC  (2+ messages)

[PATCH net] sfc: allocate a big enough SKB for loopback selftest packet
 2023-08-22 18:20 UTC  (2+ messages)

[RFC PATCH net-next v3 0/2] net: veth: Optimizing page pool usage
 2023-08-22 18:13 UTC  (6+ messages)

[PATCH net-next] vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMIC
 2023-08-22 18:10 UTC  (2+ messages)

[PATCH net-next] vrf: Remove unnecessary RCU-bh critical section
 2023-08-22 18:10 UTC  (3+ messages)

[net-next V2 01/14] net/mlx5e: aRFS, Prevent repeated kernel rule migrations requests
 2023-08-22 18:10 UTC  (2+ messages)

[PATCH net] leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'
 2023-08-22 18:10 UTC  (2+ messages)

[PATCH net v2] net: ethernet: mtk_eth_soc: fix NULL pointer on hw reset
 2023-08-22 18:10 UTC  (3+ messages)

[PATCH net-next] net: dsa: microchip: Remove unused declarations
 2023-08-22 18:00 UTC  (2+ messages)

[PATCH net-next] net: mscc: ocelot: Remove unused declarations
 2023-08-22 18:00 UTC  (2+ messages)

[PATCH net-next] net: ethernet: ti: Remove unused declarations
 2023-08-22 18:00 UTC  (2+ messages)

[PATCH net-next] ionic: Remove unused declarations
 2023-08-22 18:00 UTC  (2+ messages)

[PATCH net-next] net: microchip: Remove unused declarations
 2023-08-22 18:00 UTC  (2+ messages)

[PATCH net-next RFC v1 0/4] veth: reduce reallocations of SKBs when XDP bpf-prog is loaded
 2023-08-22 17:59 UTC  (5+ messages)
` [PATCH net-next RFC v1 1/4] veth: use same bpf_xdp_adjust_head check as generic-XDP
` [PATCH net-next RFC v1 2/4] veth: use generic-XDP functions when dealing with SKBs
` [PATCH net-next RFC v1 3/4] veth: lift skb_head_is_locked restriction for SKB based XDP
` [PATCH net-next RFC v1 4/4] veth: when XDP is loaded increase needed_headroom

[PATCH net-next v6 0/2] Add Realtek automotive PCIe driver
 2023-08-22 17:59 UTC  (5+ messages)
` [PATCH net-next v6 1/2] net/ethernet/realtek: Add Realtek automotive PCIe driver code

[PATCH bpf-next v2] xsk: fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
 2023-08-22 17:48 UTC  (4+ messages)

[patch net-next] tools: ynl-gen: add "spec" arg to regen allowing to use only selected spec
 2023-08-22 17:41 UTC  (3+ messages)

[patch net-next 0/4] net/mlx5: expose peer SF devlink instance
 2023-08-22 17:40 UTC  (9+ messages)

[PATCH v2 iwl-next 0/9] ice: fix timestamping in reset process
 2023-08-22 17:15 UTC  (11+ messages)
` [PATCH v2 iwl-next 1/9] ice: use ice_pf_src_tmr_owned where available
        ` [Intel-wired-lan] "

[PATCH net-next v4 0/9] Create common DPLL configuration API
 2023-08-22 16:54 UTC  (8+ messages)
` [PATCH net-next v4 2/9] dpll: spec: Add Netlink spec in YAML

can: isotp: epoll breaks isotp_sendmsg
 2023-08-22 16:37 UTC  (7+ messages)

[PATCH net-next v3 0/4] net: ethernet: mtk_eth_soc: improve support for MT7988
 2023-08-22 16:33 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: ethernet: mtk_eth_soc: fix register definitions "
` [PATCH net-next v3 2/4] net: ethernet: mtk_eth_soc: add reset bits "
` [PATCH net-next v3 3/4] net: ethernet: mtk_eth_soc: add support for in-SoC SRAM
` [PATCH net-next v3 4/4] net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988

[PATCH v1 net] net: Allow larger buffer than peer address for SO_PEERNAME
 2023-08-22 16:24 UTC  (2+ messages)

[PATCH v4 00/11] stmmac: Add Loongson platform support
 2023-08-22 16:13 UTC  (3+ messages)
` [PATCH v4 03/11] stmmac: Add extended GMAC support for Loongson platforms

[PATCH] Fix encoding of ethernet frame length for big endian platforms in QCA7000/7005 protocol header
 2023-08-22 16:08 UTC  (2+ messages)

[PATCH net-next] macsec: introduce default_async_crypto sysctl
 2023-08-22 15:59 UTC  (4+ messages)

[Patch v4 0/4] RDMA/mana_ib
 2023-08-22 15:54 UTC  (6+ messages)
` [Patch v4 1/4] RDMA/mana_ib : Rename all mana_ib_dev type variables to mib_dev
` [Patch v4 2/4] RDMA/mana_ib : Register Mana IB device with Management SW
` [Patch v4 3/4] RDMA/mana_ib : Create adapter and Add error eq
` [Patch v4 4/4] RDMA/mana_ib : Query adapter capabilities

[PATCH net-next] net: dsa: rzn1-a5psw: remove redundant logs
 2023-08-22 15:49 UTC  (2+ messages)

[PATCH iproute2-next 0/2] tc: support the netem seed parameter for loss and corruption events
 2023-08-22 15:43 UTC  (3+ messages)
` [PATCH iproute2-next 1/2] "

[PATCH iwl-next v4 0/5] iavf: Add devlink and devlink rate support
 2023-08-22 15:34 UTC  (4+ messages)
      ` [PATCH iwl-next v4 0/5] iavf: Add devlink and devlink rate support'

[PATCH v13 00/24] nvme-tcp receive offloads
 2023-08-22 15:04 UTC  (6+ messages)
` [PATCH v13 20/24] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v13 21/24] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v13 22/24] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v13 23/24] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v13 24/24] net/mlx5e: NVMEoTCP, statistics


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