| Commit message (Expand) | Author | Age | Files | Lines |
| * | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang | 2024-07-12 | 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 .c pattern | Warner Losh | 2023-08-16 | 3 | -6/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 4 | -4/+4 |
| * | Mechanically convert atse(4) to IfAPI | Justin Hibbits | 2023-02-07 | 2 | -51/+50 |
| * | altera drivers: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 4 | -6/+2 |
| * | Remove unused miibus_devclass and miibus_fdt_devclass. | John Baldwin | 2022-05-06 | 2 | -2/+2 |
| * | altera: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 2 | -6/+0 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+4 |
| * | Enter the network epoch in the xdma interrupt handler if required | Ruslan Bukin | 2020-02-08 | 1 | -4/+5 |
| * | 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 |
| * | o Rewrite softdma_process_tx() of Altera SoftDMA engine driver | Ruslan Bukin | 2019-04-29 | 1 | -1/+6 |
| * | 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 | 2 | -101/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 5 | -0/+10 |
| * | o Fix style. | Ruslan Bukin | 2016-12-28 | 1 | -47/+54 |
| * | 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 |
| * | 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 | 1 | -0/+3 |
| * | 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 | 1 | -1/+1 |
| * | 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 |