summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dpaa: Add and use bman_new_pool_for_bpid()Sebastian Huber2018-01-233-0/+19
| | | | Update #3277.
* dpaa: Use device tree throughout in BMan initSebastian Huber2018-01-231-36/+26
| | | | Update #3277.
* dpaa: Add and use SDK_DPAA_COMPAT_STATICSebastian Huber2018-01-233-0/+61
| | | | Update #3277.
* dpaa: Support FQ_TYPE_RX_PCDSebastian Huber2018-01-232-0/+25
| | | | Update #3277.
* dpaa: Disable unused bman_pool membersSebastian Huber2018-01-231-0/+2
| | | | Update #3277.
* dpaa: Remove unused configuration definesSebastian Huber2018-01-231-9/+0
| | | | Update #3277.
* linux/of_irq.h: Generalize of_irq_to_resource()Sebastian Huber2018-01-231-10/+51
| | | | | | Determine interrupt cells via device tree. Update #3277.
* linux/of_address.h: of_address_to_resource()Sebastian Huber2018-01-234-39/+16
| | | | | | Translate address in of_address_to_resource(). Update #3277.
* linux/of_address.h: Add of_translate_address()Sebastian Huber2018-01-233-3/+81
| | | | Update #3277.
* linux/of.h: Add of_find_node_by_path()Sebastian Huber2018-01-232-0/+19
| | | | Update #3277.
* linux/of.h: Add of_read_number()Sebastian Huber2018-01-232-0/+18
| | | | Update #3277.
* linux/of.h: Add of_n_size_cells()Sebastian Huber2018-01-232-0/+9
| | | | Update #3277.
* linux/of.h: Add of_n_addr_cells()Sebastian Huber2018-01-232-0/+9
| | | | Update #3277.
* linux/sort.h: New fileSebastian Huber2018-01-231-0/+49
| | | | Update #3277.
* linux/smp.h: Avoid function call overheadSebastian Huber2018-01-231-1/+1
| | | | Update #3277.
* linux/compiler.h: Define __coldSebastian Huber2018-01-231-0/+1
| | | | Update #3277.
* Add rtems_bsd_ifconfig()Sebastian Huber2018-01-234-0/+93
|
* ehci_mpc83xx.c: Fix for qoriq hypervisor guestSebastian Huber2018-01-191-1/+2
|
* ZONE(9): Avoid function call overheadSebastian Huber2018-01-191-1/+3
|
* DEVICE(9): Fix __BUS_ACCESSOR()Sebastian Huber2018-01-081-2/+0
|
* openssl: Remove superfluous fileSebastian Huber2018-01-083-139/+0
|
* Add rtems_bsd_initialize_dhcp()Sebastian Huber2017-12-054-0/+139
|
* at91_mci: Fix for 32k buffer.Christian Mauderer2017-11-171-0/+11
|
* Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2017-11-178-1028/+65
| | | | | | This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
* Revert "SX(9): Implement with reader/writer lock"Sebastian Huber2017-11-173-95/+33
| | | | | | This was accidentally committed. This reverts commit cc7a8d87e7307db738bf39ab1ca3ce1053f1c163.
* SX(9): Implement with reader/writer lockSebastian Huber2017-11-163-33/+95
|
* RWLOCK(9): Add reader/writer lock implementationSebastian Huber2017-11-168-65/+1028
|
* LOCKING(9): Remove dead code (DDB)Sebastian Huber2017-11-163-12/+0
|
* LOCKING(9): Remove dead code (KDTRACE_HOOKS)Sebastian Huber2017-11-163-59/+0
|
* LOCKING(9): Update to current FreeBSD versionSebastian Huber2017-11-164-81/+115
|
* Fix file descriptor reference counting in accept()Sebastian Huber2017-11-151-0/+2
| | | | Update #3132.
* Fix warningSebastian Huber2017-11-101-0/+2
|
* tcpdump: Fix import/exportSebastian Huber2017-11-10167-0/+167
|
* wpa_supplicant: Use arc4random instead of getentropy.Christian Mauderer2017-11-101-2/+3
|
* Update wpa_supplicant/hostapd for 2017-01 vulnerability release.gordon2017-11-1013-53/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hostapd: Avoid key reinstallation in FT handshake Prevent reinstallation of an already in-use group key Extend protection of GTK/IGTK reinstallation of WNM-Sleep Mode cases Fix TK configuration to the driver in EAPOL-Key 3/4 retry case Prevent installation of an all-zero TK Fix PTK rekeying to generate a new ANonce TDLS: Reject TPK-TK reconfiguration WNM: Ignore Key Data in WNM Sleep Mode Response frame if no PMF in use WNM: Ignore WNM-Sleep Mode Response if WNM-Sleep Mode has not been used WNM: Ignore WNM-Sleep Mode Response without pending request FT: Do not allow multiple Reassociation Response frames TDLS: Ignore incoming TDLS Setup Response retries Submitted by: jhb Obtained from: https://w1.fi/security/2017-01/ (against later version) Security: FreeBSD-SA-17:07 Security: CERT VU#228519 Security: CVE-2017-13077 Security: CVE-2017-13078 Security: CVE-2017-13079 Security: CVE-2017-13080 Security: CVE-2017-13081 Security: CVE-2017-13082 Security: CVE-2017-13086 Security: CVE-2017-13087 Security: CVE-2017-13088 Differential Revision: https://reviews.freebsd.org/D12693
* wpa: Port to new files to RTEMS.Christian Mauderer2017-11-104-0/+20
|
* wpa: Import all files for KRACK patch.Christian Mauderer2017-11-1012-0/+10635
|
* at91_mci: Add timing to read_ivar.Christian Mauderer2017-11-101-0/+10
|
* freebsd/bus: Check return value of bus_accessor.Christian Mauderer2017-11-101-0/+23
|
* at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer2017-11-106-2/+308
|
* at91_mci: Import from FreeBSDSebastian Huber2017-11-105-0/+1875
|
* saf1761_otg: Port to RTEMS.Christian Mauderer2017-11-105-4/+111
|
* usb/saf1761: Import from FreeBSD.Christian Mauderer2017-11-104-0/+4435
| | | | | | | Import the files for the SAF1761 USB controller from FreeBSD commit: 642b174daddbd0efd9bb5f242c43f4ab4db6869f Tue Apr 4 04:01:02 2017
* dhcpcd: Don't ignore interface on transient errors.Christian Mauderer2017-11-101-0/+15
| | | | | | | | | In case of WPA on a WiFi interface, the interface isn't yet ready when the dhcpcd starts. Sending a packet during that time returns with a ENOBUFS. That caused the interface to be ignored. On the upstream repository of dhcpcd, that transient error (and some others) are already ignored.
* libbsd.txt: Describe current state of WLAN.Christian Mauderer2017-11-101-0/+52
|
* wpa_supplicant: Fix getopt.Christian Mauderer2017-11-101-0/+11
|
* wpa_supplicant: Include rtems-bsd-program.h.Christian Mauderer2017-11-102-0/+10
|
* wpa_supplicant: Add lock.Christian Mauderer2017-11-105-1/+130
|
* wpa_supplicant: Move forking command into own file.Christian Mauderer2017-11-102-65/+64
| | | | | The malloc wrapper must not be disabled. Therefore the command that uses malloc without a wrapper has to live in another file.
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-107-1/+109
| | | | Add fork command for wpa supplicant to start a new task.