aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/sfxge.c
Commit message (Expand)AuthorAgeFilesLines
* sfxge(4): use n Tx queues instead of n + 2 on EF10 HWAndrew Rybchenko2018-12-101-0/+5
* sfxge(4): prepare the number of Tx queues on event queue 0 to become variableAndrew Rybchenko2018-12-101-6/+6
* sfxge(4): support Medford2Andrew Rybchenko2018-11-301-0/+5
* sfxge(4): support choosing firmware variantAndrew Rybchenko2018-11-291-1/+1
* sfxge(4): report memory BAR numberAndrew Rybchenko2018-11-271-7/+8
* sfxge(4): limit max TXQ size on Medford to 2048Andrew Rybchenko2018-11-221-2/+2
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-4/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): move queue size checks to after the NIC config has been populatedAndrew Rybchenko2016-12-301-12/+12
* sfxge(4): restrict the maximum number of RSS channels by the number of RSS bu...Andrew Rybchenko2016-06-061-0/+22
* sfxge(4): enable Medford supportAndrew Rybchenko2016-05-241-0/+5
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* sfxge: implement SIOCGI2C to read information from phy modulesAndrew Rybchenko2016-02-101-0/+24
* sfxge: add tunable for maximum start attetmps after resetAndrew Rybchenko2015-12-111-1/+8
* sfxge: support for MCDI logging implementedAndrew Rybchenko2015-12-051-0/+16
* sfxge: added setting TSO-related parametersAndrew Rybchenko2015-12-011-0/+3
* sfxge: skip VPD info population if access is deniedAndrew Rybchenko2015-06-241-1/+9
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-52/+287
* sfxge: do not advertise LRO capability if LRO is compiled outAndrew Rybchenko2015-05-181-2/+7
* sfxge: automatically turn off TSO when Tx checksum offload is disabledAndrew Rybchenko2015-05-181-5/+34
* sfxge: allow to disable checksum offloads over VLANAndrew Rybchenko2015-05-181-1/+1
* sfxge: add local variable with changed capabilities maskAndrew Rybchenko2015-05-161-4/+17
* sfxge: support Rx checksum offloads disablingAndrew Rybchenko2015-05-161-2/+1
* sfxge: do not change CSUM_TSO when IFCAP_TSOx is changedAndrew Rybchenko2015-05-151-4/+8
* sfxge: advertise IPv6 Rx and Tx checksum offload supportAndrew Rybchenko2015-05-141-1/+8
* sfxge: IPv4 Tx checksum offload may be disabled in factAndrew Rybchenko2015-05-141-3/+3
* sfxge: remove obsolete Tx non-multi queue supportAndrew Rybchenko2015-03-231-11/+0
* sfxge: adding version info to device descriptionAndrew Rybchenko2015-03-171-0/+7
* sfxge: implement if_get_counter callbackAndrew Rybchenko2015-02-221-2/+4
* sfxge: make lock names uniqueAndrew Rybchenko2015-02-051-5/+9
* sfxge: Add macros to init, destroy, acquire, release and assert locksAndrew Rybchenko2015-02-041-20/+20
* sfxge: implemented parameter to restrict RSS channelsAndrew Rybchenko2015-01-291-0/+7
* Make size of Tx and Rx rings configurableGeorge V. Neville-Neil2014-09-301-2/+44
* cleanup: code style fixesGeorge V. Neville-Neil2014-09-301-19/+19
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+775