netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-07 06:27:36 to 2023-08-07 15:08:57 UTC [more...]

[RFC PATCH v2 net-next 0/6] net/smc: several features's implementation for smc v2.1
 2023-08-07 15:08 UTC  (4+ messages)
` [RFC PATCH v2 net-next 5/6] net/smc: support max links per lgr negotiation in clc handshake
` [RFC PATCH v2 net-next 6/6] net/smc: Extend SMCR v2 linkgroup netlink attribute

[PATCH net-next 0/2] bnxt_en: Fix 2 compile warnings in bnxt_dcb.c
 2023-08-07 14:57 UTC  (3+ messages)
` [PATCH net-next 1/2] bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()
` [PATCH net-next 2/2] bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.c

[PATCH net-next v4 0/6] page_pool: a couple of assorted optimizations
 2023-08-07 14:53 UTC  (4+ messages)
` [PATCH net-next v4 5/6] page_pool: add a lockdep check for recycling in hardirq

[PATCH v3] wifi: iw_handler.h: Remove unused declaration dev_get_wireless_info()
 2023-08-07 14:50 UTC 

[PATCH net-next] net: mana: Add gdma stats to ethtool output for mana
 2023-08-07 14:50 UTC  (2+ messages)

[RFC net-next 0/2] introduce DECLARE_FLEX() macro
 2023-08-07 14:47 UTC  (7+ messages)
` [RFC net-next 1/2] overflow: add DECLARE_FLEX() for on-stack allocs

[syzbot] [bpf?] KMSAN: uninit-value in ieee802154_subif_start_xmit
 2023-08-07 14:45 UTC  (6+ messages)

[PATCH net-next 0/7] sfc: basic conntrack offload
 2023-08-07 14:44 UTC  (5+ messages)
` [PATCH net-next 7/7] sfc: offload left-hand side rules for conntrack

[PATCH v2 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
 2023-08-07 14:36 UTC  (8+ messages)
` [PATCH v2 24/28] pinctrl: Add support for the Lantic PEF2256 pinmux

[PATCH net-next] devlink: Remove unused devlink_dpipe_table_resource_set() declaration
 2023-08-07 14:32 UTC 

[PATCH net-next] tipc: Remove unused declaration tipc_link_build_bc_sync_msg()
 2023-08-07 14:29 UTC 

[PATCH v2 0/5] Introduce IEP driver and packet timestamping support
 2023-08-07 14:25 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: net: Add ICSS IEP
` [PATCH v2 2/5] dt-bindings: net: Add iep property in ICSSG dt binding
` [PATCH v2 3/5] net: ti: icss-iep: Add IEP driver
` [PATCH v2 4/5] net: ti: icssg-prueth: add packet timestamping and ptp support
` [PATCH v2 5/5] net: ti: icssg-prueth: am65x SR2.0 add 10M full duplex support

[PATCH] [PATCH v2] net: phy: meson-gxl: implement meson_gxl_phy_resume()
 2023-08-07 14:21 UTC  (2+ messages)

[PATCH net-next] net: fq: Remove unused typedef fq_flow_get_default_t
 2023-08-07 14:21 UTC 

[PATCH net-next v2 0/3]net: tcp: support probing OOM
 2023-08-07 14:19 UTC  (6+ messages)
` [PATCH net-next v2 1/3] net: tcp: send zero-window ACK when no memory
` [PATCH net-next v2 2/3] net: tcp: allow zero-window ACK update the window
` [PATCH net-next v2 3/3] net: tcp: fix unexcepted socket die when snd_wnd is 0

[PATCH net-next] page_pool: Clamp ring size to 32K
 2023-08-07 14:18 UTC  (3+ messages)

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-07 14:16 UTC  (51+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker
` [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink
` [PATCH v4 42/48] mm: shrinker: remove old APIs
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
` [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex

[net-next PATCH v2] octeontx2-pf: Use PTP HW timestamp counter atomic update feature
 2023-08-07 14:05 UTC 

[PATCH net-next 00/10] Convert mlx4 to use auxiliary bus
 2023-08-07 13:58 UTC  (3+ messages)
` [PATCH net-next 03/10] mlx4: Replace the mlx4_interface.event callback with a notifier

[PATCH v2 net-next 0/7] sfc: basic conntrack offload
 2023-08-07 13:48 UTC  (8+ messages)
` [PATCH v2 net-next 1/7] sfc: add MAE table machinery for conntrack table
` [PATCH v2 net-next 2/7] sfc: functions to register for conntrack zone offload
` [PATCH v2 net-next 3/7] sfc: functions to insert/remove conntrack entries to MAE hardware
` [PATCH v2 net-next 4/7] sfc: offload conntrack flow entries (match only) from CT zones
` [PATCH v2 net-next 5/7] sfc: handle non-zero chain_index on TC rules
` [PATCH v2 net-next 6/7] sfc: conntrack state matches in "
` [PATCH v2 net-next 7/7] sfc: offload left-hand side rules for conntrack

[PATCH net-next] Add bnxt_netlink to facilitate representor pair configurations
 2023-08-07 13:48 UTC  (2+ messages)

[PATCH -next] net: pcs: Add missing put_device call in miic_create
 2023-08-07 13:47 UTC 

[PATCH v2 00/15] ARM: oxnas support removal
 2023-08-07 13:44 UTC  (4+ messages)
` [PATCH v2 09/15] pinctrl: pinctrl-oxnas: remove obsolete pinctrl driver

[PATCH] [RFC PATCH] tcp event: add new tcp:tcp_cwnd_restart event
 2023-08-07 13:40 UTC  (5+ messages)

[PATCH net 0/1] wireguard fixes for 6.5-rc6
 2023-08-07 13:21 UTC  (2+ messages)
` [PATCH net 1/1] wireguard: allowedips: expand maximum node depth

[PATCH net] net: macb: In ZynqMP resume always configure PS GTR for non-wakeup source
 2023-08-07 13:14 UTC 

[PATCH V3 net-next] net: fec: add XDP_TX feature support
 2023-08-07 13:15 UTC  (14+ messages)

[PATCH net-next] net: bcmasp: Prevent array undereflow in bcmasp_netfilt_get_init()
 2023-08-07 13:01 UTC 

[net-next 2/6] net: wwan: t7xx: Driver registers with Devlink framework
 2023-08-07 13:01 UTC  (10+ messages)
` [net-next 3/6] net: wwan: t7xx: Implements devlink ops of firmware flashing

[PATCH net-next] xdp: Fixing skb->pp_recycle flag in generic XDP handling
 2023-08-07 12:49 UTC  (5+ messages)

[RFC v2 Optimizing veth xsk performance 0/9]
 2023-08-07 12:26 UTC  (9+ messages)
` [RFC v2 Optimizing veth xsk performance 1/9] veth: Implement ethtool's get_ringparam() callback
` [RFC v2 Optimizing veth xsk performance 2/9] xsk: add dma_check_skip for skipping dma check
` [RFC v2 Optimizing veth xsk performance 3/9] veth: add support for send queue
` [RFC v2 Optimizing veth xsk performance 4/9] xsk: add xsk_tx_completed_addr function
` [RFC v2 Optimizing veth xsk performance 5/9] veth: use send queue tx napi to xmit xsk tx desc
` [RFC v2 Optimizing veth xsk performance 6/9] veth: add ndo_xsk_wakeup callback for veth
` [RFC v2 Optimizing veth xsk performance 8/9] veth: af_xdp tx batch support for ipv4 udp
` [RFC v2 Optimizing veth xsk performance 9/9] veth: add support for AF_XDP tx need_wakup feature

[RFC PATCH net-next v2 1/2] net: veth: Page pool creation error handling for existing pools only
 2023-08-07 12:20 UTC  (4+ messages)
` [RFC PATCH net-next v2 2/2] net: veth: Improving page pool pages recycling

[PATCH V2 net 0/4] There are some bugfix for the HNS3 ethernet driver
 2023-08-07 11:34 UTC  (5+ messages)
` [PATCH V2 net 1/4] net: hns3: restore user pause configure when disable autoneg
` [PATCH V2 net 2/4] net: hns3: refactor hclge_mac_link_status_wait for interface reuse
` [PATCH V2 net 3/4] net: hns3: add wait until mac link down
` [PATCH V2 net 4/4] net: hns3: fix deadlock issue when externel_lb and reset are executed together

INFO: trying to register non-static key in skb_queue_tail
 2023-08-07 11:38 UTC  (3+ messages)
` [syzbot] [wireless?] "

ARM board lockups/hangs triggered by locks and mutexes
 2023-08-07 11:10 UTC  (3+ messages)

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2023-08-07 11:02 UTC  (3+ messages)
` [PATCH net-next v2 1/5] platform/x86: intel_pmc_core: Add IPC mailbox accessor function and add SoC register access

[PATCH mlx5-next 00/14] mlx5 MACsec RoCEv2 support
 2023-08-07 10:44 UTC  (15+ messages)
` [PATCH mlx5-next 01/14] macsec: add functions to get MACsec real netdevice and check offload
` [PATCH mlx5-next 02/14] net/mlx5e: Move MACsec flow steering operations to be used as core library
` [PATCH mlx5-next 03/14] net/mlx5: Remove dependency of macsec flow steering on ethernet
` [PATCH mlx5-next 04/14] net/mlx5e: Rename MACsec flow steering functions/parameters to suit core naming style
` [PATCH mlx5-next 05/14] net/mlx5e: Move MACsec flow steering and statistics database from ethernet to core
` [PATCH mlx5-next 06/14] net/mlx5: Remove netdevice from MACsec steering
` [PATCH mlx5-next 07/14] net/mlx5: Maintain fs_id xarray per MACsec device inside macsec steering
` [PATCH mlx5-next 08/14] net/mlx5: Add MACsec priorities in RDMA namespaces
` [PATCH mlx5-next 09/14] net/mlx5: Configure MACsec steering for egress RoCEv2 traffic
` [PATCH mlx5-next 10/14] net/mlx5: Configure MACsec steering for ingress "
` [PATCH mlx5-next 11/14] net/mlx5: Add RoCE MACsec steering infrastructure in core
` [PATCH mlx5-next 12/14] RDMA/mlx5: Implement MACsec gid addition and deletion
` [PATCH mlx5-next 13/14] IB/core: Reorder GID delete code for RoCE
` [PATCH mlx5-next 14/14] RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletion

[PATCH net] ipv6: adjust ndisc_is_useropt() to also return true for PIO
 2023-08-07 10:25 UTC 

Error 'netif_napi_add_weight() called with weight 256'
 2023-08-07  9:57 UTC  (4+ messages)

[PATCH] net/unix: use consistent error code in SO_PEERPIDFD
 2023-08-07  9:50 UTC  (4+ messages)

[PATCH net 0/2] Fix VF to VM attach detach
 2023-08-07  9:48 UTC  (3+ messages)
` [PATCH net 1/2] Revert "ice: Fix ice VF reset during iavf initialization"
` [PATCH net 2/2] ice: Fix NULL pointer deref during VF reset

[PATCH net-next v2] rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODE
 2023-08-07  9:13 UTC 

[RFC RESEND v1 pinctrl-next 0/1] add blink and activity functions to SGPIO
 2023-08-07  9:00 UTC  (7+ messages)
` [RFC RESEND v1 pinctrl-next 1/1] pinctrl: microchip-sgpio: add activity and blink functionality

[PATCHv2] net/tls: avoid TCP window full during ->read_sock()
 2023-08-07  8:54 UTC  (2+ messages)

[PATCH net] net/mlx5: Avoid MMIO when the error is detected
 2023-08-07  8:32 UTC 

[PATCH V6,net-next] net: mana: Add page pool for RX buffers
 2023-08-07  8:35 UTC  (2+ messages)

[PATCH net-next v2 0/9] Create common DPLL configuration API
 2023-08-07  8:13 UTC  (9+ messages)
` [PATCH net-next v2 2/9] dpll: spec: Add Netlink spec in YAML
` [PATCH net-next v2 3/9] dpll: core: Add DPLL framework base functions
` [PATCH net-next v2 4/9] dpll: netlink: "
` [PATCH net-next v2 7/9] ice: implement dpll interface to control cgu

[PATCH net-next] net: sfp: Remove unused function declaration sfp_link_configure()
 2023-08-07  8:00 UTC  (2+ messages)

[PATCH net-next] net/tls: Remove unused function declarations
 2023-08-07  8:00 UTC  (2+ messages)

[PATCH net-next] neighbour: Remove unused function declaration pneigh_for_each()
 2023-08-07  8:00 UTC  (2+ messages)

[PATCH net-next] net: pkt_cls: Remove unused inline helpers
 2023-08-07  8:00 UTC  (2+ messages)

[PATCH net-next] ndisc: Remove unused ndisc_ifinfo_sysctl_strategy() declaration
 2023-08-07  8:00 UTC  (2+ messages)

[PATCH net-next] udp/udplite: Remove unused function declarations udp{,lite}_get_port()
 2023-08-07  8:00 UTC  (2+ messages)

[net-next PATCH] octeontx2-pf: Use PTP HW timestamp counter atomic update feature
 2023-08-07  7:54 UTC  (4+ messages)

[PATCH net-next 0/1] pull-request: can-next 2023-08-07
 2023-08-07  7:48 UTC  (3+ messages)
` [PATCH net-next] Revert "riscv: dts: allwinner: d1: Add CAN controller nodes"

[PATCH net-next,v3 0/5] team: do some cleanups in team driver
 2023-08-07  7:46 UTC  (2+ messages)

[PATCH] Revert "riscv: dts: allwinner: d1: Add CAN controller nodes"
 2023-08-07  7:38 UTC  (2+ messages)

[PATCH v2 2/4] riscv: dts: allwinner: d1: Add CAN controller nodes
 2023-08-07  7:30 UTC  (6+ messages)

[syzbot] Monthly nfc report (Aug 2023)
 2023-08-07  7:27 UTC 

Undelivered Mail Returned to Sender
 2023-08-07  7:09 UTC 

[PATCH] net/tls: avoid TCP window full during ->read_sock()
 2023-08-07  7:08 UTC  (3+ messages)

[PATCH] net: stmmac: xgmac: RX queue routing configuration
 2023-08-07  6:56 UTC 

[PATCH bpf-next v11 0/5] bpf: Force to MPTCP
 2023-08-07  6:40 UTC  (4+ messages)
` [PATCH bpf-next v11 2/5] selftests/bpf: Use random netns name for mptcp


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