aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* mxge: Setup mbuf flowid before calling tcp_lro_rx().Sepherosa Ziehau2016-05-121-11/+10
* hyperv/stor: Enable INQUIRY result check only on WIN10 like host systemsSepherosa Ziehau2016-05-122-42/+87
* snd_hda(4): Don't pass bogus sizeof()s to unused sysctl arg2 parameter (again)Conrad Meyer2016-05-121-5/+5
* snd_hda(4): Don't pass bogus sizeof()s to unused sysctl arg2 parameterConrad Meyer2016-05-121-14/+8
* Revert r299467 to fix the kernel build.Conrad Meyer2016-05-117-58/+19
* Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko2016-05-118-23/+31
* Add gpiokeys driverOleksandr Tymoshenko2016-05-113-0/+1191
* Resolve LINT linking issue by renaming ida_init() to ida_setup(). TheHans Petter Selasky2016-05-114-4/+4
* The idr_for_each() function is now part of the LinuxKPI. Use theHans Petter Selasky2016-05-111-37/+0
* Add a new get_id interface to pci and pcib. This will allow us to bothAndrew Turner2016-05-117-19/+58
* Add support for MTU chaning and Jumbo frames to VNICZbigniew Bodek2016-05-111-6/+24
* Fix deadlock in VNIC when using single CPU onlyZbigniew Bodek2016-05-111-24/+9
* Add HW RSS support to VNIC driverZbigniew Bodek2016-05-114-2/+182
* Bind CQ interrupts and tasks to separate CPUs in VNICZbigniew Bodek2016-05-112-0/+16
* xen/resume: only send BITMAP IPIs if CPUs > 1Roger Pau Monné2016-05-111-2/+2
* Make sdhci(4) work after suspend/resume for chipsets that requireEdward Tomasz Napierala2016-05-111-2/+7
* sfxge(4): update unicast filter insertion algorithmAndrew Rybchenko2016-05-112-49/+65
* sfxge(4): fix efx_filter_reconfigure parameter typeAndrew Rybchenko2016-05-114-6/+6
* [siba] add r4 and r8 sprom formats for core_pwr_info.Adrian Chadd2016-05-114-2/+180
* sfxge(4): make efx_sram_test Siena-onlyAndrew Rybchenko2016-05-115-86/+5
* sfxge(4): add new Emerald board sensors to common codeAndrew Rybchenko2016-05-113-2/+8
* sfxge(4): simplify efx_mac_selectAndrew Rybchenko2016-05-112-42/+21
* sfxge(4): remove Falcon specific EV_GLOBAL supportAndrew Rybchenko2016-05-113-19/+2
* sfxge(4): remove Falcon-specific code paths from common codeAndrew Rybchenko2016-05-115-60/+16
* sfxge(4): add TLV format buffer manipulation functions for V3 licensingAndrew Rybchenko2016-05-112-0/+428
* hyperv/hn: Extract RSS hash value and type.Sepherosa Ziehau2016-05-114-19/+93
* Don't mark the initial portal registers as fully mapped.Justin Hibbits2016-05-111-1/+0
* Use DEVMETHOD_END instead of its value to indicate end of methods tableOleksandr Tymoshenko2016-05-113-3/+3
* Use GPIO pin management API in gpiobacklightOleksandr Tymoshenko2016-05-111-68/+29
* Pass device tree node as a part of gpio_pin_get_by_ofw_XXX APIOleksandr Tymoshenko2016-05-102-33/+26
* Ensure waiting loops terminate during cold boot. This fixes boot withHans Petter Selasky2016-05-101-0/+4
* aic7xxx: minor spelling fixes.Pedro F. Giffuni2016-05-1014-63/+63
* Fix kernel LINT build after r299363.Hans Petter Selasky2016-05-101-1/+1
* Remove NULL checks after M_WAITOK allocations from mpr(4).Edward Tomasz Napierala2016-05-101-38/+13
* Remove NULL checks after M_WAITOK allocations from mps(4).Edward Tomasz Napierala2016-05-101-38/+13
* Remove misc NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2016-05-104-9/+0
* Remove NULL check after M_WAITOK allocations from mfi(4).Edward Tomasz Napierala2016-05-101-8/+0
* Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala2016-05-105-22/+0
* sfxge(4): cleanup: fix typoAndrew Rybchenko2016-05-101-1/+1
* sfxge(4): cleanup: remove unneeded include filesAndrew Rybchenko2016-05-102-5/+1
* sfxge(4): cleanup: remove unused efx_infer_family()Andrew Rybchenko2016-05-102-57/+0
* sfxge(4): cleanup: remove obsolete common code moduleAndrew Rybchenko2016-05-101-2/+1
* sfxge(4): cleanup: fix typosAndrew Rybchenko2016-05-101-1/+1
* sfxge(4): cleanup efx_check.h comments and error messagesAndrew Rybchenko2016-05-101-11/+4
* sfxge(4): remove EFSYS_OPT_PHY_TXC43128Andrew Rybchenko2016-05-103-47/+3
* sfxge(4): remove EFSYS_OPT_PHY_SFX7101Andrew Rybchenko2016-05-102-39/+3
* sfxge(4): remove EFSYS_OPT_PHY_SFT9001Andrew Rybchenko2016-05-102-39/+3
* sfxge(4): remove EFSYS_OPT_PHY_QT2025CAndrew Rybchenko2016-05-103-43/+4
* sfxge(4): remove EFSYS_OPT_PHY_QT2022C2Andrew Rybchenko2016-05-102-39/+3
* sfxge(4): remove EFSYS_OPT_PHY_NULLAndrew Rybchenko2016-05-102-39/+3