Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: networking: device drivers: convert freescale/gianfar.txt to ReST

- add SPDX header;
- adjust titles and chapters, adding proper markups;
- use :field: markup;
- add to networking/index.rst.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Mauro Carvalho Chehab and committed by
David S. Miller
dc67e91e 0d0d976f

+16 -6
+15 -6
Documentation/networking/device_drivers/freescale/gianfar.txt Documentation/networking/device_drivers/freescale/gianfar.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + =========================== 1 4 The Gianfar Ethernet Driver 5 + =========================== 2 6 3 - Author: Andy Fleming <afleming@freescale.com> 4 - Updated: 2005-07-28 7 + :Author: Andy Fleming <afleming@freescale.com> 8 + :Updated: 2005-07-28 5 9 6 10 7 - CHECKSUM OFFLOADING 11 + Checksum Offloading 12 + =================== 8 13 9 14 The eTSEC controller (first included in parts from late 2005 like 10 15 the 8548) has the ability to perform TCP, UDP, and IP checksums ··· 20 15 and TX. 21 16 22 17 VLAN 18 + ==== 23 19 24 20 In order to use VLAN, please consult Linux documentation on 25 21 configuring VLANs. The gianfar driver supports hardware insertion and 26 22 extraction of VLAN headers, but not filtering. Filtering will be 27 23 done by the kernel. 28 24 29 - MULTICASTING 25 + Multicasting 26 + ============ 30 27 31 28 The gianfar driver supports using the group hash table on the 32 29 TSEC (and the extended hash table on the eTSEC) for multicast ··· 36 29 before the hash tables. See Linux documentation on how to join 37 30 multicast groups. 38 31 39 - PADDING 32 + Padding 33 + ======= 40 34 41 35 The gianfar driver supports padding received frames with 2 bytes 42 36 to align the IP header to a 16-byte boundary, when supported by 43 37 hardware. 44 38 45 - ETHTOOL 39 + Ethtool 40 + ======= 46 41 47 42 The gianfar driver supports the use of ethtool for many 48 43 configuration options. You must run ethtool only on currently
+1
Documentation/networking/device_drivers/index.rst
··· 38 38 dec/dmfe 39 39 dlink/dl2k 40 40 freescale/dpaa 41 + freescale/gianfar 41 42 42 43 .. only:: subproject and html 43 44