summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Tiva PHY Interrupts: Need to read the PHY interrupt status register in order ...Gregory Nutt2015-01-051-1/+1
* Ethernet skeleton: Add some more example logicGregory Nutt2014-12-311-10/+12
* Minor corrections to Ethernet driver skeletonGregory Nutt2014-12-311-27/+25
* Minor updated to Ethernet driver skeletonGregory Nutt2014-12-311-0/+12
* Update drivers/net/skeleton.cGregory Nutt2014-12-311-15/+42
* Uses DEBUASSERT, mut include assert.hGregory Nutt2014-12-301-1/+2
* drivers/net/skeleton.c: Add outline for support with CONFIG_NET_NOINTSGregory Nutt2014-12-301-21/+243
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-252-29/+25
* Network: Fix compilation problem when mutliple networks enabledGregory Nutt2014-11-171-1/+2
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all drivers/net (except sl...Gregory Nutt2014-11-166-24/+24
* Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN insteadGregory Nutt2014-11-154-7/+3
* Network: Misc fixes for clean complete with both Ethernet and SLIP enabledGregory Nutt2014-11-151-2/+4
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-158-193/+211
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-141-0/+11
* Update everything under nuttx/drivers to use the corrected syslog interfacesGregory Nutt2014-10-082-50/+60
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-11/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-217-20/+20
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-20/+43
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to di...Gregory Nutt2014-08-172-1/+45
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-171-1/+1
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-161-2/+11
* Add support for an ioctl that can be used to notify an application when there...Gregory Nutt2014-08-162-0/+412
* Move SLIP prototypes from net.h to new slip.hGregory Nutt2014-08-161-19/+20
* Standardize a PHY interrupt attachment interfaceGregory Nutt2014-08-161-0/+4
* Fix an error in SLIP escapingGregory Nutt2014-07-221-4/+4
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-054-6/+6
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-048-11/+19
* Remove all inclusion of uip.hGregory Nutt2014-07-046-6/+0
* NET: in-progress change... don't useGregory Nutt2014-07-042-2/+2
* NET: More renamingGregory Nutt2014-07-048-26/+26
* NET: Misc naming clean-upGregory Nutt2014-07-021-2/+2
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-018-53/+53
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-301-1/+1
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-308-37/+37
* Rename uip_input to devif_inputGregory Nutt2014-06-308-8/+8
* E1000: Rename uip_dev to netdevGregory Nutt2014-06-291-34/+34
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-278-105/+105
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-263-24/+24
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-257-7/+7
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-248-8/+8
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-248-8/+8
* SAMA5D4: Add EMAC driverGregory Nutt2014-06-111-0/+6
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-307-36/+36
* More trailing whilespace removalGregory Nutt2014-04-136-43/+43
* configs/rgmp/x86/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-061-0/+16
* configs/rgmp/arm/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-061-0/+8
* configs/ntosd-dm320/nettest: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-052-13/+74