netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-26 22:22:24 to 2023-07-27 10:36:23 UTC [more...]

[PATCH v2 00/10] stmmac: Add Loongson platform support
 2023-07-27 10:36 UTC  (20+ messages)
` [PATCH v2 01/10] net: stmmac: Pass stmmac_priv and chan in some callbacks
` [PATCH v2 03/10] net: stmmac: dwmac1000: Add multi-channel support
` [PATCH v2 04/10] net: stmmac: dwmac1000: Add 64-bit DMA support
` [PATCH v2 02/10] net: stmmac: dwmac1000: Allow platforms to choose some register offsets
` [PATCH v2 05/10] net: stmmac: dwmac1000: Add Loongson register definitions
` [PATCH v2 06/10] net: stmmac: Add Loongson HWIF entry
` [PATCH v2 07/10] net: stmmac: dwmac-loongson: Add LS7A support
` [PATCH v2 08/10] net: stmmac: dwmac-loongson: Disable flow control for GMAC
` [PATCH v2 09/10] net: stmmac: dwmac-loongson: Add 64-bit DMA and multi-vector support
` [PATCH v2 10/10] net: stmmac: dwmac-loongson: Add GNET support

[PATCH v2 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
 2023-07-27 10:34 UTC  (12+ messages)
` [PATCH v2 05/28] dt-bindings: net: Add support for QMC HDLC
` [PATCH v2 22/28] mfd: core: Ensure disabled devices are skiped without aborting
` [PATCH v2 27/28] dt-bindings: net: fsl,qmc-hdlc: Add framer support

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

[PATCH 09/11] ice: implement dpll interface to control cgu
 2023-07-27 10:28 UTC  (13+ messages)

[PATCH v2] tipc: stop tipc crypto on failure in tipc_node_create
 2023-07-27 10:10 UTC  (2+ messages)

Fw: How the president of the banana republic believes that she duped the european
 2023-07-27  9:47 UTC 

[PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop
 2023-07-27  9:46 UTC  (15+ messages)

[PATCH] USB: zaurus: Add ID for A-300/B-500/C-700
 2023-07-27  9:46 UTC 

[PATCH v1 net] af_unix: Terminate sun_path when bind()ing pathname socket
 2023-07-27  9:40 UTC  (2+ messages)

[net-next,v1 0/2] tools/net/ynl: enable json configuration
 2023-07-27  9:38 UTC  (4+ messages)
` [net-next,v1 1/2] tools/net/ynl: configuration through json
` [net-next,v1 2/2] tools/net/ynl: validate config against schema

[PATCH v3] drivers: net: prevent tun_get_user() to exceed xdp size limits
 2023-07-27  9:30 UTC  (7+ messages)

[PATCH net-next] ice: VLAN untagged traffic support
 2023-07-27  9:18 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v11 00/10] Introduce ICSSG based ethernet Driver
 2023-07-27  9:12 UTC  (18+ messages)
` [PATCH v11 03/10] net: ti: icssg-prueth: Add Firmware config and classification APIs
    ` [EXTERNAL] "
        ` [EXTERNAL] "
            ` [EXTERNAL] "
` [PATCH v11 06/10] net: ti: icssg-prueth: Add ICSSG ethernet driver
    ` [EXTERNAL] "
        ` [EXTERNAL] "
` [PATCH v11 07/10] net: ti: icssg-prueth: Add ICSSG Stats
    ` [EXTERNAL] "
        ` [EXTERNAL] "

[PATCH] net: stmmac: dwmac-imx: pause the TXC clock in fixed-link
 2023-07-27  8:58 UTC  (10+ messages)
  ` [EXT] "

[PATCH] mISDN: hfcpci: Fix potential deadlock on &hc->lock
 2023-07-27  8:57 UTC  (3+ messages)

[PATCH v2] mISDN: hfcpci: Fix potential deadlock on &hc->lock
 2023-07-27  8:56 UTC 

[PATCH net-next v3 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-07-27  8:54 UTC  (9+ messages)
` [PATCH net-next v3 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH iwl-next v2] i40e: Clear stats after deleting tc
 2023-07-27  8:43 UTC 

[PATCH 1/1] drivers:net: fix return value check in be_lancer_xmit_workarounds
 2023-07-27  8:50 UTC  (5+ messages)
` [PATCH net v2 1/1] benet: fix return value check in be_lancer_xmit_workarounds()

[PATCH v2 1/1] tipc: check return value of pskb_trim()
 2023-07-27  8:50 UTC  (2+ messages)

[PATCH net-next v4] net: dsa: mv88e6xxx: Add erratum 3.14 for 88E6390X and 88E6190X
 2023-07-27  8:25 UTC 

[PATCH v4] net: ravb: Fix possible UAF bug in ravb_remove
 2023-07-27  8:21 UTC  (3+ messages)

[PATCH] net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundaries
 2023-07-27  8:13 UTC 

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-07-27  8:09 UTC  (22+ messages)
` [PATCH RFC net-next v5 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 13/14] virtio/vsock: "

[PATCH v2] dt-bindings: net: xilinx_gmii2rgmii: Convert to json schema
 2023-07-27  7:51 UTC  (4+ messages)

[PATCH v2] net: stmmac: correct MAC propagation delay
 2023-07-27  7:41 UTC  (17+ messages)

[PATCH v2] bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
 2023-07-27  7:34 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_eth_soc: enable nft hw flowtable_offload for MT7988 SoC
 2023-07-27  7:07 UTC 

[PATCH net-next] net: ethernet: mtk_eth_soc: enable page_pool support for MT7988 SoC
 2023-07-27  7:02 UTC 

[syzbot] Monthly wireless report (Jul 2023)
 2023-07-27  6:53 UTC 

[PATCH v2 net] net: flower: fix stack-out-of-bounds in fl_set_key_cfm()
 2023-07-27  6:38 UTC  (2+ messages)

[PATCH v1 net-next] dissector: Use 64bits for used_keys
 2023-07-27  6:28 UTC 

Another regression in the af_alg series (s390x-specific)
 2023-07-27  5:55 UTC  (3+ messages)
` [PATCH] crypto: Fix missing initialisation affecting gcm-aes-s390

[syzbot] [bpf?] WARNING: ODEBUG bug in tcx_uninstall
 2023-07-27  5:41 UTC  (8+ messages)

[PATCH net] net: fec: tx processing does not call XDP APIs if budget is 0
 2023-07-27  5:32 UTC  (8+ messages)

[PATCH net-next] net/mlx4: clean up a type issue
 2023-07-27  5:20 UTC  (2+ messages)

[PATCH net] virtio-net: fix race between set queues and probe
 2023-07-27  5:20 UTC  (2+ messages)

[PATCH net 1/3] netfilter: nft_set_rbtree: fix overlap expiration walk
 2023-07-27  5:20 UTC  (2+ messages)

[PATCH V6 net] net: mana: Fix MANA VF unload when hardware is
 2023-07-27  5:13 UTC  (3+ messages)

[net-next PATCH V2] octeontx2-af: Tc flower offload support for inner VLAN
 2023-07-27  5:12 UTC 

[PATCH net-next v6 0/8] net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
 2023-07-27  5:10 UTC  (3+ messages)

[PATCH v3] net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64
 2023-07-27  5:10 UTC  (2+ messages)

[net-next PATCH] octeontx2-af: Tc flower offload support for inner VLAN
 2023-07-27  5:03 UTC  (3+ messages)
  ` [EXT] "

[PATCH v2] net: dsa: Explicitly include correct DT includes
 2023-07-27  5:00 UTC  (2+ messages)

[PATCH v2] net: phy/pcs: Explicitly include correct DT includes
 2023-07-27  5:00 UTC  (2+ messages)

[PATCH net-next 0/5] mlxsw: Speed up transceiver module EEPROM dump
 2023-07-27  5:00 UTC  (2+ messages)

[PATCH v2] splice, net: Fix splice_to_socket() for O_NONBLOCK socket
 2023-07-27  5:00 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: qca,ar803x: add missing unevaluatedProperties for each regulator
 2023-07-27  4:50 UTC  (2+ messages)

[PATCH net] bcmasp: BCMASP should depend on ARCH_BRCMSTB
 2023-07-27  4:50 UTC  (2+ messages)

[PATCH v6 net-next] net: phy: smsc: add WoL support to LAN8740/LAN8742 PHYs
 2023-07-27  4:50 UTC  (2+ messages)

[PATCH net-next v2 0/7] In-kernel support for the TLS Alert protocol
 2023-07-27  4:40 UTC  (6+ messages)
` [PATCH net-next v2 1/7] net/tls: Move TLS protocol elements to a separate header
` [PATCH net-next v2 3/7] net/handshake: Add API for sending TLS Closure alerts

[PATCH net-next] ipv4/fib: send RTM_DELROUTE notify when flush fib
 2023-07-27  4:19 UTC  (11+ messages)
              ` [Questions] Some issues about IPv4/IPv6 nexthop route (was Re: [PATCH net-next] ipv4/fib: send RTM_DELROUTE notify when flush fib)
                  ` [Questions] Some issues about IPv4/IPv6 nexthop route

[PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout
 2023-07-27  3:48 UTC  (9+ messages)

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-27  3:34 UTC  (6+ messages)
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless

[PATCH v2 net-next] bonding: 3ad: Remove unused declaration bond_3ad_update_lacp_active()
 2023-07-27  3:22 UTC  (2+ messages)

[PATCH v2 0/8] sched/topology: add for_each_numa_cpu() macro
 2023-07-27  2:11 UTC  (4+ messages)
` [PATCH v3 8/8] lib: test for_each_numa_cpus()

[RESEND PATCH bpf-next v3 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-07-27  1:57 UTC  (4+ messages)
` [RESEND PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

[PATCH net-next v3] net: Explicitly include correct DT includes
 2023-07-27  1:49 UTC 

[PATCH net 0/2] mptcp: More fixes for 6.5
 2023-07-27  1:50 UTC  (2+ messages)

[PATCH v2] scripts: get_maintainer: steer people away from using file paths
 2023-07-27  1:07 UTC  (16+ messages)

[PATCH net-next] team: Remove NULL check before dev_{put, hold}
 2023-07-27  0:57 UTC 

[PATCH 11/14] networking: Update to register_net_sysctl_sz
 2023-07-27  0:33 UTC  (3+ messages)

[PATCH net-next 0/4] ynl: couple of unrelated fixes
 2023-07-27  0:22 UTC  (8+ messages)
` [PATCH net-next 2/4] ynl: mark max/mask as private for kdoc
` [PATCH net-next 3/4] ynl: regenerate all headers

[PATCH RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
 2023-07-27  0:19 UTC  (6+ messages)
  `  "

[PATCH v2] rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
 2023-07-27  0:03 UTC  (5+ messages)

[PATCH net-next] dissector: Use 64bits for used_keys
 2023-07-26 23:47 UTC  (2+ messages)

[net-next v2] net: change accept_ra_min_rtr_lft to affect all RA lifetimes
 2023-07-26 23:07 UTC 

[PATCH net-next] Revert "net: stmmac: correct MAC propagation delay"
 2023-07-26 22:40 UTC 

[PATCH net-next v1 0/3] tools/net/ynl: Add support for netlink-raw families
 2023-07-26 22:23 UTC  (5+ messages)
` [PATCH net-next v1 2/3] "

[net-next PATCH 1/3] net: dsa: tag_qca: return early if dev is not found
 2023-07-26 22:22 UTC  (3+ messages)
` [net-next PATCH 2/3] net: dsa: qca8k: make learning configurable and keep off if standalone


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