summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-01Use rtems_task_exit()Sebastian Huber6-14/+7
2022-06-01if_atsam: Recover from receive freezesSebastian Huber1-5/+15
2022-06-01if_atsam: Shorten sysctl namesSebastian Huber1-27/+27
2022-06-01if_atsam: Add tx/rx desc sysctlsSebastian Huber1-0/+77
2022-06-01if_atsam: Add register sysctlsSebastian Huber1-2/+39
2022-06-01if_atsam: Allow stats reset via sysctlSebastian Huber1-0/+25
2022-05-12Add program destructor supportSebastian Huber3-0/+64
2022-05-11if_atsam: Fix interface stopSebastian Huber1-2/+15
2022-05-11if_atsam: Support transmit bpfSebastian Huber1-0/+2
2022-05-11if_atsam: Do not use rtems_bsdnet_newproc()Sebastian Huber1-6/+11
2022-05-11if_atsam: Support IFCAP_VLAN_HWTAGGINGSebastian Huber1-1/+13
2022-05-11if_atsam: Optimize receiveSebastian Huber1-116/+72
2022-05-11if_atsam: Optimize transmitSebastian Huber1-282/+218
2022-05-11if_atsam: Add multicast supportSebastian Huber1-36/+75
2022-05-11if_atsam: Fix start/stop of interfaceSebastian Huber1-41/+57
2022-05-11if_atsam: Fix interrupt setupSebastian Huber1-1/+0
2022-05-11if_atsam: Do not disable the Ethernet CRCSebastian Huber1-8/+1
2022-05-11if_atsam: Enable all capabilitiesSebastian Huber1-0/+1
2022-05-11if_atsam: Fix warningsSebastian Huber1-11/+6
2022-05-11ttcp: Avoid namespace pollutionSebastian Huber1-23/+18
2022-03-07if_xae: Port to RTEMSAlex White3-1/+209
2022-03-07if_mve: Add MV643XX Ethernet driverHeinz Junkes4-0/+3726
2022-02-23rtems-bsd-program.h: Remove stray ';'Sebastian Huber1-1/+1
2022-02-10ppp: Fix transmitting dataChristian Mauderer3-9/+35
2021-10-21Add support for Xilinx Versal APACChris Johns4-0/+346
2021-10-21rtemsbsd/nfsclient: Fix the error code return valueChris Johns1-4/+5
2021-10-21rtemsbsd: Clear bus DMA memory a byte at a timeChris Johns1-2/+7
2021-10-08rtemsbsd/atomic: Return a value for CMPSETKinsey Moore1-2/+2
2021-09-23rtemsbsd/syscalls: Remove pipe()Chris Johns1-52/+0
2021-09-23rtemsbsd/open: Correctly open a mount directoryChris Johns2-18/+47
2021-09-02imx: Remove ccm functions alredy defined in RTEMSChristian Mauderer1-6/+0
2021-09-02rtemsbsd/nfs: Add support to mount NFSv2Chris Johns2-81/+847
2021-08-31kern/sys: Add NFSv4 clientChris Johns7-1/+224
2021-08-28kern/sys: Add the kernel RPC and XDR supportChris Johns1-0/+133
2021-08-28sys/kern: Add VFS supportChris Johns36-1249/+12429
2021-08-28rtemsbsd: Remove DHCP init wrapperChris Johns1-91/+0
2021-08-28kern: Add kernel trace support (KTR)Chris Johns4-0/+10
2021-08-28kern: Add a proc0Chris Johns2-9/+54
2021-08-28sys/kern: Add lockmgr supportChris Johns11-65/+712
2021-08-28rtemsbsd: Catch timeout overflowsChris Johns1-4/+10
2021-08-28kern-symbols: Add symbols from the everything build setChris Johns1-0/+127
2021-08-28Implement portable kernel symbol namespace toolChris Johns1-1053/+1055
2021-08-28bsp/motorola_powerpc: Add dc and ukphy supportChris Johns2-0/+36
2021-08-27rtemsbsd: Add interface support routinesChris Johns2-0/+214
2021-08-27rtemsbsd/bus: Add PCI support to the nexus busChris Johns3-123/+321
2021-07-15nexus: Added SDHCI driver to ZynqMPStephen Clark2-0/+33
2021-07-15rtemsbsd: Present all ZynqMP interfaces by defaultKinsey Moore1-9/+0
2021-07-01rtemsbsd: Use config.inc to control ZynqMP ethernetKinsey Moore1-4/+5
2021-06-29rtemsbsd: Made TTCP command build for RTEMSStephen Clark5-61/+268
2021-06-29rtemsbsd:Updated TTCP code with network demo codeStephen Clark1-26/+65