aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add an adapter CORE lock in the DDB hook em_dump_queue to avoid WITNESSSean Bruno2015-07-161-0/+2
* Optimise the DWC OTG host mode driver's transmit path:Hans Petter Selasky2015-07-163-114/+77
* Actually recognize all Intel Lynx Point devices we have device IDs for.Christian Brueffer2015-07-161-0/+29
* Fix typo in register definition.Kevin Lo2015-07-161-1/+1
* If uart interrupts are not functioning then schedule the callout to do theNeel Natu2015-07-161-2/+10
* Fix an infinite loop when a node doesn't have an interrupt-parent property.Andrew Turner2015-07-151-1/+1
* MULTI_ID supported does not mean it is used.Alexander Motin2015-07-152-2/+2
* Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey2015-07-154-15/+76
* Remove FreeBSD version check for deprecated M_FLOWID.Hiren Panchasara2015-07-151-4/+0
* Fix igxbe SRIOV VF (if_ixv) initialization bugs. The MAC address forPatrick Kelsey2015-07-153-6/+8
* Fix the build after breaking it in r285549.Ed Schouten2015-07-141-1/+1
* Also accept "ok" to enable a device, some vendor device trees use this whenAndrew Turner2015-07-141-1/+2
* Implement the CloudABI random_get() system call.Ed Schouten2015-07-141-0/+7
* Expose full 32bit RSS hash from card regardless of whether RSS is defined orHiren Panchasara2015-07-141-45/+52
* cxgbe(4): Update T4 and T5 firmwares to 1.14.2.0.Navdeep Parhar2015-07-149-19028/+21268
* Switch initiator IDs in target mode to the same address space as targetAlexander Motin2015-07-131-33/+30
* Make role sysctl handling from r284727 less strict.Alexander Motin2015-07-131-6/+3
* Unify port database use for target and initiator roles.Alexander Motin2015-07-136-508/+301
* set the refcount for the structure (dropped by mistake in the last commit).Luigi Rizzo2015-07-131-0/+1
* Rework the read routines to keep the PRNG sources happy. These workMark Murray2015-07-131-7/+24
* Fixes the RF switch state polling by comparing with the revision of theAdrian Chadd2015-07-131-1/+1
* * Address review (and add a bit myself).Mark Murray2015-07-129-196/+147
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-111-12/+1
* staticize functions only used in netmap.cLuigi Rizzo2015-07-104-69/+38
* add netmap dependency when compiled as a moduleLuigi Rizzo2015-07-101-0/+3
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-1023-1409/+1917
* Fix swapped copyin(9) arguments in cxgb's iwch_arm_cq() function.Dimitry Andric2015-07-091-1/+1
* Attempt to make 5GHz HT/40 work on the 6xxx series NICs.Adrian Chadd2015-07-072-20/+46
* Enable the wireless on attach.Justin Hibbits2015-07-071-0/+3
* cxgbe(4): Add a new knob that controls the congestion response of netmapNavdeep Parhar2015-07-063-6/+16
* cxgbe(4): Do not override the the global defaults for congestion drops.Navdeep Parhar2015-07-061-17/+0
* When initializing the (unused) TX descriptors it is not necessary set theLuiz Otavio O Souza2015-07-061-3/+1
* Use uint32_t consistently to store registers values.Luiz Otavio O Souza2015-07-062-39/+25
* Correct bit offsets for ahci quirksSteven Hartland2015-07-061-2/+2
* Fix the sent packets statistics for if_dwc.Luiz Otavio O Souza2015-07-061-0/+1
* Make first step toward supporting target and initiator roles same time.Alexander Motin2015-07-051-38/+3
* Remove extra level of target ID indirection (isp_dev_map).Alexander Motin2015-07-053-122/+39
* Change comment added in r284540.Alexander Motin2015-07-041-3/+3
* Drop discovered targets when initiator role is disabled.Alexander Motin2015-07-044-25/+75
* Call the WMAC DDR flush before handling an interrupt for theAdrian Chadd2015-07-041-1/+9
* Wake up the hardware before doing anything in sysctl.Adrian Chadd2015-07-041-48/+231
* Allow BERI virtio-platform code to operate with no PIO devices specified.Ruslan Bukin2015-07-031-23/+69
* Add 'prewrite' method allowing us to run some platform-specificRuslan Bukin2015-07-032-0/+22
* Add AHCI attachment code for Allwinner A10/A20 SoCs.Luiz Otavio O Souza2015-07-032-0/+8
* netfront: preserve configuration across migrationsRoger Pau Monné2015-07-031-5/+24
* Implement unload and sync operations.Marcel Moolenaar2015-07-032-0/+45
* Add create, destroy and load of memory descriptors.Marcel Moolenaar2015-07-034-18/+162
* Add an ISA/ACPI bus attachment to proto(4).Marcel Moolenaar2015-07-022-0/+130
* Disable port multiplier support on Marvell 88SE61xx chips.Alexander Motin2015-07-021-8/+8
* Use the correct le*dec function to decode a 16bit type.Christian Brueffer2015-07-011-1/+1