summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* sfxge: added fallbacks for pre 4.2.1 firmware supportarybchik2015-07-223-4/+41
* sfxge: skip VPD info population if access is deniedarybchik2015-06-241-1/+9
* sfxge: do not use DEBUG_FLAGS to enable extra debug checksarybchik2015-05-291-1/+1
* sfxge: mask ifmedia options (pauses) when looking for matching modearybchik2015-05-271-3/+5
* sfxge: add 7xxx NICs family supportarybchik2015-05-2569-6384/+32693
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* sfxge: relax assertion to allow RST flag in TSO packetsarybchik2015-05-221-2/+8
* 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: fix overflow queue freezearybchik2015-05-181-8/+2
* sfxge: avoid usage of ifm_dataarybchik2015-05-161-25/+107
* sfxge: add local variable with changed capabilities maskarybchik2015-05-161-4/+17
* sfxge: move mbuf free to sfxge_if_transmit()arybchik2015-05-161-8/+5
* sfxge: get rid of locked variable in sfxge_tx_packet_add()arybchik2015-05-161-10/+10
* sfxge: support Rx checksum offloads disablingarybchik2015-05-162-14/+30
* sfxge: split sfxge_tx_qdpl_put() into *_locked() and *_unlocked()arybchik2015-05-152-64/+79
* sfxge: do not change CSUM_TSO when IFCAP_TSOx is changedarybchik2015-05-151-4/+8
* sfxge: LRO may be done only if checksums are OKarybchik2015-05-151-6/+13
* sfxge: advertise IPv6 Rx and Tx checksum offload supportarybchik2015-05-142-2/+10
* sfxge: IPv4 Tx checksum offload may be disabled in factarybchik2015-05-141-3/+3
* sfxge: add local variable with Rx descriptor flagsarybchik2015-05-141-6/+7
* sfxge: add missing const qualifier to sfxge_link_modearybchik2015-05-141-1/+1
* sfxge: fix bug in TSO when a DMA segment has both header and dataarybchik2015-03-291-1/+1
* sfxge: set correct RSS hash type instead of opaquearybchik2015-03-282-5/+12
* sfxge: cleanup: fix index variable type to match upper boundary typearybchik2015-03-241-1/+1
* sfxge: cleanup: add a blank line before each #if to improve readabilityarybchik2015-03-241-0/+7
* sfxge: remove unnecessary and wrong predictionarybchik2015-03-231-1/+1
* sfxge: do not check MCDI status wordarybchik2015-03-231-0/+9
* sfxge: FreeBSD before 10 does not have bus_space_*_8 on amd64arybchik2015-03-231-4/+11
* sfxge: add statistics for each Tx queuearybchik2015-03-231-19/+49
* sfxge: remove obsolete Tx non-multi queue supportarybchik2015-03-235-149/+5
* sfxge: add barriers to BAR write macrosarybchik2015-03-231-0/+64
* sfxge: assert either kernel or internal copy of interface flagsarybchik2015-03-231-1/+10
* sfxge: increase default put-list limit to 1024arybchik2015-03-171-1/+1
* sfxge: prefetch txq->common if TxQ is started onlyarybchik2015-03-171-2/+4
* sfxge: adding version info to device descriptionarybchik2015-03-172-0/+44
* sfxge: move deferred packet list statistics to dedicated nodearybchik2015-03-171-16/+21
* sfxge: add tunables to control LRO parameters on driver load timearybchik2015-03-171-0/+40
* Unbreak 'make depend' with sfxge by removing debugging code activated in thengie2015-02-281-1/+0
* sfxge: compile out LRO if kernel is compiled without IPv4 and IPv6arybchik2015-02-282-0/+54
* sfxge: expect required init_state on data path and in periodic callsarybchik2015-02-275-17/+18
* sfxge: use tab to indent instead of spacesarybchik2015-02-251-1/+1
* sfxge: correct limit for number of Rx queuesarybchik2015-02-251-1/+1
* sfxge: add put-list high watermarkarybchik2015-02-242-0/+9
* sfxge: use goto to cleanup to avoid duplicate cleanup codearybchik2015-02-241-11/+13
* sfxge: implement if_get_counter callbackarybchik2015-02-225-2/+91
* sfxge: add common code support for changing TX queue pacearybchik2015-02-223-0/+73
* sfxge: correct event queue interrupt moderation timer quantaarybchik2015-02-225-7/+11
* sfxge: DMA allocated memory is set to zeros because of BUS_DMA_ZERO flagarybchik2015-02-222-2/+0
OpenPOWER on IntegriCloud