nuttx/drivers/net
Gregory Nutt a7fd58c4db Squashed commit of the following:
many locations:  Change occurences of open() followed by file_detach() to file_open().  Change most non-controversion calls to open() to nx_open().

    fs/inode/fs_fileopen.c:  Flesh out file_open() with some interim, placeholder logic.

    fs/inode/fs_fileopen.c:  Add a framework for a file_open() implementation (no real logic in place yet).

    fs/vfs/fs_open.c:  Add nx_open() which is the same as open() except that it does not create a cancellation point nor does it modify the errno variable.
2018-09-15 10:49:41 -06:00
..
dm90x0.c Rename devif_loopback_out to devi_loopback 2018-08-25 08:33:21 -06:00
enc28j60.c Rename devif_loopback_out to devi_loopback 2018-08-25 08:33:21 -06:00
enc28j60.h Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
encx24j600.c Rename devif_loopback_out to devi_loopback 2018-08-25 08:33:21 -06:00
encx24j600.h ENCX24J600: Use the ENC's SRAM from multiple TX packets. From Max Holtzberg 2013-08-26 09:11:58 -06:00
ftmac100.c Rename devif_loopback_out to devi_loopback 2018-08-25 08:33:21 -06:00
Kconfig drivers/net: drivers/net: Add support for Microchip LAN91C111 driver 2018-08-24 11:07:07 -06:00
lan91c111.c drivers/net/lan91c111.c: Change MAX_NETDEV_MTU to MAX_NETDEV_PKTSIZE 2018-08-28 15:24:02 -06:00
lan91c111.h drivers/net: drivers/net: Add support for Microchip LAN91C111 driver 2018-08-24 11:07:07 -06:00
loopback.c This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
Make.defs drivers/net: drivers/net: Add support for Microchip LAN91C111 driver 2018-08-24 11:07:07 -06:00
phy_notify.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
skeleton.c Rename devif_loopback_out to devi_loopback 2018-08-25 08:33:21 -06:00
slip.c Squashed commit of the following: 2018-09-15 10:49:41 -06:00
telnet.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
tun.c drivers/net/tun.c: Fixed custom tun devname formatting. 2018-08-14 07:13:41 -06:00