| Commit message (Expand) | Author | Age | Files | Lines |
| * | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang | 2024-10-08 | 1 | -5/+0 |
| * | altera: Stop checking for failures from malloc(M_WAITOK) | Zhenlei Huang | 2024-09-30 | 1 | -5/+0 |
| * | atse(4): Fix a typo in a source code comment | Gordon Bergling | 2024-01-23 | 1 | -1/+1 |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 19 | -38/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 7 | -14/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 20 | -20/+20 |
| * | altera/sdcard: Catch up with commit 5a96b88f05d1 | Mark Johnston | 2022-08-08 | 1 | -2/+1 |
| * | altera: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 5 | -9/+0 |
| * | Finish renaming in if_dwc. | Michal Meloun | 2020-06-19 | 1 | -1/+1 |
| * | tty: convert tty_lock_assert to tty_assert_locked to hide lock type | Kyle Evans | 2020-04-17 | 1 | -3/+3 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 2 | -3/+6 |
| * | Fix syntax error from r357647. Adjust a variable name to make the use more | Scott Long | 2020-02-17 | 1 | -9/+13 |
| * | Enter the network epoch in the xdma interrupt handler if required | Ruslan Bukin | 2020-02-08 | 1 | -4/+5 |
| * | Ever since the block layer expanded its command syntax beyond just | Scott Long | 2020-02-07 | 2 | -15/+17 |
| * | Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces that | Gleb Smirnoff | 2020-01-23 | 1 | -1/+2 |
| * | Convert to if_foreach_llmaddr() KPI. | Gleb Smirnoff | 2019-10-21 | 1 | -16/+9 |
| * | Add glue driver for Altera SOCFPGA Ethernet MAC (EMAC) found in | Ruslan Bukin | 2019-07-29 | 1 | -0/+113 |
| * | o Add support for BERI IOMMU device | Ruslan Bukin | 2019-07-22 | 1 | -1/+2 |
| * | Negate the logic of XCHAN_CAP_NOBUFS macro and rename it to | Ruslan Bukin | 2019-07-04 | 1 | -1/+0 |
| * | Add support for extended descriptor format to Altera mSGDMA driver. | Ruslan Bukin | 2019-06-27 | 2 | -9/+68 |
| * | o Rewrite softdma_process_tx() of Altera SoftDMA engine driver | Ruslan Bukin | 2019-04-29 | 2 | -65/+94 |
| * | Fix off-by-one (page) errors in checks in d_mmap methods of several drivers. | Konstantin Belousov | 2018-12-02 | 1 | -0/+1 |
| * | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -1/+1 |
| * | Convert atse(4) driver for Altera Triple-Speed Ethernet MegaCore to use | Ruslan Bukin | 2018-04-13 | 4 | -1048/+359 |
| * | Add driver for Altera SoftDMA® device. | Ruslan Bukin | 2018-04-13 | 3 | -1/+865 |
| * | Add driver for Altera modular Scatter-Gather DMA engine (mSGDMA). | Ruslan Bukin | 2018-04-13 | 2 | -0/+737 |
| * | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 1 | -4/+4 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 20 | -0/+40 |
| * | Merge enhancements to the ALTERA Avalon bus generic device attachment | Robert Watson | 2017-01-28 | 4 | -37/+240 |
| * | Merge robustness improvements for the ALTERA JTAG UART driver from | Robert Watson | 2017-01-28 | 2 | -46/+127 |
| * | o Fix style. | Ruslan Bukin | 2016-12-28 | 1 | -47/+54 |
| * | Use OF_prop_free instead of direct call to free(9) | Oleksandr Tymoshenko | 2016-05-14 | 1 | -3/+3 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -3/+3 |
| * | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -2/+1 |
| * | As <machine/vm.h> is included from <vm/vm.h>, there is no need to | Svatopluk Kraus | 2016-02-22 | 3 | -3/+0 |
| * | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -2/+2 |
| * | Do not configure Altera PIO device on ARM startup. | Ruslan Bukin | 2015-01-04 | 1 | -2/+0 |
| * | Merge from CheriBSD: | Brooks Davis | 2014-11-21 | 2 | -2/+21 |
| * | Merge from CheriBSD (2e28d2a3090239b30481f35dc452ad95a5c57389) | Brooks Davis | 2014-11-21 | 1 | -13/+0 |
| * | Add Altera Parallel IO (PIO) device driver. | Ruslan Bukin | 2014-11-18 | 3 | -0/+323 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -9/+9 |
| * | Merge atse(4) interrupt handling and race condition fixes from cheribsd: | Bjoern A. Zeeb | 2014-09-16 | 2 | -71/+183 |
| * | Use define from if_var.h to access a field inside struct if_data, | Gleb Smirnoff | 2014-08-30 | 1 | -1/+1 |
| * | Use ETHER_ALIGN as argument to m_adj() to offset the beginning of packet | Bjoern A. Zeeb | 2014-04-16 | 1 | -2/+2 |
| * | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore | 2014-02-02 | 4 | -0/+12 |
| * | Another round of removing historical mbuf(9) allocator flags. | Gleb Smirnoff | 2014-01-16 | 1 | -1/+1 |
| * | These nexus attachments do not execute a real probe and so need | Nathan Whitehorn | 2013-10-29 | 4 | -4/+4 |
| * | Add a couple includes if net/if_var.h that were missed in r257176. | Brooks Davis | 2013-10-28 | 2 | -0/+2 |
| * | MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801, | Brooks Davis | 2013-10-18 | 5 | -0/+3037 |