messages from 2022-04-05 14:24:30 to 2022-04-06 08:02:55 UTC [more...]
[PATCH net] ipw2x00: use DEVICE_ATTR_*() macro
2022-04-06 5:23 UTC (2+ messages)
[PATCH 03/11] bnx2x: Fix undefined behavior due to shift overflowing the constant
2022-04-06 5:43 UTC (14+ messages)
` [PATCH 06/11] brcmfmac: sdio: "
` [RESEND PATCH "
` [PATCH 08/11] mt76: "
` [PATCH 10/11] IB/mlx5: "
[PATCH v2 2/3] net: mdio: aspeed: Introduce read write function for c22 and c45
2022-04-06 1:20 UTC
[PATCH 0/5] Make the iommu driver no-snoop block feature consistent
2022-04-06 5:30 UTC (13+ messages)
` [PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
` [PATCH 2/5] vfio: Require that devices support DMA cache coherence
` [PATCH 3/5] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH 4/5] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH 5/5] iommu: Delete IOMMU_CAP_CACHE_COHERENCY
[PATCH v3 0/2] rtl8xxxu: Fill up more TX information
2022-04-06 4:41 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix issues in parse_num_list()
2022-04-06 0:36 UTC (4+ messages)
` [PATCH bpf-next v2] "
` [PATCH bpf-next v3] "
[PATCH v3 net-next 1/4] rtnetlink: enable alt_ifname for setlink/newlink
2022-04-06 0:47 UTC (6+ messages)
` [PATCH v3 net-next 2/4] rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellink
` [PATCH v3 net-next 3/4] rtnetlink: return ENODEV when ifname does not exist and group is given
` [PATCH v3 net-next 4/4] rtnetlink: return EINVAL when request cannot succeed
[PATCH net-next v6 2/2] net: ethernet: Add driver for Sunplus SP7021
2022-04-05 23:07 UTC (3+ messages)
[PATCH v2 00/14] MediaTek SoC flow offload improvements + wireless support
2022-04-05 19:57 UTC (15+ messages)
` [PATCH v2 01/14] dt-bindings: net: mediatek: add optional properties for the SoC ethernet core
` [PATCH v2 02/14] net: ethernet: mtk_eth_soc: add support for coherent DMA
` [PATCH v2 03/14] arm64: dts: mediatek: mt7622: "
` [PATCH v2 04/14] dt-bindings: arm: mediatek: document WED binding for MT7622
` [PATCH v2 05/14] dt-bindings: arm: mediatek: document the pcie mirror node on MT7622
` [PATCH v2 06/14] net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED)
` [PATCH v2 07/14] net: ethernet: mtk_eth_soc: implement flow offloading to WED devices
` [PATCH v2 08/14] arm64: dts: mediatek: mt7622: introduce nodes for Wireless Ethernet Dispatch
` [PATCH v2 09/14] net: ethernet: mtk_eth_soc: add ipv6 flow offload support
` [PATCH v2 10/14] net: ethernet: mtk_eth_soc: support TC_SETUP_BLOCK for PPE offload
` [PATCH v2 11/14] net: ethernet: mtk_eth_soc: allocate struct mtk_ppe separately
` [PATCH v2 12/14] net: ethernet: mtk_eth_soc: rework hardware flow table management
` [PATCH v2 13/14] net: ethernet: mtk_eth_soc: remove bridge flow offload type entry support
` [PATCH v2 14/14] net: ethernet: mtk_eth_soc: support creating mac address based offload entries
[PATCH bpf-next 0/2] libbpf: uprobe name-based attach followups
2022-04-06 0:14 UTC (5+ messages)
` [PATCH bpf-next 1/2] libbpf: improve string handling for uprobe name-based attach
` [PATCH bpf-next 2/2] selftests/bpf: uprobe tests should verify param/return values
[PATCH net-next] net: mvneta: add support for page_pool_get_stats
2022-04-05 20:32 UTC
[PATCH bpf-next v2 0/7] bpf: cgroup_sock lsm flavor
2022-04-05 21:43 UTC (8+ messages)
` [PATCH bpf-next v2 1/7] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v2 2/7] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v2 3/7] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v2 4/7] bpf: allow writing to a subset of sock fields from lsm progtype
` [PATCH bpf-next v2 5/7] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v2 6/7] selftests/bpf: lsm_cgroup functional test
` [PATCH bpf-next v2 7/7] selftests/bpf: verify lsm_cgroup struct sock access
[PATCH bpf-next v3 00/27] bpf: RLIMIT_MEMLOCK cleanups
2022-04-05 20:52 UTC (30+ messages)
` [PATCH bpf-next v3 01/27] bpf: selftests: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK in xdping
` [PATCH bpf-next v3 02/27] bpf: selftests: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK in xdpxceiver
` [PATCH bpf-next v3 03/27] bpf: selftests: No need to include bpf_rlimit.h in test_tcpnotify_user
` [PATCH bpf-next v3 04/27] bpf: selftests: No need to include bpf_rlimit.h in flow_dissector_load
` [PATCH bpf-next v3 05/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in get_cgroup_id_user
` [PATCH bpf-next v3 06/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_cgroup_storage
` [PATCH bpf-next v3 07/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in get_cgroup_id_user
` [PATCH bpf-next v3 08/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_lpm_map
` [PATCH bpf-next v3 09/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_lru_map
` [PATCH bpf-next v3 10/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_skb_cgroup_id_user
` [PATCH bpf-next v3 11/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_sock_addr
` [PATCH bpf-next v3 12/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_sock
` [PATCH bpf-next v3 13/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_sockmap
` [PATCH bpf-next v3 14/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_sysctl
` [PATCH bpf-next v3 15/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_tag
` [PATCH bpf-next v3 16/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_tcp_check_syncookie_user
` [PATCH bpf-next v3 17/27] bpf: selftests: Set libbpf 1.0 API mode explicitly in test_verifier_log
` [PATCH bpf-next v3 18/27] bpf: samples: Set libbpf 1.0 API mode explicitly in hbm
` [PATCH bpf-next v3 19/27] bpf: selftests: Get rid of bpf_rlimit.h
` [PATCH bpf-next v3 20/27] bpf: selftests: No need to include sys/resource.h in some files
` [PATCH bpf-next v3 21/27] bpf: samples: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK in xdpsock_user
` [PATCH bpf-next v3 22/27] bpf: samples: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK in xsk_fwd
` [PATCH bpf-next v3 23/27] bpf: samples: No need to include sys/resource.h in many files
` [PATCH bpf-next v3 24/27] bpf: bpftool: Remove useless return value of libbpf_set_strict_mode
` [PATCH bpf-next v3 25/27] bpf: bpftool: Set LIBBPF_STRICT_AUTO_RLIMIT_MEMLOCK for legacy libbpf
` [PATCH bpf-next v3 26/27] bpf: bpftool: remove RLIMIT_MEMLOCK
` [PATCH bpf-next v3 27/27] bpf: runqslower: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
[PATCH wpan-next v4 00/11] ieee802154: Better Tx error handling
2022-04-06 0:05 UTC (6+ messages)
` [PATCH wpan-next v4 07/11] net: ieee802154: at86rf230: Provide meaningful error codes when possible
[PATCH v1 1/2] ath9k: fix ath_get_rate_txpower() to respect the rate list end tag
2022-04-05 20:27 UTC (5+ messages)
[PATCH] RDMA: Split kernel-only global device caps from uvers device caps
2022-04-05 23:37 UTC (3+ messages)
[PATCH bpf v4] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
2022-04-05 22:18 UTC (2+ messages)
[PATCH v5 bpf-next 0/5] libbpf: name-based u[ret]probe attach
2022-04-05 23:47 UTC (4+ messages)
[PATCH net-next] sungem: Prepare cleanup of powerpc's asm/prom.h
2022-04-05 20:22 UTC (2+ messages)
[PATCH] mlxsw: spectrum_router: simplify list unwinding
2022-04-05 20:23 UTC (3+ messages)
[PATCH] net: ax88179: add proper error handling of usb read errors
2022-04-05 20:44 UTC (2+ messages)
[PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
2022-04-05 22:47 UTC (3+ messages)
` [POC][USER SPACE][PATCH] Introduce LSM to protect pinned objects
[PATCH v2 0/1] UDP traceroute packets with no checksum
2022-04-05 23:51 UTC (2+ messages)
` [PATCH 1/1] netfilter: conntrack: skip verification of zero UDP checksum
[PATCH net-next] net: ensure net_todo_list is processed quickly
2022-04-05 22:40 UTC (2+ messages)
[PATCH bpf-next v2] bpf, arm64: Sign return address for jited code
2022-04-05 22:10 UTC (2+ messages)
[PATCH net-next] page_pool: Add recycle stats to page_pool_put_page_bulk
2022-04-05 20:52 UTC
[PATCH net 1/2] netfilter: bitwise: fix reduce comparisons
2022-04-05 20:10 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix file descriptor leak in load_kallsyms()
2022-04-06 0:00 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Remove redundant checks in get_stack_print_output()
2022-04-05 23:52 UTC (2+ messages)
[PATCH net-next] tcp: add accessors to read/set tp->snd_cwnd
2022-04-05 23:35 UTC
[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
2022-04-05 23:54 UTC (5+ messages)
[PATCH net] ipv6: Fix stats accounting in ip6_pkt_drop
2022-04-05 13:20 UTC (2+ messages)
[PATCH intel-net] ice: allow creating VFs for !CONFIG_NET_SWITCHDEV
2022-04-05 14:24 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH bpf-next 00/10] xsk: stop softirq processing on full XSK Rx queue
2022-04-05 13:52 UTC (11+ messages)
` [PATCH bpf-next 02/10] xsk: diversify return codes in xsk_rcv_check()
` [PATCH bpf-next 03/10] ice: xsk: terminate NAPI when XSK Rx queue gets full
` [PATCH bpf-next 04/10] i40e: "
` [PATCH bpf-next 05/10] ixgbe: "
riscv defconfig CONFIG_PM/macb/generic PHY regression in v5.18-rc1
2022-04-05 18:55 UTC (15+ messages)
[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2022-04-05
2022-04-05 16:38 UTC (4+ messages)
` [PATCH net 1/3] ice: synchronize_rcu() when terminating rings
` [PATCH net 2/3] ice: xsk: fix VSI state check in ice_xsk_wakeup()
` [PATCH net 3/3] ice: clear cmd_type_offset_bsz for TX rings
Fw: [Bug 215793] New: ip netns del is asynchronous??? -- very unexpected and puzzling
2022-04-05 17:23 UTC
[PATCH] iwlwifi: fw: move memset before early return
2022-04-05 18:01 UTC (2+ messages)
[PATCH mlx5-next 0/5] Drop Mellanox FPGA TLS support from the kernel
2022-04-05 18:32 UTC (6+ messages)
` [PATCH mlx5-next 4/5] net/mlx5: Remove tls vs. ktls separation as it is the same
[PATCH v2] cgroup: Kill the parent controller when its last child is killed
2022-04-05 14:58 UTC (4+ messages)
[PATCH RFC V1 net-next 3/4] net: Let the active time stamping layer be selectable
2022-04-05 15:48 UTC (13+ messages)
[PATCH v2 0/2] net: phy: micrel: add Microchip KSZ 9897 Switch PHY
2022-04-05 16:47 UTC (9+ messages)
` [PATCH v2 1/2] net: phy: micrel: add Microchip KSZ 9897 Switch PHY support
[PATCH net-next] prestera: acl: add action hw_stats support
2022-04-05 13:20 UTC
[DSA] fallback PTP to master port when switch does not support it
2022-04-05 19:48 UTC (4+ messages)
[PATCH net] net: phy: marvell-88x2222: set proper phydev->port
2022-04-05 16:14 UTC (2+ messages)
[PATCH net] net: micrel: Fix KS8851 Kconfig
2022-04-05 18:04 UTC (2+ messages)
[PATCH] drivers: net: slip: fix NPD bug in sl_tx_timeout()
2022-04-05 13:22 UTC
[PATCH] tracing: Move user_events.h temporarily out of include/uapi
2022-04-05 16:32 UTC (3+ messages)
Matching unbound sockets for VRF
2022-04-05 14:32 UTC (6+ messages)
[PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
2022-04-05 16:37 UTC (11+ messages)
[PATCH net-next] ixgbe: add xdp frags support to ndo_xdp_xmit
2022-04-05 17:53 UTC
[ANNOUNCE] libnfnetlink 1.0.2 release
2022-04-05 14:39 UTC
[PATCH v2] net/ethernet : set default assignment identifier to NET_NAME_ENUM
2022-04-05 19:41 UTC (2+ messages)
[GIT PULL] virtio: fixes, cleanups
2022-04-05 17:48 UTC (2+ messages)
[PATCH v3 1/2] timer: add a function to adjust timeouts to be upper bound
2022-04-05 15:33 UTC (2+ messages)
Fw: [Bug 215806] New: bridge can not receive self send igmp query if multicast_query_use_ifaddr set to 1,no firewall
2022-04-05 17:26 UTC
[PATCH v10 0/1] wfx: get out from the staging area
2022-04-05 16:20 UTC (9+ messages)
[PATCH net-next] sfc: Stop using iommu_present()
2022-04-05 13:40 UTC
[PATCH] net: ethernet: mtk_eth_soc: add label support for GMACs
2022-04-05 17:15 UTC (3+ messages)
[PATCH] bpf: Fix KASAN use-after-free Read in compute_effective_progs
2022-04-05 17:03 UTC
[PATCH] iwlwifi: mvm: initialize seq variable
2022-04-05 17:57 UTC (2+ messages)
[PATCH rdma-next 0/3] Handle FW failures to destroy QP/RQ objects
2022-04-05 19:48 UTC (3+ messages)
` [PATCH mlx5-next 1/3] net/mlx5: Nullify eq->dbg and qp->dbg pointers post destruction
[PATCH net-next v3 0/3] net: phy: mscc-miim: add MDIO bus frequency support
2022-04-05 12:09 UTC (3+ messages)
` [PATCH net-next v3 2/3] dt-bindings: net: mscc-miim: add clock and clock-frequency
` [PATCH net-next v3 3/3] net: phy: mscc-miim: add support to set MDIO bus frequency
[PATCH v8 net-next 0/4] Fix broken link on Xilinx's AXI Ethernet in SGMII mode
2022-04-05 12:23 UTC (11+ messages)
` [PATCH v8 net-next 1/4] net: axienet: setup mdio unconditionally
` [PATCH v8 net-next 2/4] net: axienet: factor out phy_node in struct axienet_local
` [PATCH v8 net-next 3/4] dt-bindings: net: add pcs-handle attribute
` [PATCH v8 net-next 4/4] net: axiemac: use a phandle to reference pcs_phy
[PATCH v4 0/2] hwmon: introduce hwmon_sanitize()
2022-04-05 12:08 UTC (3+ messages)
` [PATCH v4 1/2] hwmon: introduce hwmon_sanitize_name()
[PATCH net] net: phy: mscc-miim: reject clause 45 register accesses
2022-04-05 12:02 UTC
[PATCH RFC net-next v2 0/3] net: phy: mscc-miim: add MDIO bus frequency support
2022-04-05 11:59 UTC (3+ messages)
` [PATCH RFC net-next v2 1/3] dt-bindings: net: convert mscc-miim to YAML format
[PATCH net] net: openvswitch: don't send internal clone attribute to the userspace
2022-04-05 12:58 UTC (2+ messages)
` [ovs-dev] "
[PATCH net] net: openvswitch: fix leak of nested actions
2022-04-05 12:56 UTC (2+ messages)
` [ovs-dev] "
[ANNOUNCE] libmnl 1.0.5 release
2022-04-05 12:55 UTC
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).