aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sprinkle EARLY_DRIVER_MODULE around the treeJustin Hibbits2018-12-042-2/+4
* Fix off-by-one (page) errors in checks in d_mmap methods of several drivers.Konstantin Belousov2018-12-023-0/+3
* Add a comment noting that the additional range checks are not needed.Konstantin Belousov2018-12-021-1/+4
* Fix off by one in hpet_mmap() csw method.Konstantin Belousov2018-12-021-1/+1
* Change the vm_ooffset_t type to unsigned.Konstantin Belousov2018-12-021-4/+4
* Add Silergy SYR827 PMIC driverEmmanuel Vadot2018-12-011-0/+354
* sfxge(4): rollback last seen VLAN TCI if Tx packet is droppedAndrew Rybchenko2018-11-301-0/+4
* sfxge(4): ensure EvQ poll stops when abort is requestedAndrew Rybchenko2018-11-301-0/+8
* sfxge(4): support Medford2Andrew Rybchenko2018-11-302-1/+6
* sfxge(4): update external port number calculationAndrew Rybchenko2018-11-301-39/+48
* sfxge(4): correct annotations where NULL input is OKAndrew Rybchenko2018-11-305-20/+34
* sfxge(4): support new link modes in the driverAndrew Rybchenko2018-11-301-0/+13
* sfxge(4): use transceiver ID when reading infoAndrew Rybchenko2018-11-301-6/+40
* sfxge(4): add accessor to whole link statusAndrew Rybchenko2018-11-307-25/+66
* sfxge(4): guard Rx scale code with corresponding optionAndrew Rybchenko2018-11-303-0/+11
* sfxge(4): infer port mode bandwidth from max link speedAndrew Rybchenko2018-11-301-3/+20
* sfxge(4): support improvements to bandwidth calculationsAndrew Rybchenko2018-11-305-36/+19
* sfxge(4): add X2 port modes to bandwidth calculatorAndrew Rybchenko2018-11-301-9/+34
* sfxge(4): update to current port mode terminologyAndrew Rybchenko2018-11-301-19/+22
* sfxge(4): adjust PHY module info interfaceAndrew Rybchenko2018-11-304-12/+21
* sfxge(4): expose PHY module device address constantsAndrew Rybchenko2018-11-302-21/+21
* sfxge(4): make last byte of module information availableAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): add helper API to make Geneve filter specAndrew Rybchenko2018-11-302-13/+95
* sfxge(4): fix MAC Tx stats for less or equal to 64 bytesAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): modify phy caps to indicate FEC requestAndrew Rybchenko2018-11-302-7/+16
* sfxge(4): improve handling of legacy RSS hash flagsAndrew Rybchenko2018-11-302-74/+62
* sfxge(4): simplify the code to parse RSS hash typeAndrew Rybchenko2018-11-302-15/+11
* sfxge(4): check buffer size for hash flagsAndrew Rybchenko2018-11-303-44/+80
* sfxge(4): use simpler code to check hash algorithm typeAndrew Rybchenko2018-11-301-26/+13
* 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
* Make most of the CLIP code conditional on #ifdef INET6.John Baldwin2018-11-292-0/+23
* extres: clk: Fix clk_set_assignedEmmanuel Vadot2018-11-291-4/+4
* sfxge(4): add more definitions of partitionsAndrew Rybchenko2018-11-292-0/+4