aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
...
* sfxge(4): add support to get active FEC typeAndrew Rybchenko2018-11-305-6/+111
* sfxge(4): fix a typo in unicast filter insertion commentAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): prevent access to the NIC config before probeAndrew Rybchenko2018-11-301-0/+1
* sfxge(4): fix ID retrieval in v3 licensingAndrew Rybchenko2018-11-301-30/+9
* sfxge(4): add API to inform libefx of hardware removalAndrew Rybchenko2018-11-305-4/+35
* sfxge(4): add routine to check for hardware presenceAndrew Rybchenko2018-11-307-4/+71
* sfxge(4): fix out of bounds read when dereferencing sdupAndrew Rybchenko2018-11-3019-273/+199
* sfxge(4): add information if TSO workaround is requiredAndrew Rybchenko2018-11-304-0/+10
* sfxge(4): avoid usage of too big arrays on stackAndrew Rybchenko2018-11-302-12/+33
* sfxge(4): generalise EF10 NVRAM buffer interfaceAndrew Rybchenko2018-11-305-41/+174
* sfxge(4): add accessor for default port modeAndrew Rybchenko2018-11-305-7/+16
* sfxge(4): add buffer editing functions to boot configAndrew Rybchenko2018-11-303-51/+672
* sfxge(4): add API to retrieve sensor limitsAndrew Rybchenko2018-11-305-1/+206
* sfxge(4): check size of memory to read sensors data toAndrew Rybchenko2018-11-301-0/+11
* sfxge(4): add generated description of sensorsAndrew Rybchenko2018-11-304-15/+252
* sfxge(4): remove probes when a Tx queue is too fullAndrew Rybchenko2018-11-302-27/+4
* sfxge(4): refactor monitors supportAndrew Rybchenko2018-11-303-273/+695
* sfxge(4): move empty efsys definitions to EFX headersAndrew Rybchenko2018-11-303-39/+130
* sfxge(4): add more definitions of partitionsAndrew Rybchenko2018-11-292-0/+4
* sfxge(4): fix build because of no declarationAndrew Rybchenko2018-11-291-0/+1
* sfxge(4): fix SAL annotation for input buffersAndrew Rybchenko2018-11-294-4/+4
* sfxge(4): fix PreFAST warnings because of unused returnAndrew Rybchenko2018-11-296-18/+49
* sfxge(4): add Medford2 head-of-line blocking statsAndrew Rybchenko2018-11-293-0/+25
* sfxge(4): support RxDP scatter disabled truncate counterAndrew Rybchenko2018-11-291-0/+21
* sfxge(4): generate Medford2 RxDP statsAndrew Rybchenko2018-11-292-2/+8
* sfxge(4): get max supported value for action MARKAndrew Rybchenko2018-11-293-2/+11
* sfxge(4): support MARK and FLAG actions in filtersAndrew Rybchenko2018-11-293-4/+54
* sfxge(4): get actions MARK and FLAG supportAndrew Rybchenko2018-11-293-0/+16
* sfxge(4): add equal stride super-buffer prefix layoutAndrew Rybchenko2018-11-291-0/+15
* sfxge(4): support equal stride super-buffer Rx modeAndrew Rybchenko2018-11-298-17/+210
* sfxge(4): detect equal stride super-buffer supportAndrew Rybchenko2018-11-293-0/+8
* sfxge(4): make RxQ type data an unionAndrew Rybchenko2018-11-294-10/+29
* sfxge(4): update autogenerated MCDI and TLV headersAndrew Rybchenko2018-11-292-28/+693
* sfxge(4): honour packed stream RSS restrictionAndrew Rybchenko2018-11-295-14/+91
* sfxge(4): support more RSS hash configurationsAndrew Rybchenko2018-11-295-12/+102
* sfxge(4): add a new means to control RSS hashAndrew Rybchenko2018-11-293-10/+246
* sfxge(4): cope with clang warning on negative shiftAndrew Rybchenko2018-11-291-14/+24
* sfxge(4): fix comparison always true warningAndrew Rybchenko2018-11-291-1/+1
* sfxge(4): support FW subvariant choiceAndrew Rybchenko2018-11-294-0/+206
* sfxge(4): report no Tx checksum FW subvariant supportAndrew Rybchenko2018-11-293-0/+8
* sfxge(4): add firmware subvariant aware driver optionAndrew Rybchenko2018-11-293-1/+12
* sfxge(4): update MCDI headersAndrew Rybchenko2018-11-292-1386/+1813
* sfxge(4): add values for RxDPCPU firmware id recognitionAndrew Rybchenko2018-11-292-0/+19
* sfxge(4): support choosing firmware variantAndrew Rybchenko2018-11-295-7/+48
* sfxge(4): support drop filters on EF10 family NICsAndrew Rybchenko2018-11-291-4/+9
* sfxge(4): distinguish filters for encapsulated packetsAndrew Rybchenko2018-11-293-3/+24
* sfxge(4): support VXLAN filter creationAndrew Rybchenko2018-11-292-0/+43
* sfxge(4): support VNI/VSID and inner frame local MACAndrew Rybchenko2018-11-292-0/+26
* sfxge(4): support filters for encapsulated packetsAndrew Rybchenko2018-11-291-10/+55
* sfxge(4): sync MCDI headers and TLV layoutAndrew Rybchenko2018-11-292-57/+709