summaryrefslogtreecommitdiff
path: root/nuttx/include/net
Commit message (Expand)AuthorAgeFilesLines
* Add some helper macros to make the code a little more compacGregory Nutt2014-08-171-0/+6
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+1
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-161-61/+74
* Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-271-1/+26
* Net PKT: Suppress ARP requests for packet socket transfersGregory Nutt2014-06-241-0/+1
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-211-3/+4
* Clean-up routing table design.Gregory Nutt2013-10-051-10/+9
* Add a user interface to manage the routing tableGregory Nutt2013-10-021-16/+48
* Add candidate net/route.h. Not yet integratedGregory Nutt2013-10-021-0/+104
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-0/+9
* Header file clean-uppatacongo2012-07-172-7/+7
* More IPv6 ramblingpatacongo2012-06-081-1/+1
* First round of compile fixes for IPv6patacongo2012-06-071-25/+72
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0310-3043/+0
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-231-2/+2
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-301-312/+0
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-0/+312
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-241-3/+4
* Fix minimum MTU... must be at lest 576patacongo2011-06-062-1/+13
* Add strndup()patacongo2011-05-291-2/+2
* Move netutils header files from include/net/uip to include/apps/netutilspatacongo2011-03-1911-964/+0
* Fix SLIP bugpatacongo2011-03-161-7/+6
* More SLIP integrationpatacongo2011-03-151-1/+51
* SLIP correctionspatacongo2011-03-131-23/+13
* Add SLIP test configurationpatacongo2011-03-121-2/+8
* More support for SLIP data link protocolpatacongo2011-03-124-35/+139
* Files needed to make LPC17xx EMAC RAM more configurablepatacongo2010-11-281-1/+0
* Cosmetic renaming of variablespatacongo2010-11-271-3/+3
* Eliminate uip_outstanding()patacongo2010-11-261-5/+1
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-2/+2
* Restore uip_arp_ipin()patacongo2010-11-251-3/+7
* Lease time is now in host orderpatacongo2010-08-101-2/+2
* Outgoing IGMP is functionalpatacongo2010-07-143-10/+9
* Clean-uppatacongo2010-07-131-32/+35
* Typopatacongo2010-07-131-2/+0
* Move options to separate filepatacongo2010-07-132-56/+250
* Fix typospatacongo2010-07-131-3/+3
* Add IP optionspatacongo2010-07-131-0/+56
* IGMP debug fixespatacongo2010-07-131-2/+6
* IGMP debug fixespatacongo2010-07-131-0/+1
* Add IGMP user interfacepatacongo2010-07-114-89/+109
* Add support for multicast MAC addressespatacongo2010-07-112-1/+23
* More IGMP logicpatacongo2010-07-101-6/+13
* More IGMP logicpatacongo2010-07-102-22/+44
* More IGMP logicpatacongo2010-07-082-2/+16
* Add IGMP initialization logicpatacongo2010-07-081-0/+1
* More IGMP changespatacongo2010-07-082-3/+84
* More IGMP header file stuffpatacongo2010-07-062-0/+6
* IGMP header filespatacongo2010-07-062-0/+231
* Fix an error in the handling of TCP/IP sequence numberspatacongo2009-12-191-12/+3