messages from 2023-10-24 08:12:36 to 2023-10-24 17:28:51 UTC [more...]
[PATCH] s390/ctcm: replace deprecated strncpy with strscpy
2023-10-24 17:28 UTC (3+ messages)
[RFC PATCH ipsec-next] udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE Support
2023-10-24 17:23 UTC (4+ messages)
` [devel-ipsec] "
[PATCH v2 iproute2-next 0/3] Add support to set privileged qkey parameter
2023-10-24 17:04 UTC (7+ messages)
` [PATCH v2 iproute2-next 2/3] rdma: Add an option to set privileged QKEY parameter
` [PATCH v2 iproute2-next 3/3] rdma: Adjust man page for rdma system set privileged_qkey command
[PATCH net-next v7] vxlan: add support for flowlabel inherit
2023-10-24 16:50 UTC
[PATCH net-next 0/5] net: ipqess: introduce Qualcomm IPQESS driver
2023-10-24 16:49 UTC (21+ messages)
` [PATCH net-next 1/5] net: dt-bindings: Introduce the Qualcomm IPQESS Ethernet switch
` [PATCH net-next 3/5] net: ipqess: introduce the Qualcomm IPQESS driver
` [PATCH net-next 4/5] net: ipqess: add a PSGMII calibration procedure to the "
[PATCH net-next v6 0/5] Rust abstractions for network PHY drivers
2023-10-24 16:44 UTC (8+ messages)
` [PATCH net-next v6 1/5] rust: core "
` [PATCH net-next v6 2/5] rust: net::phy add module_phy_driver macro
` [PATCH net-next v6 3/5] rust: add second `bindgen` pass for enum exhaustiveness checking
[PATCH bpf-next v4 00/11] xsk: TX metadata
2023-10-24 16:41 UTC (4+ messages)
` [PATCH bpf-next v4 10/11] selftests/bpf: Add TX side to xdp_hw_metadata
[PATCH net-next v7 0/7] Create a binding for the Marvell MV88E6xxx DSA switches
2023-10-24 16:40 UTC (15+ messages)
` [PATCH net-next v7 1/7] dt-bindings: net: dsa: Require ports or ethernet-ports
` [PATCH net-next v7 2/7] dt-bindings: net: mvusb: Fix up DSA example
` [PATCH net-next v7 3/7] ARM: dts: marvell: Fix some common switch mistakes
` [PATCH net-next v7 4/7] ARM: dts: nxp: "
` [PATCH net-next v7 5/7] ARM64: dts: marvell: "
` [PATCH net-next v7 6/7] dt-bindings: marvell: Rewrite MV88E6xxx in schema
` [PATCH net-next v7 7/7] dt-bindings: marvell: Add Marvell MV88E6060 DSA schema
[PATCH bpf-next v3 0/7] Add bpf programmable net device
2023-10-24 16:40 UTC (6+ messages)
` [PATCH bpf-next v3 1/7] netkit, bpf: "
` [PATCH bpf-next v3 4/7] bpftool: Implement link show support for netkit
[PATCH v6 00/11] Introduce STM32 Firewall framework
2023-10-24 16:39 UTC (7+ messages)
` [PATCH v6 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
[PATCH] s390/qeth: replace deprecated strncpy with strscpy
2023-10-24 16:31 UTC (2+ messages)
[PATCH net] net: stmmac: dwmac-imx: request high frequency mode
2023-10-24 16:16 UTC (2+ messages)
[PATCH net-next 00/15] net: page_pool: add netlink-based introspection
2023-10-24 16:02 UTC (16+ messages)
` [PATCH net-next 01/15] net: page_pool: split the page_pool_params into fast and slow
` [PATCH net-next 02/15] net: page_pool: avoid touching slow on the fastpath
` [PATCH net-next 03/15] net: page_pool: factor out uninit
` [PATCH net-next 04/15] net: page_pool: id the page pools
` [PATCH net-next 05/15] net: page_pool: record pools per netdev
` [PATCH net-next 06/15] net: page_pool: stash the NAPI ID for easier access
` [PATCH net-next 07/15] eth: link netdev to page_pools in drivers
` [PATCH net-next 08/15] net: page_pool: add nlspec for basic access to page pools
` [PATCH net-next 09/15] net: page_pool: implement GET in the netlink API
` [PATCH net-next 10/15] net: page_pool: add netlink notifications for state changes
` [PATCH net-next 11/15] net: page_pool: report amount of memory held by page pools
` [PATCH net-next 12/15] net: page_pool: report when page pool was destroyed
` [PATCH net-next 13/15] net: page_pool: expose page pool stats via netlink
` [PATCH net-next 14/15] net: page_pool: mute the periodic warning for visible page pools
` [PATCH net-next 15/15] tools: ynl: add sample for getting page-pool information
[PATCH] mlx5: reset state to avoid attempted QP double free and UAF
2023-10-24 15:36 UTC (2+ messages)
[PATCH v5 net-next 0/3] ipv6: avoid atomic fragment on GSO output
2023-10-24 15:08 UTC (5+ messages)
` [PATCH v5 net-next 1/3] ipv6: drop feature RTAX_FEATURE_ALLFRAG
` [PATCH v5 net-next 2/3] ipv6: refactor ip6_finish_output for GSO handling
` [PATCH v5 net-next 3/3] ipv6: avoid atomic fragment on GSO packets
[PATCH v17 00/20] nvme-tcp receive offloads
2023-10-24 14:59 UTC (24+ messages)
` [PATCH v17 01/20] net: Introduce direct data placement tcp offload
` [PATCH v17 02/20] netlink: add new family to manage ULP_DDP enablement and stats
` [PATCH v17 03/20] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v17 04/20] net/tls,core: export get_netdev_for_sock
` [PATCH v17 05/20] nvme-tcp: Add DDP offload control path
` [PATCH v17 06/20] nvme-tcp: Add DDP data-path
` [PATCH v17 07/20] nvme-tcp: RX DDGST offload
` [PATCH v17 08/20] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v17 09/20] Documentation: add ULP DDP offload documentation
` [PATCH v17 10/20] net/mlx5e: Rename from tls to transport static params
` [PATCH v17 11/20] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v17 12/20] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v17 13/20] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v17 14/20] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v17 15/20] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v17 16/20] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v17 17/20] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v17 18/20] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v17 19/20] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v17 20/20] net/mlx5e: NVMEoTCP, statistics
[PATCH net-next v2 0/4] Cleanup and optimizations to transmit code
2023-10-24 14:51 UTC (5+ messages)
` [PATCH net-next v2 1/4] octeon_ep: add padding for small packets
` [PATCH net-next v2 2/4] octeon_ep: remove dma sync in trasmit path
` [PATCH net-next v2 3/4] octeon_ep: implement xmit_more in transmit
` [PATCH net-next v2 4/4] octeon_ep: remove atomic variable usage in Tx data path
[PATCH iwl-next v1] ice: change vfs.num_msix_per to vf->num_msix
2023-10-24 14:20 UTC
[PATCH v4 net-next 0/3] ipv6: avoid atomic fragment on GSO output
2023-10-24 14:28 UTC (5+ messages)
` [PATCH v4 net-next 1/3] ipv6: drop feature RTAX_FEATURE_ALLFRAG
[PATCH net-next v4 2/2] net:dsa:microchip: add property to select
2023-10-24 14:24 UTC (5+ messages)
[PATCH net-next v6 00/16] net: Make timestamping selectable
2023-10-24 14:21 UTC (5+ messages)
` [PATCH net-next v6 07/16] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
[PATCH net v2] tipc: Fix uninit-value access in tipc_nl_node_reset_link_stats()
2023-10-24 14:19 UTC (3+ messages)
[PATCH 0/6] imx6q related DT binding fixes
2023-10-24 14:00 UTC (2+ messages)
[PATCH iwl-next v1 00/15] one by one port representors creation
2023-10-24 13:59 UTC (19+ messages)
` [PATCH iwl-next v1 01/15] ice: rename switchdev to eswitch
` [PATCH iwl-next v1 02/15] ice: remove redundant max_vsi_num variable
` [PATCH iwl-next v1 03/15] ice: remove unused control VSI parameter
` [PATCH iwl-next v1 04/15] ice: track q_id in representor
` [PATCH iwl-next v1 05/15] ice: use repr instead of vf->repr
` [PATCH iwl-next v1 06/15] ice: track port representors in xarray
` [PATCH iwl-next v1 07/15] ice: remove VF pointer reference in eswitch code
` [PATCH iwl-next v1 08/15] ice: make representor code generic
` [PATCH iwl-next v1 09/15] ice: return pointer to representor
` [PATCH iwl-next v1 10/15] ice: allow changing SWITCHDEV_CTRL VSI queues
` [PATCH iwl-next v1 11/15] ice: set Tx topology every time new repr is added
` [PATCH iwl-next v1 12/15] ice: realloc VSI stats arrays
` [PATCH iwl-next v1 13/15] ice: add VF representors one by one
` [PATCH iwl-next v1 14/15] ice: adjust switchdev rebuild path
` [PATCH iwl-next v1 15/15] ice: reserve number of CP queues
[PATCH] net: Do not break out of sk_stream_wait_memory() with TIF_NOTIFY_SIGNAL
2023-10-24 13:56 UTC (2+ messages)
BUG: stmmac: Timeout accessing MAC_VLAN_Tag_Filter when EEE is enabled
2023-10-24 13:48 UTC
[PATCH net-next v3 00/11] devlink: retain error in struct devlink_fmsg
2023-10-24 13:43 UTC (4+ messages)
` [PATCH net-next v3 08/11] net/mlx5: devlink health: use retained error fmsg API
[PATCH net-next v6 0/7] Create a binding for the Marvell MV88E6xxx DSA switches
2023-10-24 13:18 UTC (11+ messages)
` [PATCH net-next v6 1/7] dt-bindings: net: dsa: Require ports or ethernet-ports
` [PATCH net-next v6 2/7] dt-bindings: net: mvusb: Fix up DSA example
` [PATCH net-next v6 3/7] ARM: dts: marvell: Fix some common switch mistakes
` [PATCH net-next v6 4/7] ARM: dts: nxp: "
` [PATCH net-next v6 5/7] ARM64: dts: marvell: "
` [PATCH net-next v6 6/7] dt-bindings: marvell: Rewrite MV88E6xxx in schema
` [PATCH net-next v6 7/7] dt-bindings: marvell: Add Marvell MV88E6060 DSA schema
[PATCH iwl-next 0/3] i40e: Add and use version check helpers
2023-10-24 13:11 UTC (5+ messages)
` [PATCH iwl-next 2/3] i40e: Add other helpers to check version of running firmware and AQ API
` [Intel-wired-lan] "
[PATCH net-next 0/2] net: ethernet: renesas: infrastructure preparations for upcoming driver
2023-10-24 13:04 UTC (4+ messages)
` [PATCH net-next 2/2] net: ethernet: renesas: drop SoC names in Kconfig
[PATCH net-next 1/2] i40e: Do not call devlink_port_type_clear()
2023-10-24 13:00 UTC (4+ messages)
` [PATCH net-next 2/2] i40e: Fix devlink port unregistering
[PATCH 1/2] i40e: Do not call devlink_port_type_clear()
2023-10-24 12:49 UTC (3+ messages)
` [PATCH 2/2] i40e: Fix devlink port unregistering
Fwd: kernel tried to execute NX-protected page - exploit attempt? (uid: 0) (qbittorrent with tx-nocache-copy)
2023-10-24 12:32 UTC (4+ messages)
[PATCH net 0/2] liquidio: Fix an off by one in octeon_download_firmware()
2023-10-24 12:10 UTC (4+ messages)
` [PATCH net 2/2] liquidio: Simplify octeon_download_firmware()
[PATCH net-next 0/5] virtio-net: support dynamic coalescing moderation
2023-10-24 12:02 UTC (3+ messages)
[PATCH net-next v2 0/9] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
2023-10-24 11:57 UTC (3+ messages)
` [PATCH net-next v2 8/9] microchip: lan865x: add driver support for Microchip's LAN865X MACPHY
[PATCH net-next] net: sched: sch_qfq: Use non-work-conserving warning handler
2023-10-24 11:20 UTC (2+ messages)
[PATCH net-next v2] sched: act_ct: switch to per-action label counting
2023-10-24 11:05 UTC
[PATCH iwl-next v5] ice: read internal temperature sensor
2023-10-24 11:00 UTC
swiotlb dyn alloc WARNING splat in wireless-next
2023-10-24 10:44 UTC (3+ messages)
[PATCH ipsec-next] xfrm Fix use after free in __xfrm6_udp_encap_rcv
2023-10-24 10:38 UTC (2+ messages)
pull-request: wireless-2023-10-24
2023-10-24 10:35 UTC
[PATCH net 0/2] GTP tunnel driver fixes
2023-10-24 10:30 UTC (2+ messages)
[PATCH iwl-next v2 0/3] i40e: Add and use version check helpers
2023-10-24 10:04 UTC (4+ messages)
` [PATCH iwl-next v2 1/3] i40e: Move i40e_is_aq_api_ver_ge helper
` [Intel-wired-lan] "
` [PATCH iwl-next v2 3/3] i40e: Use helpers to check running FW and AQ API versions
[patch iproute2-next v3 0/6] expose devlink instances relationships
2023-10-24 10:04 UTC (7+ messages)
` [patch iproute2-next v3 1/6] ip/ipnetns: move internals of get_netnsid_from_name() into namespace.c
` [patch iproute2-next v3 2/6] devlink: do conditional new line print in pr_out_port_handle_end()
` [patch iproute2-next v3 3/6] devlink: extend pr_out_nested_handle() to print object
` [patch iproute2-next v3 4/6] devlink: introduce support for netns id for nested handle
` [patch iproute2-next v3 5/6] devlink: print nested handle for port function
` [patch iproute2-next v3 6/6] devlink: print nested devlink handle for devlink dev
[PATCH v4 net-next] xsk: avoid starving the xsk further down the list
2023-10-24 10:00 UTC (3+ messages)
[PATCH net-next v6] vxlan: add support for flowlabel inherit
2023-10-24 9:53 UTC (2+ messages)
[PATCH V2 net-next] net: hns3: add some link modes for hisilicon device
2023-10-24 9:48 UTC (2+ messages)
[PATCH V2] net: ethernet: davinci_emac: Use MAC Address from Device Tree
2023-10-24 9:30 UTC (5+ messages)
[PATCH v2] Fix NULL pointer dereference in cn_filter()
2023-10-24 9:20 UTC (2+ messages)
[PATCH v13 00/12] Network support for Landlock
2023-10-24 9:12 UTC (8+ messages)
` [PATCH v13 08/12] landlock: Add network rules and TCP hooks support
[PATCH iwl-next 0/4] iavf: cleanups, dead code removal
2023-10-24 9:11 UTC (4+ messages)
` [PATCH iwl-next 2/4] iavf: use unregister_netdev
` [Intel-wired-lan] "
[PATCH net v3 1/3] sock: Code cleanup on __sk_mem_raise_allocated()
2023-10-24 8:50 UTC (5+ messages)
` [PATCH net v3 3/3] sock: Ignore memcg pressure heuristics when raising allocated
` "
[PATCH net-next v5 1/5] rust: core abstractions for network PHY drivers
2023-10-24 8:48 UTC (7+ messages)
[PATCH] net: ti: icssg-prueth: Add phys_port_name support
2023-10-24 8:40 UTC (2+ messages)
[PATCH net-next v12 0/5] introduce page_pool_alloc() related API
2023-10-24 8:26 UTC (5+ messages)
` [PATCH net-next v12 1/5] page_pool: unify frag_count handling in page_pool_is_last_frag()
[PATCH v3 net-next] net: microchip: lan743x: improve throughput with rx timestamp config
2023-10-24 8:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).