netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-08 02:17:37 to 2024-08-08 12:43:18 UTC [more...]

[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-08 12:37 UTC  (10+ messages)
` [PATCH net-next v13 01/14] mm: page_frag: add a test module for page_frag
` [PATCH net-next v13 02/14] mm: move the page fragment allocator from page_alloc into its own file
` [PATCH net-next v13 03/14] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v13 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
` [PATCH net-next v13 06/14] xtensa: remove the get_order() implementation
` [PATCH net-next v13 07/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
` [PATCH net-next v13 08/14] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v13 09/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()

[PATCH v2 0/8] Introduce fwctl subystem
 2024-08-08 12:34 UTC  (10+ messages)
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v2 6/8] fwctl: Add documentation

[PATCH v4 0/8] Add support for the LAN966x PCI device using a DT overlay
 2024-08-08 12:32 UTC  (7+ messages)
` [PATCH v4 1/8] misc: Add support for LAN966x PCI device
` [PATCH v4 8/8] reset: mchp: sparx5: set the dev member of the reset controller

[PATCH v4 1/2] selftests: net: Create veth pair for testing in networkless kernel
 2024-08-08 12:28 UTC  (2+ messages)

[PATCH net-next v2 0/5] net: netconsole: Fix netconsole unsafe locking
 2024-08-08 12:25 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: netpoll: extract core of netpoll_cleanup
` [PATCH net-next v2 2/5] net: netconsole: Correct mismatched return types
` [PATCH net-next v2 3/5] net: netconsole: Standardize variable naming
` [PATCH net-next v2 4/5] net: netconsole: Unify Function Return Paths
` [PATCH net-next v2 5/5] net: netconsole: Defer netpoll cleanup to avoid lock release during list traversal

[PATCH v5 0/2] Enhance network interface feature testing
 2024-08-08 12:24 UTC  (3+ messages)
` [PATCH v5 1/2] selftests: net: Create veth pair for testing in networkless kernel
` [PATCH v5 2/2] selftests: net: Add on/off checks for non-fixed features of interface

[Intel-wired-lan] [PATCH iwl-next v8 00/14] Add support for Rx timestamping for both ice and iavf drivers
 2024-08-08 12:24 UTC  (9+ messages)
` [Intel-wired-lan] [PATCH iwl-next v8 02/14] ice: support Rx timestamp on flex descriptor
` [Intel-wired-lan] [PATCH iwl-next v8 06/14] iavf: add initial framework for registering PTP clock

[PATCH v3] veth: Drop MTU check when forwarding packets
 2024-08-08 12:24 UTC  (5+ messages)

[PATCH v3 00/12] net: introduce TX H/W shaping API
 2024-08-08 12:20 UTC  (8+ messages)
` [PATCH v3 08/12] testing: net-drv: add basic shaper test

[PATCH net-next] net: phy: microchip_t1: Adds support for LAN887x phy
 2024-08-08 14:59 UTC  (2+ messages)

[PATCH] net: freescale: use devm for alloc_etherdev_mqs
 2024-08-08 12:04 UTC  (3+ messages)

[PATCH net-next] can: j1939: fix uaf in j1939_session_destroy
 2024-08-08 11:57 UTC  (5+ messages)
` [PATCH net-next V2] can: j1939: fix uaf warning "

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2024-08-08 11:57 UTC  (5+ messages)
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
      ` [xdp-hints] "

[PATCH net-next v1 0/2] Add Embedded SYNC feature for a dpll's pin
 2024-08-08 11:56 UTC  (5+ messages)
` [PATCH net-next v1 1/2] dpll: add Embedded SYNC feature for a pin
` [PATCH net-next v1 2/2] ice: add callbacks for Embedded SYNC enablement on dpll pins

[PATCH net-next v3 00/12] ethtool: rss: driver tweaks and netlink context dumps
 2024-08-08 11:42 UTC  (10+ messages)
` [PATCH net-next v3 02/12] eth: mvpp2: implement new RSS context API
` [PATCH net-next v3 06/12] ethtool: rss: don't report key if device doesn't support it
` [PATCH net-next v3 09/12] ethtool: rss: support dumping RSS contexts
` [PATCH net-next v3 12/12] selftests: drv-net: rss_ctx: test "

[PATCH ipsec-next v8 00/16] Add IP-TFS mode to xfrm
 2024-08-08 11:30 UTC  (12+ messages)
` [PATCH ipsec-next v8 10/16] xfrm: iptfs: add fragmenting of larger than MTU user packets

[PATCH net-next v2 0/2] net: phylib: fix fixed-speed >= 1G
 2024-08-08 11:41 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: mii: constify advertising mask
` [PATCH net-next v2 2/2] net: phylib: do not disable autoneg for fixed speeds >= 1G

[PATCH resubmit net 1/2] net: fec: Forward-declare `fec_ptp_read()`
 2024-08-08 11:37 UTC  (5+ messages)

[net-next PATCH v10 00/11] Introduce RVU representors
 2024-08-08 11:30 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH iwl-next v1] i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cards
 2024-08-08 11:22 UTC 

[net-next v1] net: wwan: t7xx: PCIe reset rescan
 2024-08-08 11:18 UTC 

[RFC net] net: make page pool stall netdev unregistration to avoid IOMMU crashes
 2024-08-08 11:12 UTC  (2+ messages)

[PATCH net-next 0/6] Introduce HSR offload support for ICSSG
 2024-08-08 11:08 UTC  (7+ messages)
` [PATCH net-next 1/6] net: ti: icssg-prueth: Enable IEP1
` [PATCH net-next 2/6] net: ti: icssg-prueth: Add support for HSR frame forward offload
` [PATCH net-next 3/6] net: ti: icssg-prueth: Enable HSR Tx Packet duplication offload
` [PATCH net-next 4/6] net: ti: icssg-prueth: Add multicast filtering support in HSR mode
` [PATCH net-next 5/6] net: ti: icss-iep: Move icss_iep structure
` [PATCH net-next 6/6] net: ti: icssg-prueth: Enable HSR Tx Tag and Rx Tag offload

[PATCH v2 net] net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings
 2024-08-08 11:00 UTC  (2+ messages)

[PATCH v2 00/11] tty: random fixes and cleanups
 2024-08-08 10:35 UTC  (7+ messages)
` [PATCH v2 06/11] mctp: serial: propagage new tty types
` [PATCH v2 07/11] 6pack: remove sixpack::rbuff
` [PATCH v2 08/11] 6pack: drop sixpack::mtu
` [PATCH v2 09/11] 6pack: drop sixpack::buffsize
` [PATCH v2 10/11] 6pack: remove global strings
` [PATCH v2 11/11] 6pack: propagage new tty types

[PATCH 00/13] tty: random fixes and cleanups
 2024-08-08 10:35 UTC  (4+ messages)
` [PATCH 08/13] mctp: serial: propagage new tty types

[PATCH net-next 0/2] implement microchip,no-tag-protocol flag
 2024-08-08 10:24 UTC  (4+ messages)
` [PATCH net-next 1/2] dt-bindings: net: dsa: microchip: add "

[PATCH net V3 0/3] Fixes for IPsec over bonding
 2024-08-08 10:05 UTC  (4+ messages)
` [PATCH net V3 3/3] bonding: change ipsec_lock from spin lock to mutex

[PATCH net] net: drop bad gso csum_start and offset in virtio_net_hdr
 2024-08-08  9:57 UTC  (7+ messages)

[PATCH net v4 0/3] Don't take HW USO path when packets can't be checksummed by device
 2024-08-08  9:56 UTC  (4+ messages)
` [PATCH net v4 1/3] net: Make USO depend on CSUM offload
` [PATCH net v4 2/3] udp: Fall back to software USO if IPv6 extension headers are present
` [PATCH net v4 3/3] selftests/net: Add coverage for UDP GSO with IPv6 extension headers

[PATCH PARTIAL RESEND 0/2] net: mvpp2: rework child node/port removal handling
 2024-08-08  9:47 UTC  (3+ messages)
` [PATCH PARTIAL RESEND 1/2] net: mvpp2: use port_count to remove ports
` [PATCH PARTIAL RESEND 2/2] net: mvpp2: use device_for_each_child_node() to access device child nodes

[PATCH net v2] ethtool: Fix context creation with no parameters
 2024-08-08  9:47 UTC  (2+ messages)

[PATCH ipsec-next v9 00/17] Add IP-TFS mode to xfrm
 2024-08-08  9:43 UTC  (2+ messages)

[PATCH] net: usb: cdc_ether: don't spew notifications
 2024-08-08  9:39 UTC 

[PATCH net-next v3 0/5] net: dsa: microchip: ksz8795: add Wake on LAN support
 2024-08-08  9:37 UTC  (7+ messages)
` [PATCH net-next v3 4/5] net: dsa: microchip: add WoL support for KSZ87xx family
` [PATCH net-next v3 5/5] net: dsa: microchip: apply KSZ87xx family fixes wrt datasheet

[PATCH bpf-next] selftests/bpf: Avoid subtraction after htons() in ipip tests
 2024-08-08  9:24 UTC  (2+ messages)

[PATCH net v2 1/2] ptp: ocp: adjust sysfs entries to expose tty information
 2024-08-08  9:13 UTC  (3+ messages)
` [PATCH net v2 2/2] docs: ABI: update OCP TimeCard sysfs entries

[PATCH ethtool v2] ethtool: fix argument check in do_srxfh function to prevent segmentation fault
 2024-08-08  8:09 UTC  (2+ messages)

[PATCH net] net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897
 2024-08-08  9:02 UTC  (4+ messages)

[PATCH net-next] selftests: forwarding: lib.sh: ignore "Address not found"
 2024-08-08  8:53 UTC  (5+ messages)

[PATCH] net: atlantic: use ethtool_sprintf
 2024-08-08  8:51 UTC  (2+ messages)

[PATCH net-next 0/2] eth: fbnic: add basic stats
 2024-08-08  8:34 UTC  (5+ messages)
` [PATCH net-next 1/2] eth: fbnic: add basic rtnl stats

[PATCH net v3 0/3] Don't take HW USO path when packets can't be checksummed by device
 2024-08-08  8:28 UTC  (8+ messages)
` [PATCH net v3 1/3] net: Make USO depend on CSUM offload
` [PATCH net v3 2/3] udp: Fall back to software USO if IPv6 extension headers are present
` [PATCH net v3 3/3] selftests/net: Add coverage for UDP GSO with IPv6 extension headers

[RFC PATCH vhost] vhost-vdpa: Fix invalid irq bypass unregister
 2024-08-08  8:23 UTC  (10+ messages)

[RFC PATCH] vhost_vdpa: assign irq bypass producer token correctly
 2024-08-08  8:20 UTC 

[PATCH net-next] net: moxart_ether: use devm in probe
 2024-08-08  8:18 UTC  (2+ messages)

[PATCH net-next v1 1/1] net: phy: dp83tg720: Add cable testing support
 2024-08-08  8:16 UTC  (3+ messages)

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2024-08-08  8:07 UTC  (3+ messages)
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers

[PATCH rdma-next 0/8] Introducing Multi-Path DMA Support for mlx5 RDMA Driver
 2024-08-08  7:59 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-08  7:58 UTC  (3+ messages)

[PATCH v3 00/17] wifi: cc33xx: Add driver for new TI CC33xx wireless device family
 2024-08-08  7:45 UTC  (9+ messages)
` [PATCH v3 03/17] wifi: cc33xx: Add sdio.c, io.c, io.h
` [PATCH v3 17/17] dt-bindings: net: wireless: cc33xx: Add ti,cc33xx.yaml

[PATCH net-next 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
 2024-08-08  7:36 UTC  (3+ messages)
` [PATCH net-next 2/2] dt-bindings: net: dsa: "

[PATCH] libnetlink: fix build with musl and gcc 14
 2024-08-08  7:19 UTC 

[PATCH net] net: ngbe: Fix phy mode set to external phy
 2024-08-08  7:23 UTC  (5+ messages)

[iwl-next v3 0/8] ice: managing MSI-X in driver
 2024-08-08  7:20 UTC  (9+ messages)
` [iwl-next v3 1/8] ice: devlink PF MSI-X max and min parameter
` [iwl-next v3 2/8] ice: remove splitting MSI-X between features
` [iwl-next v3 3/8] ice: get rid of num_lan_msix field
` [iwl-next v3 4/8] ice, irdma: move interrupts code to irdma
` [iwl-next v3 5/8] ice: treat dyn_allowed only as suggestion
` [iwl-next v3 6/8] ice: enable_rdma devlink param
` [iwl-next v3 7/8] ice: simplify VF MSI-X managing
` [iwl-next v3 8/8] ice: init flow director before RDMA

[PATCH net] net: fs_enet: Fix warning due to wrong type
 2024-08-08  7:16 UTC 

[PATCH net-next v2 0/6] net: nexthop: Increase weight to u16
 2024-08-08  7:13 UTC  (3+ messages)
` [PATCH net-next v2 1/6] net: nexthop: Add flag to assert that NHGRP reserved fields are zero

[PATCH net] eventpoll: Annotate data-race of busy_poll_usecs
 2024-08-08  7:13 UTC  (3+ messages)

[syzbot] [ppp?] KMSAN: uninit-value in ppp_sync_receive (2)
 2024-08-08  6:34 UTC 

[PATCH net-next] net: ibm/emac: Constify struct mii_phy_def
 2024-08-08  6:32 UTC  (3+ messages)

[PATCH net-next] net/smc: introduce autosplit for smc
 2024-08-08  6:26 UTC  (4+ messages)

[PATCH net-next V2 00/11] mlx5 misc patches 2024-08-08
 2024-08-08  5:59 UTC  (12+ messages)
` [PATCH net-next V2 01/11] net/mlx5: E-Switch, Increase max int port number for offload
` [PATCH net-next V2 02/11] net/mlx5e: Enable remove flow for hard packet limit
` [PATCH net-next V2 03/11] net/mlx5e: TC, Offload rewrite and mirror on tunnel over ovs internal port
` [PATCH net-next V2 04/11] net/mlx5e: TC, Offload rewrite and mirror to both internal and external dests
` [PATCH net-next V2 05/11] net/mlx5e: Be consistent with bitmap handling of link modes
` [PATCH net-next V2 06/11] net/mlx5e: Use extack in set ringparams callback
` [PATCH net-next V2 07/11] net/mlx5e: Use extack in get coalesce callback
` [PATCH net-next V2 08/11] net/mlx5e: Use extack in set "
` [PATCH net-next V2 09/11] net/mlx5e: Use extack in get module eeprom by page callback
` [PATCH net-next V2 10/11] net/mlx5e: CT: 'update' rules instead of 'replace'
` [PATCH net-next V2 11/11] net/mlx5e: CT: Update connection tracking steering entries

[PATCH] veth: Drop MTU check when forwarding packets
 2024-08-08  5:23 UTC  (2+ messages)

[PATCH net-next v3 0/6] fix bnxt_en queue reset when queue is active
 2024-08-08  5:15 UTC  (7+ messages)
` [PATCH net-next v3 1/6] bnxt_en: Update firmware interface to 1.10.3.68
` [PATCH net-next v3 2/6] bnxt_en: Add support to call FW to update a VNIC
` [PATCH net-next v3 3/6] bnxt_en: Check the FW's VNIC flush capability
` [PATCH net-next v3 4/6] bnxt_en: set vnic->mru in bnxt_hwrm_vnic_cfg()
` [PATCH net-next v3 5/6] bnxt_en: stop packet flow during bnxt_queue_stop/start
` [PATCH net-next v3 6/6] bnxt_en: only set dev->queue_mgmt_ops if supported by FW

[PATCH v2] veth: Drop MTU check when forwarding packets
 2024-08-08  5:13 UTC 

[PATCH v1 net] net: macb: Use rcu_dereference() for idev->ifa_list in macb_suspend()
 2024-08-08  4:45 UTC  (3+ messages)

[PATCH] net: tuntap: add ioctl() TUNGETQUEUEINDX to fetch queue index
 2024-08-08  4:16 UTC  (16+ messages)

[PATCH net-next] net: hplance: use devm in probe
 2024-08-08  4:10 UTC 

[PATCH] net: qualcomm: emac: use devm for alloc_etherdev
 2024-08-08  3:57 UTC 

pull request: bluetooth 2024-07-26
 2024-08-08  3:40 UTC  (2+ messages)

[PATCH net-next] net: mvpp2: Increase size of queue_name buffer
 2024-08-08  3:30 UTC  (2+ messages)

[PATCH net-next] net: fec: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()
 2024-08-08  3:30 UTC  (3+ messages)

[PATCH][next] net/fungible: Avoid -Wflex-array-member-not-at-end warning
 2024-08-08  3:30 UTC  (2+ messages)

[PATCH net-next] doc/netlink/specs: add netkit support to rt_link.yaml
 2024-08-08  3:30 UTC  (2+ messages)

[PATCH net-next] bonding: Pass string literal as format argument of alloc_ordered_workqueue()
 2024-08-08  3:30 UTC  (2+ messages)

[PATCH net 0/3][pull request] idpf: fix 3 bugs revealed by the Chapter I
 2024-08-08  3:30 UTC  (3+ messages)

[PATCH net,v2] net/smc: add the max value of fallback reason count
 2024-08-08  3:30 UTC  (2+ messages)

[PATCH net] bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()
 2024-08-08  3:30 UTC  (2+ messages)

[PATCH v2] net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()
 2024-08-08  3:30 UTC  (2+ messages)

[PATCH] net: netvsc: Increase default VMBus channel from 8 to 16
 2024-08-08  3:18 UTC  (2+ messages)

[PATCH net v2 0/5] net: dsa: vsc73xx: fix MDIO bus access and PHY operations
 2024-08-08  3:09 UTC  (5+ messages)
` [PATCH net v2 3/5] net: dsa: vsc73xx: check busy flag in MDIO operations
` [PATCH net v2 5/5] net: phy: vitesse: repair vsc73xx autonegotiation

[PATCH][next] cxgb4: Avoid -Wflex-array-member-not-at-end warning
 2024-08-08  3:05 UTC  (2+ messages)

[PATCH net-next] virtio_net: Prevent misidentified spurious interrupts from killing the irq
 2024-08-08  2:50 UTC  (10+ messages)

[PATCH 1/3] net: sched: fix use-after-free in taprio_change()
 2024-08-08  2:33 UTC  (2+ messages)

[PATCH net v2 0/2] Silence bad offload warning when sending UDP GSO with IPv6 extension headers
 2024-08-08  2:33 UTC  (3+ messages)
` [PATCH net v2 2/2] selftests/net: Add coverage for "

[PATCH iwl-net v2 0/6] ice: fix synchronization between .ndo_bpf() and reset
 2024-08-08  2:19 UTC  (7+ messages)
` [PATCH iwl-net v2 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
  ` [Intel-wired-lan] "
` [PATCH iwl-net v2 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
  ` [Intel-wired-lan] "
` [PATCH iwl-net v2 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
  ` [Intel-wired-lan] "


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