summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge/sfxge.c
Commit message (Expand)AuthorAgeFilesLines
* sfxge(4): restrict the maximum number of RSS channels by the number of RSS bu...arybchik2016-06-061-0/+22
* sfxge(4): enable Medford supportarybchik2016-05-241-0/+5
* sfxge(4): cleanup: update copyright to 2016arybchik2016-05-241-1/+1
* sfxge: implement SIOCGI2C to read information from phy modulesarybchik2016-02-101-0/+24
* sfxge: add tunable for maximum start attetmps after resetarybchik2015-12-111-1/+8
* sfxge: support for MCDI logging implementedarybchik2015-12-051-0/+16
* sfxge: added setting TSO-related parametersarybchik2015-12-011-0/+3
* sfxge: skip VPD info population if access is deniedarybchik2015-06-241-1/+9
* sfxge: add 7xxx NICs family supportarybchik2015-05-251-52/+287
* sfxge: do not advertise LRO capability if LRO is compiled outarybchik2015-05-181-2/+7
* sfxge: automatically turn off TSO when Tx checksum offload is disabledarybchik2015-05-181-5/+34
* sfxge: allow to disable checksum offloads over VLANarybchik2015-05-181-1/+1
* sfxge: add local variable with changed capabilities maskarybchik2015-05-161-4/+17
* sfxge: support Rx checksum offloads disablingarybchik2015-05-161-2/+1
* sfxge: do not change CSUM_TSO when IFCAP_TSOx is changedarybchik2015-05-151-4/+8
* sfxge: advertise IPv6 Rx and Tx checksum offload supportarybchik2015-05-141-1/+8
* sfxge: IPv4 Tx checksum offload may be disabled in factarybchik2015-05-141-3/+3
* sfxge: remove obsolete Tx non-multi queue supportarybchik2015-03-231-11/+0
* sfxge: adding version info to device descriptionarybchik2015-03-171-0/+7
* sfxge: implement if_get_counter callbackarybchik2015-02-221-2/+4
* sfxge: make lock names uniquearybchik2015-02-051-5/+9
* sfxge: Add macros to init, destroy, acquire, release and assert locksarybchik2015-02-041-20/+20
* sfxge: implemented parameter to restrict RSS channelsarybchik2015-01-291-0/+7
* Make size of Tx and Rx rings configurablegnn2014-09-301-2/+44
* cleanup: code style fixesgnn2014-09-301-19/+19
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersphilip2011-11-161-0/+775
OpenPOWER on IntegriCloud