summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev
Commit message (Expand)AuthorAgeFilesLines
* Update comments and READMEGregory Nutt2014-11-241-2/+1
* Update comments and read meGregory Nutt2014-11-231-1/+1
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-234-42/+108
* Add a commentGregory Nutt2014-11-221-0/+4
* Make tcp_listener static scope; it is not used outside of tcp_conn.cGregory Nutt2014-11-221-1/+1
* Network: Add logic to get a default network device (for the case where are m...Gregory Nutt2014-11-215-3/+135
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-171-1/+2
* changes for clean build with Ethernet+SLIPGregory Nutt2014-11-161-3/+3
* Completes basic changes to support per-device/per-link TCP receive window sizeGregory Nutt2014-11-161-6/+9
* Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtuGregory Nutt2014-11-162-4/+4
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-161-2/+6
* Add link MTU size to network device structure.Gregory Nutt2014-11-161-1/+4
* Network: netdev_register() must assign the device name appropriately accordin...Gregory Nutt2014-11-151-5/+17
* Resove merge conflictsGregory Nutt2014-11-151-4/+1
* Network: Misc fixes for clean complete with both Ethernet and SLIP enabledGregory Nutt2014-11-151-2/+1
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-5/+56
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+14
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-161-2/+2
* Clean missing function headersGregory Nutt2014-08-162-2/+2
* NET: Move most of the contents of include/nuttx/net/igmp.h moved to net/igmp/...Gregory Nutt2014-07-052-0/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-045-0/+6
* Remove all inclusion of uip.hGregory Nutt2014-07-042-3/+0
* NET: in-progress change... don't useGregory Nutt2014-07-041-0/+2
* NET: More renamingGregory Nutt2014-07-031-2/+2
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-1/+1
* NET: Renaming of IP address typesGregory Nutt2014-06-295-26/+26
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-2811-11/+1
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-4/+0
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-2711-26/+26
* Move NETDEV config from net/Kconfig to net/netdev/KconfigGregory Nutt2014-06-271-2/+8
* Fix conflict in ChangeLogGregory Nutt2014-06-274-0/+202
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-2711-0/+2135