summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-04bsps: Move libchip to bspsSebastian Huber23-21518/+0
2018-01-31bsps: Move network define to source filesSebastian Huber10-0/+20
2018-01-25Remove make preinstallChris Johns10-3909/+0
2018-01-22bsps: Move wd80x3.h to libchip/wd80x3.hSebastian Huber1-0/+139
2018-01-15libchip: Use public include pathSebastian Huber1-1/+1
2018-01-04libchip: Use public include pathChris Johns4-4/+4
2017-07-19libchip: Fix format warningSebastian Huber1-1/+1
2017-06-13bsp: Fixes due to header file changesSebastian Huber1-8/+19
2017-06-09if_fxp: Include missing <inttypes.h>Sebastian Huber1-5/+6
2017-06-07Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber1-1/+0
2017-06-07network: Include missing <inttypes.h>Sebastian Huber1-0/+1
2017-04-20elnk.c: Fix printf() format warningsJoel Sherrill1-3/+9
2017-04-20elnk.c: rtems_elnk_driver_attach() prototype addedJoel Sherrill1-0/+3
2017-04-20elnk.c: Make elnk_txDaemon() static to fix warningJoel Sherrill1-1/+1
2017-04-20if_fxp.c: Add prototype of rtems_fxp_attach()Joel Sherrill1-0/+3
2017-04-20if_fxp.c: Remove unused variableJoel Sherrill1-1/+1
2017-04-20dec21140.c: Add prototype of dec21140_txDaemon()Joel Sherrill1-0/+2
2017-04-20dec21140.c: Fix printk() warningsJoel Sherrill1-3/+3
2017-04-20dec21140.c: Include <libcpu/page.h> to eliminate warningsJoel Sherrill1-0/+1
2017-04-20dec21140.c: Fix PRIxx formatterJoel Sherrill1-1/+1
2017-04-14libchip/network/dec21140.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell1-1/+3
2016-10-17libchip/network/if_fxp.c: do not use rtems_interrupt_disable.Pavel Pisa1-7/+4
2016-09-21classic networking: adapt FXP driver to work with actual PCI and IRQ code.Pavel Pisa2-106/+98
2016-09-20classic networking: do not reference BSP_irq_enabled_at_i8259s which is no mo...Pavel Pisa4-31/+4
2016-05-31libchip: Remove dwmac network interface driverSebastian Huber14-6644/+0
2016-05-06sonic.c: Fix warning on gcc 6Martin Galvan1-13/+11
2016-03-10pc386: Eliminate pcibios.h and begin removal obsolete PCI BIOS API usesJoel Sherrill1-1/+42
2015-03-17libchip/network/if_fxp.c: Do not use rtems_clock_get()Joel Sherrill1-1/+1
2014-09-08libchip/dwmac: Use RTEMS_DEVOLATILE()Sebastian Huber1-4/+11
2014-08-22libchip/dwmac: Make PHY address user configurableChristian Mauderer3-12/+30
2014-06-05GRETH: remove TCP/UDP HW checksum generationDaniel Hellstrom1-2/+2
2014-04-30libchip: Add asserts to dwmac driverRalf Kirchner1-0/+3
2014-04-30libchip: Correct netstats message for dwmac driverRalf Kirchner1-1/+1
2014-04-17libchip: Correct error handling in dwmac driverRalf Kirchner1-11/+4
2014-04-17libchip: Reduce tx interruptsRalf Kirchner4-222/+262
2014-04-17libchip: CleanupRalf Kirchner1-2/+2
2014-04-17libchip: Improve handling of DMA suspendsRalf Kirchner1-0/+1
2014-03-31libchip: Avoid __DEVOLATILE()Sebastian Huber1-11/+9
2014-03-21greth: Make local functions static, remove overflow and correct printf call.Daniel Cederman1-6/+8
2014-03-21smc91111: Move driver attach prototype to header file.Daniel Cederman2-3/+8
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns9-9/+9
2014-03-14libchip: Relax buffer counts and add fatal errorRalf Kirchner1-2/+13
2014-03-14libchip: Include <bsp.h> BSP options definitionSebastian Huber1-2/+2
2014-03-13libchip: Check interrupt extension availabilitySebastian Huber1-0/+13
2014-03-13libchip: Avoid <bsp/utility.h>Sebastian Huber2-578/+612
2014-03-13libchip: Add dwmac 10/100/1000 network driverRalf Kirchner14-0/+6526
2013-07-26score: Merge tod implementation into one fileSebastian Huber2-5/+5
2013-06-19greth: do not advertise 1000M capability if MAC does not support it.Jiri Gaisler1-0/+11
2013-06-19greth: prefer full duplex if availableJiri Gaisler1-3/+3
2013-02-27libchip/network: Fixed warningAndreas Heinig1-1/+2