summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx/pic32mx-ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* PIC32MZ SPI: Implement exchange() method; update SPI_REGDEBUG configuration ...Gregory Nutt2015-03-031-1/+1
* PIC32MX: Standardize of naming in commentsGregory Nutt2015-02-241-1/+1
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-211-1/+22
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-201-1/+13
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-201-1/+13
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-201-2/+2
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-151-8/+58
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-151-1/+1
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-151-1/+4
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-5/+5
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-3/+3
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-1/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-5/+5
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-3/+3
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-13/+13
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* More trailing whilespace removalGregory Nutt2014-04-131-24/+24
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-171-10/+10
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Fix PHY address search; NFS updatepatacongo2012-06-011-2/+2
* PIC32 Ethernet driver now appears stablepatacongo2012-03-131-65/+120
* Correct PIC32 Ethernet Tx ring handlingpatacongo2012-03-131-30/+80
* Update PIC32 Ethernet driverpatacongo2012-03-091-22/+38
* Fix several bugs related to PIC32 Ethernet driverpatacongo2012-03-091-25/+128
* PIC32 Ethernet driver now at least talks to the PHYpatacongo2012-03-091-11/+57
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-081-19/+59
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-5/+5
* Finish coding of PIC32MX Ethernet driverpatacongo2012-01-171-161/+153
* More PIC32 Ethernet stuff (still incomplete)patacongo2012-01-171-171/+312
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-081-287/+357
* More progress on the PIC32MX Ethernet driverpatacongo2012-01-081-217/+366
* More register definitions for the PIC32 Ethernet driverpatacongo2012-01-071-9/+9
* More PIC32 Ethernet register definitionspatacongo2012-01-071-7/+4
* Add PIC32 Ethernet driver (initial is just crude LPC17xx port)patacongo2012-01-071-0/+2509