linux-yocto/drivers/net/ethernet/meta/fbnic
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
..
fbnic_csr.h eth: fbnic: Add support to fetch group stats 2024-09-04 13:13:12 +01:00
fbnic_devlink.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
fbnic_drvinfo.h
fbnic_ethtool.c eth: fbnic: Add support to fetch group stats 2024-09-04 13:13:12 +01:00
fbnic_fw.c eth: fbnic: Add ethtool support for fbnic 2024-09-04 13:13:12 +01:00
fbnic_fw.h eth: fbnic: Add ethtool support for fbnic 2024-09-04 13:13:12 +01:00
fbnic_hw_stats.c eth: fbnic: Add support to fetch group stats 2024-09-04 13:13:12 +01:00
fbnic_hw_stats.h eth: fbnic: Add support to fetch group stats 2024-09-04 13:13:12 +01:00
fbnic_irq.c eth: fbnic: Add link detection 2024-07-15 12:50:43 -07:00
fbnic_mac.c eth: fbnic: Add support to fetch group stats 2024-09-04 13:13:12 +01:00
fbnic_mac.h eth: fbnic: Add support to fetch group stats 2024-09-04 13:13:12 +01:00
fbnic_netdev.c eth: fbnic: Add ethtool support for fbnic 2024-09-04 13:13:12 +01:00
fbnic_netdev.h eth: fbnic: Add ethtool support for fbnic 2024-09-04 13:13:12 +01:00
fbnic_pci.c eth: fbnic: Write the TCAM tables used for RSS control and Rx to host 2024-07-15 12:50:44 -07:00
fbnic_phylink.c eth: fbnic: Add link detection 2024-07-15 12:50:43 -07:00
fbnic_rpc.c eth: fbnic: Write the TCAM tables used for RSS control and Rx to host 2024-07-15 12:50:44 -07:00
fbnic_rpc.h eth: fbnic: Write the TCAM tables used for RSS control and Rx to host 2024-07-15 12:50:44 -07:00
fbnic_tlv.c eth: fbnic: Add message parsing for FW messages 2024-07-15 12:50:43 -07:00
fbnic_tlv.h eth: fbnic: Add message parsing for FW messages 2024-07-15 12:50:43 -07:00
fbnic_txrx.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-09-15 09:13:19 -07:00
fbnic_txrx.h eth: fbnic: add basic rtnl stats 2024-08-12 15:44:23 -07:00
fbnic.h eth: fbnic: Add support to fetch group stats 2024-09-04 13:13:12 +01:00
Makefile eth: fbnic: Add support to fetch group stats 2024-09-04 13:13:12 +01:00