aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/altera/atse
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-5/+0
* atse(4): Fix a typo in a source code commentGordon Bergling2024-01-231-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* Mechanically convert atse(4) to IfAPIJustin Hibbits2023-02-072-51/+50
* altera drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-094-6/+2
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-062-2/+2
* altera: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-6/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+4
* Enter the network epoch in the xdma interrupt handler if requiredRuslan Bukin2020-02-081-4/+5
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+2
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-16/+9
* o Rewrite softdma_process_tx() of Altera SoftDMA engine driverRuslan Bukin2019-04-291-1/+6
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Convert atse(4) driver for Altera Triple-Speed Ethernet MegaCore to useRuslan Bukin2018-04-134-1048/+359
* Add driver for Altera SoftDMA® device.Ruslan Bukin2018-04-132-101/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* o Fix style.Ruslan Bukin2016-12-281-47/+54
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-9/+9
* Merge atse(4) interrupt handling and race condition fixes from cheribsd:Bjoern A. Zeeb2014-09-162-71/+183
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Use ETHER_ALIGN as argument to m_adj() to offset the beginning of packetBjoern A. Zeeb2014-04-161-2/+2
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff2014-01-161-1/+1
* These nexus attachments do not execute a real probe and so needNathan Whitehorn2013-10-291-1/+1
* Add a couple includes if net/if_var.h that were missed in r257176.Brooks Davis2013-10-282-0/+2
* MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801,Brooks Davis2013-10-185-0/+3037