aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/sfxge_port.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-14/+11
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-22/+22
* sfxge(4): fix power of 2 round up when align has smaller typeAndrew Rybchenko2019-07-271-1/+2
* sfxge(4): support new link modes in the driverAndrew Rybchenko2018-11-301-0/+13
* sfxge(4): remove MAC stats size defineAndrew Rybchenko2018-11-271-1/+5
* sfxge(4): removing unneeded assertAndrew Rybchenko2018-11-271-1/+0
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): add sysctl to change MAC stats update periodAndrew Rybchenko2017-01-121-0/+47
* sfxge(4): add tunable to configure MAC stats update periodAndrew Rybchenko2017-01-121-2/+32
* sfxge(4): stats refresh in SW should depend on HW update periodAndrew Rybchenko2017-01-121-3/+7
* sfxge(4): use SFXGE_LINK_UP() to report link up stateAndrew Rybchenko2017-01-071-2/+1
* sfxge(4): handle negative ticks difference correctlyAndrew Rybchenko2016-06-091-2/+2
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* sfxge: mask ifmedia options (pauses) when looking for matching modeAndrew Rybchenko2015-05-271-3/+5
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-68/+122
* sfxge: avoid usage of ifm_dataAndrew Rybchenko2015-05-161-25/+107
* sfxge: add missing const qualifier to sfxge_link_modeAndrew Rybchenko2015-05-141-1/+1
* sfxge: remove unnecessary and wrong predictionAndrew Rybchenko2015-03-231-1/+1
* sfxge: expect required init_state on data path and in periodic callsAndrew Rybchenko2015-02-271-6/+7
* sfxge: use tab to indent instead of spacesAndrew Rybchenko2015-02-251-1/+1
* sfxge: implement if_get_counter callbackAndrew Rybchenko2015-02-221-0/+62
* sfxge: SYSCTL_IN/OUT should not be called with non-sleepable lock heldAndrew Rybchenko2015-02-161-32/+29
* sfxge: make lock names uniqueAndrew Rybchenko2015-02-051-1/+1
* sfxge: access statistics buffers under port lockAndrew Rybchenko2015-02-051-12/+18
* sfxge: Add macros to init, destroy, acquire, release and assert locksAndrew Rybchenko2015-02-041-24/+24
* sfxge: Do not bzero() DMA allocated memory once againAndrew Rybchenko2015-01-291-2/+0
* Fixup the setting of the baud rate.George V. Neville-Neil2014-10-021-2/+2
* cleanup: code style fixesGeorge V. Neville-Neil2014-09-301-26/+26
* Check that port is started when MAC filter is setGeorge V. Neville-Neil2014-04-221-3/+14
* Update recently added drivers to use the if_*addr_r*lock() wrapperJohn Baldwin2012-01-051-4/+4
* sfxge: Fix if_baudrate reportsPhilip Paeps2011-11-191-9/+10
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+788