netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 08:14:44 to 2023-01-05 21:49:02 UTC [more...]

[PATCH v2 00/24] Split netmem from struct page
 2023-01-05 21:46 UTC  (24+ messages)
` [PATCH v2 01/24] netmem: Create new type
` [PATCH v2 02/24] netmem: Add utility functions
` [PATCH v2 03/24] page_pool: Add netmem_set_dma_addr() and netmem_get_dma_addr()
` [PATCH v2 04/24] page_pool: Convert page_pool_release_page() to page_pool_release_netmem()
` [PATCH v2 05/24] page_pool: Start using netmem in allocation path
` [PATCH v2 07/24] page_pool: Convert __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH v2 08/24] page_pool: Convert pp_alloc_cache to contain netmem
` [PATCH v2 09/24] page_pool: Convert page_pool_defrag_page() to page_pool_defrag_netmem()
` [PATCH v2 10/24] page_pool: Convert page_pool_put_defragged_page() to netmem
` [PATCH v2 11/24] page_pool: Convert page_pool_empty_ring() to use netmem
` [PATCH v2 12/24] page_pool: Convert page_pool_alloc_pages() to page_pool_alloc_netmem()
` [PATCH v2 13/24] page_pool: Convert page_pool_dma_sync_for_device() to take a netmem
` [PATCH v2 14/24] page_pool: Convert page_pool_recycle_in_cache() to netmem
` [PATCH v2 15/24] page_pool: Remove page_pool_defrag_page()
` [PATCH v2 16/24] page_pool: Use netmem in page_pool_drain_frag()
` [PATCH v2 17/24] page_pool: Convert page_pool_return_skb_page() to use netmem
` [PATCH v2 18/24] page_pool: Convert frag_page to frag_nmem
` [PATCH v2 19/24] xdp: Convert to netmem
` [PATCH v2 20/24] mm: Remove page pool members from struct page
` [PATCH v2 21/24] page_pool: Pass a netmem to init_callback()
` [PATCH v2 22/24] net: Add support for netmem in skb_frag
` [PATCH v2 23/24] mvneta: Convert to netmem
` [PATCH v2 24/24] mlx5: "

[PATCH v3 ipsec] Fixing support for nested XFRM-I tunnels
 2023-01-05 21:28 UTC  (2+ messages)
` [PATCH v3 ipsec] Fix XFRM-I support for nested ESP tunnels

[PATCH net] r8169: fix rtl8168h wol fail
 2023-01-05 21:26 UTC  (3+ messages)

kernel BUG in __ip_make_skb()
 2023-01-05 21:16 UTC  (2+ messages)
` repro: "

[PATCH net-next v3 0/9] tsnep: XDP support
 2023-01-05 21:13 UTC  (16+ messages)
` [PATCH net-next v3 1/9] tsnep: Use spin_lock_bh for TX
` [PATCH net-next v3 3/9] tsnep: Add adapter down state
` [PATCH net-next v3 4/9] tsnep: Add XDP TX support
` [PATCH net-next v3 6/9] tsnep: Support XDP BPF program setup
` [PATCH net-next v3 8/9] tsnep: Add RX queue info for XDP support
` [PATCH net-next v3 9/9] tsnep: Add XDP RX support

[PATCH] mptcp: Fix deadlock in mptcp_sendmsg()
 2023-01-05 21:00 UTC  (3+ messages)

[PULL] Networking for v6.2-rc3
 2023-01-05 20:37 UTC 

[PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-05 20:28 UTC  (4+ messages)

[PATCH mlx5-next 0/8] mlx5 IPsec RoCEv2 support and netdev events fixes in RDMA
 2023-01-05 20:25 UTC  (10+ messages)
` [PATCH mlx5-next 1/8] net/mlx5e: Fix trap event handling
` [PATCH mlx5-next 2/8] net/mlx5e: Propagate an internal event in case uplink netdev changes

[PATCH v9] vmxnet3: Add XDP support
 2023-01-05 20:01 UTC  (3+ messages)

Network performance regression with linux 6.1.y. Issue bisected to "5eddb24901ee49eee23c0bfce6af2e83fd5679bd" (gro: add support of (hw)gro packets to gro stack)
 2023-01-05 19:56 UTC  (5+ messages)

[Patch net 0/2] l2tp: fix race conditions in l2tp_tunnel_register()
 2023-01-05 19:13 UTC  (3+ messages)
` [Patch net 1/2] l2tp: convert l2tp_tunnel_list to idr
` [Patch net 2/2] l2tp: close all race conditions in l2tp_tunnel_register()

[PATCH net-next v5 0/4] phy: aquantia: Determine rate adaptation support from registers
 2023-01-05 19:10 UTC  (23+ messages)
` [PATCH net-next v5 4/4] "

[PATCH net v2] ice: Fix deadlock on the rtnl_mutex
 2023-01-05 18:45 UTC  (3+ messages)

[PATCH net-next v2 00/15] devlink: code split and structured instance walk
 2023-01-05 18:34 UTC  (18+ messages)
` [PATCH net-next v2 01/15] devlink: move code to a dedicated directory
` [PATCH net-next v2 02/15] devlink: rename devlink_netdevice_event -> devlink_port_netdevice_event
` [PATCH net-next v2 03/15] devlink: split out core code
` [PATCH net-next v2 04/15] devlink: split out netlink code
` [PATCH net-next v2 06/15] devlink: use an explicit structure for dump context
` [PATCH net-next v2 07/15] devlink: remove start variables from dumps
` [PATCH net-next v2 10/15] devlink: restart dump based on devlink instance ids (simple)
` [PATCH net-next v2 14/15] devlink: add by-instance dump infra

[PATCH net-next 0/3] ezchip: Simplify some code
 2023-01-05 18:31 UTC  (5+ messages)
` [PATCH net-next 2/3] ezchip: Switch to some devm_ function to simplify code

[PATCH net-next 00/14] devlink: code split and structured instance walk
 2023-01-05 18:24 UTC  (9+ messages)
` [PATCH net-next 03/14] devlink: split out netlink code
` [PATCH net-next 13/14] devlink: add by-instance dump infra

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-05 18:16 UTC  (12+ messages)

[PATCH v2 net-next 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-01-05 17:59 UTC  (2+ messages)

[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-05 17:53 UTC  (3+ messages)

[net PATCHV2] octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
 2023-01-05 17:49 UTC  (2+ messages)

[PATCH v3 1/3] dsa: marvell: Provide per device information about max frame size
 2023-01-05 17:44 UTC  (6+ messages)

[PATCH v3 0/2] Introduce ICSSG based ethernet Driver
 2023-01-05 17:13 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: net: Add ICSSG Ethernet Driver bindings

[RFC net-next 1/2] net/sched: act_mirred: better wording on protection against excessive stack growth
 2023-01-05 17:08 UTC  (4+ messages)
` [RFC net-next 2/2] act_mirred: use the backlog for nested calls to mirred ingress

[PATCH net-next v1 0/3] add dts for yt8521 and yt8531s, add driver for yt8531
 2023-01-05 17:03 UTC  (6+ messages)
` [PATCH net-next v1 1/3] dt-bindings: net: Add Motorcomm yt8xxx ethernet phy Driver bindings
` [PATCH net-next v1 2/3] net: phy: Add dts support for Motorcomm yt8521/yt8531s gigabit ethernet phy

[syzbot] kernel BUG in rxrpc_put_peer
 2023-01-05 16:32 UTC  (3+ messages)

[Patch net-next v7 00/13] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2023-01-05 15:48 UTC  (6+ messages)
` [Patch net-next v7 06/13] net: ptp: add helper for one-step P2P clocks

[PATCH net-next 0/2] net: use kmem_cache_free_bulk in kfree_skb_list
 2023-01-05 15:42 UTC  (3+ messages)
` [PATCH net-next 1/2] net: fix call location in kfree_skb_list_reason
` [PATCH net-next 2/2] net: kfree_skb_list use kmem_cache_free_bulk

[PATCH v2 net-next 4/5] net: wwan: t7xx: Enable devlink based fw flashing and coredump collection
 2023-01-05 15:43 UTC 

[PATCH v2 net-next 5/5] net: wwan: t7xx: Devlink documentation
 2023-01-05 15:43 UTC 

[PATCH v2 net-next 3/5] net: wwan: t7xx: PCIe reset rescan
 2023-01-05 15:42 UTC 

[PATCH v2 net-next 2/5] net: wwan: t7xx: Infrastructure for early port configuration
 2023-01-05 15:42 UTC 

[PATCH v2 net-next 1/5] net: wwan: t7xx: Add AP CLDMA
 2023-01-05 15:42 UTC 

[PATCH net-next 0/2] Add support to offload macsec using netlink update
 2023-01-05 15:39 UTC  (4+ messages)

[RFC PATCH v1 00/19] rtw88: Add SDIO support
 2023-01-05 15:38 UTC  (6+ messages)
` [RFC PATCH v1 19/19] rtw88: Add support for the SDIO based RTL8821CS chipset

[PATCH net-next v3 4/4] net: lan966x: Add ptp trap rules
 2023-01-05 15:09 UTC  (7+ messages)

selftests: tc-testing: tdc.sh - WARNING: inconsistent lock state on arm x15
 2023-01-05 14:49 UTC 

[PATCH] wifi: libertas: return consistent length in lbs_add_wpa_tlv()
 2023-01-05 14:24 UTC  (6+ messages)

[PATCH iproute2-next] tc: Add JSON output to tc-class
 2023-01-05 14:20 UTC  (2+ messages)

[PATCH net-next v2] fjes: Fix an error handling path in fjes_probe()
 2023-01-05 14:11 UTC  (2+ messages)

[PATCH] net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modem
 2023-01-05 14:09 UTC  (2+ messages)

[PATCH] wifi: rt2x00: Remove useless else if
 2023-01-05 13:57 UTC  (2+ messages)

[PATCH net] NFC: netlink: put device in nfc_genl_se_io()
 2023-01-05 13:55 UTC  (2+ messages)

[PATCH] net: hdlc: Increase maximum HDLC MTU
 2023-01-05 13:18 UTC  (5+ messages)

[syzbot] BUG: stack guard page was hit in inet6_release
 2023-01-05 13:07 UTC  (5+ messages)

[PATCH net-next 00/11] sfc: add vDPA support for EF100 devices
 2023-01-05 13:08 UTC  (9+ messages)
` [PATCH net-next 07/11] sfc: implement filters for receiving traffic
` [PATCH net-next 09/11] sfc: implement iova rbtree to store dma mappings

[PATCH 4.9 193/251] igb: Do not free q_vector unless new one was allocated
 2023-01-05 12:55 UTC 

[PATCH v2] wifi: rtw89: Add missing check for alloc_workqueue
 2023-01-05 13:01 UTC  (2+ messages)

[net PATCH] octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enable
 2023-01-05 12:53 UTC  (2+ messages)

[PATCH net-next 0/8] Add support for two classes of VCAP rules
 2023-01-05 12:20 UTC  (9+ messages)
` [PATCH net-next 2/8] net: microchip: sparx5: Reset VCAP counter for new rules
` [PATCH net-next 6/8] net: microchip: vcap api: Check chains when adding a tc flower filter
` [PATCH net-next 7/8] net: microchip: vcap api: Add a storage state to a VCAP rule
` [PATCH net-next 8/8] net: microchip: vcap api: Enable/Disable rules via chains in VCAP HW

[PATCH] s390/qeth: convert sysfs snprintf to sysfs_emit
 2023-01-05 12:17 UTC  (4+ messages)

[PATCH ethtool-next] Fixing boolean value output for Netlink reported values in JSON format
 2023-01-05 12:11 UTC  (2+ messages)

[PATCH v2 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
 2023-01-05 11:49 UTC  (6+ messages)
` [PATCH v2 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks

[PATCH wireless-next v2] wl18xx: use strscpy() to instead of strncpy()
 2023-01-05 11:44 UTC  (2+ messages)

[PATCH] net: nfc: Fix use-after-free in local_cleanup()
 2023-01-05 11:41 UTC  (2+ messages)

[PATCH net-next v6 0/3] Add support for QSGMII mode for J721e CPSW9G to am65-cpsw driver
 2023-01-05 11:30 UTC  (2+ messages)

[PATCH rdma-next v1 0/4] Rely on firmware to get special mkeys
 2023-01-05 11:23 UTC  (5+ messages)
` [PATCH mlx5-next v1 1/4] net/mlx5: Expose bits for querying "
` [PATCH mlx5-next v1 2/4] net/mlx5: Change define name for 0x100 lkey value
` [PATCH mlx5-next v1 3/4] net/mlx5: Use query_special_contexts for mkeys
` [PATCH rdma-next v1 4/4] RDMA/mlx5: "

[PATCH net-next 0/5] add PLCA RS support and onsemi NCN26000
 2023-01-05 11:01 UTC  (12+ messages)
` [PATCH net-next 1/5] net/ethtool: add netlink interface for the PLCA RS
` [PATCH net-next 3/5] drivers/net/phy: add connection between ethtool and phylib for PLCA
` [PATCH net-next 5/5] drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY

[linux-next:pending-fixes] BUILD SUCCESS 2d3ca5d07c8e43c0bdb602fad9396b140f7b9857
 2023-01-05 10:46 UTC 

[PATCHv3 net-next] sched: multicast sched extack messages
 2023-01-05 10:12 UTC  (3+ messages)

[PATCH net] caif: fix memory leak in cfctrl_linkup_request()
 2023-01-05  9:40 UTC  (2+ messages)

selftests: netfilter: nft_fib.sh - BUG: spinlock recursion on CPU#0, modprobe/762
 2023-01-05  9:31 UTC 

[PATCH wpan-next v2 0/6] IEEE 802.15.4 passive scan support
 2023-01-05  9:24 UTC  (7+ messages)
` [PATCH wpan-next v2 6/6] mac802154: Handle passive scanning

[PATCH] wifi: rtw89: Add missing check for alloc_workqueue
 2023-01-05  9:09 UTC  (2+ messages)

[PATCH v2 net-next 0/3] enetc: unlock XDP_REDIRECT for XDP non-linear buffers
 2023-01-05  9:07 UTC  (7+ messages)
` [PATCH v2 net-next 1/3] net: ethernet: "
` [PATCH v2 net-next 2/3] net: ethernet: enetc: get rid of xdp_redirect_sg counter
` [PATCH v2 net-next 3/3] net: ethernet: enetc: do not always access skb_shared_info in the XDP path

[PATCH v8 00/12] Network support for Landlock
 2023-01-05  8:57 UTC  (4+ messages)
` [PATCH v8 08/12] landlock: Implement TCP network hooks

[PATCH 0/3] net: thunderbolt: Add tracepoints
 2023-01-05  8:57 UTC  (4+ messages)
` [PATCH 3/3] "

[PATCH bpf-next v2 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-05  8:38 UTC  (4+ messages)
` [PATCH bpf-next v2 11/15] selftests/xsk: get rid of built-in XDP program

[PATCH 0/4] rtw88: Four fixes found while working on SDIO support
 2023-01-05  8:34 UTC  (13+ messages)
` [PATCH 1/4] rtw88: Add packed attribute to the eFuse structs


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