summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/dwc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-211-1/+1
| | | | | | Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
* Add device tree support for Altera/Intel Cyclone VSebastian Huber2018-02-061-18/+7
| | | | Close #3290.
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-081-1/+1
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-1/+1
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* if_dwc: Invalidate read buffer againSebastian Huber2017-01-101-0/+3
| | | | | This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
* if_dwc: Use explicit cache operationsSebastian Huber2017-01-102-0/+80
|
* if_dwc: Reduce DMA descriptor countSebastian Huber2017-01-101-0/+8
|
* if_dwc: Use rtems_bsd_get_mac_address()Sebastian Huber2017-01-101-0/+11
|
* if_dwc: Add nexus device supportSebastian Huber2017-01-101-0/+4
|
* if_dwc: Fix a possible interrupt starvationSebastian Huber2017-01-102-17/+13
|
* if_dwc: Avoid mbuf use after freeSebastian Huber2017-01-101-13/+25
|
* if_dwc: Checksum offloadSebastian Huber2017-01-102-5/+62
|
* if_dwc: Avoid tx defrag if possibleSebastian Huber2017-01-102-55/+89
| | | | Drop packets in case of resource shortage.
* if_dwc: Simplify tx desc setupSebastian Huber2017-01-101-25/+20
|
* if_dwc: Fix transmit starvationSebastian Huber2017-01-101-8/+5
|
* if_dwc: Fix IFCOUNTER_IPACKETS statisticsSebastian Huber2017-01-101-1/+0
| | | | Input packets are counted in dwc_harvest_stats() as well.
* if_dwc: Fix IFCOUNTER_OPACKETS statisticsSebastian Huber2017-01-101-1/+0
| | | | Output packets are counted in dwc_harvest_stats() as well.
* if_dwc: Move interrupt handler installSebastian Huber2017-01-101-8/+8
|
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-103-437/+433
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* if_dwc: Fix a possible interrupt starvationSebastian Huber2015-09-112-15/+13
|
* if_dwc: Invalidate read buffer againSebastian Huber2015-09-111-0/+1
| | | | | This may prevent problems in case a cache line prefetch added some lines to the cache during a DMA transfer.
* if_dwc: Avoid mbuf use after freeSebastian Huber2015-04-081-17/+29
|
* if_dwc: Increase DMA descriptor countSebastian Huber2015-04-081-5/+1
| | | | This prevents some packet loss under heavy load conditions.
* if_dwc: TypoSebastian Huber2015-04-081-1/+1
|
* if_dwc: Checksum offloadSebastian Huber2015-04-012-6/+63
|
* if_dwc: Avoid tx defrag if possibleSebastian Huber2015-04-011-48/+107
| | | | Drop packets in case of resource shortage.
* if_dwc: Simplify tx desc setupSebastian Huber2015-04-011-25/+9
|
* if_dwc: Fix transmit starvationSebastian Huber2015-04-011-5/+5
|
* if_dwc: Avoid NULL pointer accessSebastian Huber2015-04-011-1/+2
|
* if_dwc: Fix warningSebastian Huber2015-04-011-3/+0
|
* if_dwc: Use explicit cache operationsSebastian Huber2015-04-011-0/+51
|
* if_dwc: Move interrupt handler installSebastian Huber2015-04-011-8/+8
|
* if_dwc: Reduce DMA descriptor countSebastian Huber2015-04-011-0/+8
|
* if_dwc: Add nexus device supportSebastian Huber2015-04-011-0/+4
|
* if_dwc: Use rtems_bsd_get_mac_address()Sebastian Huber2015-04-011-0/+8
|
* if_dwc: Workaround for missing FDT supportSebastian Huber2015-04-011-0/+6
|
* if_dwc: Silence warningSebastian Huber2015-04-011-0/+3
|
* if_dwc: Workaround for if_inc_counter()Sebastian Huber2015-04-011-0/+27
|
* if_dwc: Import from FreeBSDSebastian Huber2015-04-012-0/+1585