linux-yocto/drivers/net/ethernet/netronome/nfp
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
abm
bpf nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation 2024-08-22 15:12:02 +02:00
crypto move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
flower nfp: flower: validate encapsulation control flags 2024-06-12 17:56:01 -07:00
nfd3 xsk: use generic DMA sync shortcut instead of a custom one 2024-05-08 08:51:20 +02:00
nfdk nfp: support UDP segmentation offload 2023-12-11 10:01:56 +00:00
nfpcore move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
nic nfp: fix NFP_NET_MAX_DSCP definition error 2023-05-12 08:55:47 +01:00
ccm_mbox.c nfp: Fix spelling mistake "tha" -> "the" 2022-12-08 19:44:06 -08:00
ccm.c
ccm.h
devlink_param.c devlink: extend devlink_param *set pointer 2024-04-22 13:05:19 -07:00
Makefile nfp: support IPsec offloading for NFP3800 2023-02-09 22:22:19 -08:00
nfp_abi.h
nfp_app_nic.c
nfp_app.c
nfp_app.h net: remove unused ndo_get_devlink_port 2022-11-03 20:48:36 -07:00
nfp_asm.c
nfp_asm.h
nfp_devlink.c nfp: update devlink device info output 2024-04-12 11:40:09 +01:00
nfp_hwmon.c net: nfp: constify pointers to hwmon_channel_info 2023-04-09 19:02:03 -07:00
nfp_main.c nfp: only clean sp_indiff when application firmware is unloaded 2022-10-21 22:43:48 -07:00
nfp_main.h nfp: ethtool: support reporting link modes 2022-11-29 15:28:52 +01:00
nfp_net_common.c nfp: Use IRQF_NO_AUTOEN flag in request_irq() 2024-09-12 20:35:04 -07:00
nfp_net_ctrl.c
nfp_net_ctrl.h nfp: support UDP segmentation offload 2023-12-11 10:01:56 +00:00
nfp_net_debugdump.c nfp: Use static_assert() to check struct sizes 2024-08-12 18:40:44 -07:00
nfp_net_debugfs.c
nfp_net_dp.c
nfp_net_dp.h
nfp_net_ethtool.c net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops 2023-12-13 22:07:16 -08:00
nfp_net_main.c devlink: protect devlink param list by instance lock 2023-01-27 12:32:02 +00:00
nfp_net_repr.c netdev_features: convert NETIF_F_LLTX to dev->lltx 2024-09-03 11:36:43 +02:00
nfp_net_repr.h nfp: Annotate struct nfp_reprs with __counted_by 2023-10-05 18:32:10 -07:00
nfp_net_sriov.c
nfp_net_sriov.h
nfp_net_xsk.c
nfp_net_xsk.h
nfp_net.h nfp: ethtool: add extended ack report messages 2023-12-07 18:35:41 -08:00
nfp_netvf_main.c
nfp_port.c nfp: initialize netdev's dev_port with correct id 2023-04-06 15:43:36 +02:00
nfp_port.h nfp: ethtool: fix the bug of setting unsupported port speed 2023-02-08 09:08:12 +00:00
nfp_shared_buf.c