aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/altera/atse/if_atse.c
Commit message (Expand)AuthorAgeFilesLines
* altera: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+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-131-816/+320
* Add driver for Altera SoftDMA® device.Ruslan Bukin2018-04-131-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-161-61/+173
* 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
* Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff2014-01-161-1/+1
* MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801,Brooks Davis2013-10-181-0/+1979