aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* e1000: fix em_mac_min and 82547 packet bufferKevin Bowling2021-05-181-4/+14
* e1000: disable hw.em.sbp debug settingKevin Bowling2021-05-181-1/+1
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-171-0/+9
* ixgbe: Restore AIM supportSai Rajesh Tallamraju2021-05-172-0/+74
* cxgbe(4): Use ifaddr_event_ext instead of ifaddr_event for CLIP management.Navdeep Parhar2021-05-161-4/+8
* cxgbe(4): Do not panic when tx is called with invalid checksum requests.Navdeep Parhar2021-05-161-7/+20
* cxgbe(4): hw.cxgbe.panic_on_fatal_err can be changed any time.Navdeep Parhar2021-05-161-1/+1
* cxgbe(4): Move the hw-specific parts of VXLAN setup to a separate function.Navdeep Parhar2021-05-161-25/+33
* cxgbe(4): Add flag to reliably stop the driver from accessing hw stats.Navdeep Parhar2021-05-162-25/+38
* cxgbe(4): RSS hash for VXLAN traffic is computed from the inner frame.Navdeep Parhar2021-05-161-0/+2
* cxgbe(4): Fix minor nit in the display of MPS TCAM entries.Navdeep Parhar2021-05-161-1/+1
* cxgbe(4): make the logging helpers a little more robust.Navdeep Parhar2021-05-161-4/+4
* cxgbe/tom: Fix potential leak in t4_aiotx_process_job.Navdeep Parhar2021-05-161-2/+1
* cxgbe(4): Always use the per-VI callout to read interface stats.Navdeep Parhar2021-05-162-24/+27
* cxgbe/t4_tom: restore socket's protosw before entering TIME_WAIT.Navdeep Parhar2021-05-163-2/+15
* cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar2021-05-169-339/+129
* cxgbe(4): create a separate helper routine to write the global RSS key.Navdeep Parhar2021-05-161-12/+20
* cxgbe(4): make it safe to call setup_memwin repeatedly.Navdeep Parhar2021-05-161-5/+7
* cxgbe(4): use standard sysctl routines to deal with 16b values.Navdeep Parhar2021-05-163-52/+28
* cxgbe(4): catch up with the latest cryptocaps.Navdeep Parhar2021-05-161-1/+2
* cxgbe(4): Remove extra blank line.Navdeep Parhar2021-05-161-1/+0
* cxgbe(4): Fix an assertion that is not valid during attach.Navdeep Parhar2021-05-161-1/+2
* cxgbe(4): Use the correct filter width for T5+.Navdeep Parhar2021-05-163-1/+6
* cxgbe(4): Add a driver ioctl to set the filter mask.Navdeep Parhar2021-05-164-0/+48
* cxgbe(4): Use firmware commands to get/set filter configuration.Navdeep Parhar2021-05-166-129/+287
* cxgbe(4): Break up t4_read_chip_settings.Navdeep Parhar2021-05-166-44/+62
* Add more USB quirks for Garmin devices.Hans Petter Selasky2021-05-102-2/+6
* Remove USB device ID added by SVN r150701 in the CDC USB ethernet driver.Hans Petter Selasky2021-05-101-1/+0
* Add more USB quirks for Kingston devices.Hans Petter Selasky2021-05-102-0/+2
* if_smsc: Add the ability to disable "turbo_mode", also called RX frame batching,Hans Petter Selasky2021-05-101-4/+15
* Add Apollo Lake SIO/LPSS UARTs PCI IDsJose Luis Duran2021-05-101-0/+8
* uart_bus_pci.c: StyleJose Luis Duran2021-05-101-3/+4
* fwip(4): fixing kernel panic when receiving unicast packetTai-hwa Liang2021-05-061-1/+5
* arcmsr(4): Fix SCSI command timeout on ARC-1886.Xin LI2021-05-051-3/+9
* Set PCIe device's Max_Payload_Size to match PCIe root's.Alexander Motin2021-05-051-0/+40
* gpioc_detach: fix freeing of wrong pointersAndriy Gapon2021-05-031-1/+1
* e1000: Fix register name in reg_dump sysctlKevin Bowling2021-05-031-1/+1
* e1000: Add support for [Tiger, Alder, Meteor] LakeKevin Bowling2021-05-034-0/+84
* hkbd: Fix typo which disables keyboard input in kdbVladimir Kondratyev2021-04-301-1/+1
* ichsmb: Add PCI ID for Intel Gemini Lake SMBus controllerVladimir Kondratyev2021-04-301-0/+3
* pchtherm: Add IDs for CannonLake-H, CometLake and Lewisburg controllersVladimir Kondratyev2021-04-301-1/+9
* e1000: Restore VF interface random MACKevin Bowling2021-04-291-3/+18
* iwnstats: fix build with clang and allow install under /usr/local/sbinSofian Brabez2021-04-271-1/+2
* cxgbe: Ignore doomed virtual interfaces when updating the clip table.John Baldwin2021-04-261-0/+3
* iscsi: Kick threads out of iscsi_ioctl() during unload.John Baldwin2021-04-262-0/+12
* cxgbe: Add counters for iSCSI PDUs transmitted via TOE.John Baldwin2021-04-264-0/+17
* cxgbe: Make the TOE TLS stats per-queue instead of per-port.John Baldwin2021-04-264-23/+34
* cxgbe: Add a struct sge_ofld_txq type.John Baldwin2021-04-2610-60/+107
* cxgbei: Enter network epoch and set vnet around t4_push_pdus().John Baldwin2021-04-261-0/+5
* cxgbe ddp: Use CPL_COOKIE_DDP* instead of DDP_BUF*_INVALIDATED.John Baldwin2021-04-261-10/+5