summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* MFC r307038arybchik2016-10-151-23/+55
* MFC r306944arybchik2016-10-152-11/+29
* sfxge(4): bump version to the closest out-of-tree driver versionarybchik2016-06-091-1/+1
* sfxge(4): handle negative ticks difference correctlyarybchik2016-06-092-3/+3
* sfxge(4): host byte order is required for IP ID in TSO descriptorsarybchik2016-06-081-2/+2
* sfxge(4): cleanup: add missing probes to ef10_nvram_segment_write_tlvarybchik2016-06-081-7/+16
* sfxge(4): update TX vFIFO ULL tag location to avoid merge conflictarybchik2016-06-061-2/+2
* sfxge(4): pick an RSS bucket for the packet enqueued and select TXQ accordinglyarybchik2016-06-061-0/+18
* sfxge(4): set up the indirection table using the kernel-driven RSS bucket idsarybchik2016-06-061-0/+5
* sfxge(4): bind interrupts to CPUs in accordance with bucket to CPU maparybchik2016-06-061-0/+11
* sfxge(4): restrict the maximum number of RSS channels by the number of RSS bu...arybchik2016-06-061-0/+22
* sfxge(4): get RSS key to be programmed into NIC from the kernelarybchik2016-06-061-0/+13
* sfxge(4): allow firmware to auto-configure event queues on Medfordarybchik2016-06-053-13/+158
* sfxge(4): always be ready to receive batched eventsarybchik2016-06-042-4/+6
* sfxge(4): add helper to compute timer quantumarybchik2016-06-043-31/+55
* sfxge(4): support EVQ timer workaround via MCDIarybchik2016-06-034-26/+127
* sfxge(4): cleanup: remove unused variables in common codearybchik2016-06-013-11/+0
* sfxge(4): cleanup: add missing space after if keywordarybchik2016-06-011-2/+2
* sfxge(4): set moderation in efx_ev_qcreatearybchik2016-06-016-13/+44
* sfxge(4): cope with code duplication on SW events compositionarybchik2016-06-013-24/+24
* sfxge(4): avoid code duplication in SW events definitionarybchik2016-05-313-19/+16
* sfxge(4): move definition of the SW events to sfxge.harybchik2016-05-312-18/+20
* sfxge(4): zero should be used as RxQ label in SW eventarybchik2016-05-311-1/+5
* sfxge(4): regenerate MCDI headers from firmwaresrc .ymlarybchik2016-05-311-30/+524
* sfxge(4): fix typo in monitor types strings in common codearybchik2016-05-271-1/+1
* sfxge(4): avoid necessity to add one more constant condition notearybchik2016-05-271-1/+1
* sfxge(4): cope with always true unsigned comparison with 0 to make lint happierarybchik2016-05-271-2/+3
* sfxge(4): unsigned 1 should be shifted to produce bitmaskarybchik2016-05-271-1/+1
* sfxge(4): cope with lint for EFX_SET_OWORD_BIT() with const bit argarybchik2016-05-271-1/+10
* sfxge(4): remove set but not used variablearybchik2016-05-271-2/+1
* sfxge(4): remove unreachable break after gotoarybchik2016-05-272-2/+0
* sfxge(4): add constant condition note to make lint happierarybchik2016-05-273-0/+3
* sfxge(4): note unused variables to make lint happierarybchik2016-05-278-1/+25
* sfxge(4): correct parenthesis location in if counditionarybchik2016-05-261-1/+1
* sfxge(4): enable Medford supportarybchik2016-05-242-1/+6
* sfxge(4): bump driver version to the closest out-of-tree versionarybchik2016-05-241-1/+1
* sfxge(4): cleanup: update copyright to 2016arybchik2016-05-2471-71/+71
* sfxge(4): provide option to disable not a local MAC address checkarybchik2016-05-243-0/+16
* sfxge(4): be ready to receive events immediately after event queues are createdarybchik2016-05-242-3/+19
* sfxge(4): cleanup: remove unused EFX preempt macrosarybchik2016-05-231-16/+0
* sfxge(4): cleanup: remove trailing whitespacesarybchik2016-05-181-2/+2
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* sfxge(4): only raise an exception after MC assert or reboot in the common codearybchik2016-05-171-4/+5
* sfxge(4): restore clearing of MCDI new epoch flag in common codearybchik2016-05-171-0/+3
* sfxge(4): fix Medford timer quantum calculation in common codearybchik2016-05-174-13/+23
* sfxge(4): query and use current MTU if setting the MTU failsarybchik2016-05-177-8/+125
* sfxge(4): store licensing state in efx_licarybchik2016-05-174-2/+26
* sfxge(4): cleanup: quieten more common code MCDI handlersarybchik2016-05-165-6/+6
* sfxge(4): cleanup: remove misnamed function declarationarybchik2016-05-161-8/+0
* sfxge(4): cleanup: make MCDI license queries quieter in common codearybchik2016-05-161-3/+3
OpenPOWER on IntegriCloud