aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* sfxge: added fallbacks for pre 4.2.1 firmware supportAndrew Rybchenko2015-07-223-4/+41
* sfxge: skip VPD info population if access is deniedAndrew Rybchenko2015-06-241-1/+9
* sfxge: do not use DEBUG_FLAGS to enable extra debug checksAndrew Rybchenko2015-05-291-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-2569-6384/+32693
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* sfxge: relax assertion to allow RST flag in TSO packetsAndrew Rybchenko2015-05-221-2/+8
* 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: fix overflow queue freezeAndrew Rybchenko2015-05-181-8/+2
* sfxge: avoid usage of ifm_dataAndrew Rybchenko2015-05-161-25/+107
* sfxge: add local variable with changed capabilities maskAndrew Rybchenko2015-05-161-4/+17
* sfxge: move mbuf free to sfxge_if_transmit()Andrew Rybchenko2015-05-161-8/+5
* sfxge: get rid of locked variable in sfxge_tx_packet_add()Andrew Rybchenko2015-05-161-10/+10
* sfxge: support Rx checksum offloads disablingAndrew Rybchenko2015-05-162-14/+30
* sfxge: split sfxge_tx_qdpl_put() into *_locked() and *_unlocked()Andrew Rybchenko2015-05-152-64/+79
* sfxge: do not change CSUM_TSO when IFCAP_TSOx is changedAndrew Rybchenko2015-05-151-4/+8
* sfxge: LRO may be done only if checksums are OKAndrew Rybchenko2015-05-151-6/+13
* sfxge: advertise IPv6 Rx and Tx checksum offload supportAndrew Rybchenko2015-05-142-2/+10
* sfxge: IPv4 Tx checksum offload may be disabled in factAndrew Rybchenko2015-05-141-3/+3
* sfxge: add local variable with Rx descriptor flagsAndrew Rybchenko2015-05-141-6/+7
* sfxge: add missing const qualifier to sfxge_link_modeAndrew Rybchenko2015-05-141-1/+1
* sfxge: fix bug in TSO when a DMA segment has both header and dataAndrew Rybchenko2015-03-291-1/+1
* sfxge: set correct RSS hash type instead of opaqueAndrew Rybchenko2015-03-282-5/+12
* sfxge: cleanup: fix index variable type to match upper boundary typeAndrew Rybchenko2015-03-241-1/+1
* sfxge: cleanup: add a blank line before each #if to improve readabilityAndrew Rybchenko2015-03-241-0/+7
* sfxge: remove unnecessary and wrong predictionAndrew Rybchenko2015-03-231-1/+1
* sfxge: do not check MCDI status wordAndrew Rybchenko2015-03-231-0/+9
* sfxge: FreeBSD before 10 does not have bus_space_*_8 on amd64Andrew Rybchenko2015-03-231-4/+11
* sfxge: add statistics for each Tx queueAndrew Rybchenko2015-03-231-19/+49
* sfxge: remove obsolete Tx non-multi queue supportAndrew Rybchenko2015-03-235-149/+5
* sfxge: add barriers to BAR write macrosAndrew Rybchenko2015-03-231-0/+64
* sfxge: assert either kernel or internal copy of interface flagsAndrew Rybchenko2015-03-231-1/+10
* sfxge: increase default put-list limit to 1024Andrew Rybchenko2015-03-171-1/+1
* sfxge: prefetch txq->common if TxQ is started onlyAndrew Rybchenko2015-03-171-2/+4
* sfxge: adding version info to device descriptionAndrew Rybchenko2015-03-172-0/+44
* sfxge: move deferred packet list statistics to dedicated nodeAndrew Rybchenko2015-03-171-16/+21
* sfxge: add tunables to control LRO parameters on driver load timeAndrew Rybchenko2015-03-171-0/+40
* Unbreak 'make depend' with sfxge by removing debugging code activated in theEnji Cooper2015-02-281-1/+0
* sfxge: compile out LRO if kernel is compiled without IPv4 and IPv6Andrew Rybchenko2015-02-282-0/+54
* sfxge: expect required init_state on data path and in periodic callsAndrew Rybchenko2015-02-275-17/+18
* sfxge: use tab to indent instead of spacesAndrew Rybchenko2015-02-251-1/+1
* sfxge: correct limit for number of Rx queuesAndrew Rybchenko2015-02-251-1/+1
* sfxge: add put-list high watermarkAndrew Rybchenko2015-02-242-0/+9
* sfxge: use goto to cleanup to avoid duplicate cleanup codeAndrew Rybchenko2015-02-241-11/+13
* sfxge: implement if_get_counter callbackAndrew Rybchenko2015-02-225-2/+91
* sfxge: add common code support for changing TX queue paceAndrew Rybchenko2015-02-223-0/+73
* sfxge: correct event queue interrupt moderation timer quantaAndrew Rybchenko2015-02-225-7/+11
* sfxge: DMA allocated memory is set to zeros because of BUS_DMA_ZERO flagAndrew Rybchenko2015-02-222-2/+0