aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* hyperv/hn: Fix RX filter settings.Sepherosa Ziehau2016-10-243-31/+94
* hyperv/hn: Start link status check, if no network changes were pending.Sepherosa Ziehau2016-10-241-4/+10
* Add a bunch of new default options to MPC85XX* configsJustin Hibbits2016-10-242-0/+14
* hyperv/hn: Properly handle synthetic parts reattach failure.Sepherosa Ziehau2016-10-241-16/+21
* hyperv/hn: Fix chimney sending buffer leakage upon NVS sending failure.Sepherosa Ziehau2016-10-241-19/+19
* hyperv/hn: Move chimney buffer index and size to txdesc.Sepherosa Ziehau2016-10-245-75/+81
* Use the correct name for the qm_portals class.Justin Hibbits2016-10-231-5/+5
* Add device cpufreq.Jared McNeill2016-10-231-0/+3
* Throttle CPU frequency when hot temperature threshold has been reached toJared McNeill2016-10-231-25/+166
* allwinner: Add support for P2WI busEmmanuel Vadot2016-10-234-0/+358
* In the fueword64(9) wrapper for architectures which do not implementedKonstantin Belousov2016-10-231-1/+1
* [net80211] Add a variant on ieee80211_get_rx_params() that returns a pointer.Adrian Chadd2016-10-232-0/+16
* [net80211] Add a macro to see if a frame is a management frame or not.Adrian Chadd2016-10-231-0/+4
* Revert r307813.Justin Hibbits2016-10-231-3/+3
* Use the right thread pointer for SPE alignment exceptions.Justin Hibbits2016-10-231-5/+5
* EVDEV: ums evdev support improvements: locking and event reportingOleksandr Tymoshenko2016-10-221-23/+40
* EVDEV: Add shortcut functions for event typesOleksandr Tymoshenko2016-10-223-21/+67
* Fix typo in the COMPILER_VERSION checkBaptiste Daroussin2016-10-221-2/+2
* ddb(4): Add sleepchains to "show allchains"Conrad Meyer2016-10-221-0/+7
* No functional changes, mostly getting the whitespace changes resultingMichael Tuexen2016-10-222-174/+76
* jedec_ts: a driver for thermal sensors on memory modulesAndriy Gapon2016-10-225-1/+193
* Initialize the ofw_bus_devinfo on the portals to prevent a crash.Justin Hibbits2016-10-222-2/+2
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-2214-17/+512
* cxgbe(4): Dump any mailbox command that times out.Navdeep Parhar2016-10-221-0/+15
* Define max_align_t for C11.John Baldwin2016-10-211-0/+5
* Rework r306337.Hiren Panchasara2016-10-211-3/+10
* capsicum: perform copyout without the fildesc lock held in sys_cap_ioctls_getMariusz Zaborski2016-10-211-18/+40
* Add names for some DASP devices.Alexander Motin2016-10-211-0/+3
* netmap: if_ptnet depends on inetEd Maste2016-10-211-1/+1
* netmap: fix kernel build on GCC-using architecturesEd Maste2016-10-211-1/+1
* Make ICMPv6 hard error handling for TCP consistent with the ICMPv4Michael Tuexen2016-10-214-6/+9
* hyperv/hn: Function renaming; consistent w/ hardware capabilities query.Sepherosa Ziehau2016-10-213-4/+4
* hyperv/hn: Add network change support.Sepherosa Ziehau2016-10-216-13/+94
* hyperv/hn: Check NVS version for HASHVAL pktinfo on sending path.Sepherosa Ziehau2016-10-213-6/+17
* hyperv/hn: Always query RSS capabilities.Sepherosa Ziehau2016-10-213-13/+13
* LINT: Unhook netmap from LINT-NOIP and LINT-NOINET temporarily.Sepherosa Ziehau2016-10-211-0/+2
* Implement BPF_MOD and BPF_XOR instructions.Jung-uk Kim2016-10-215-7/+91
* netmap: Unbreak LINT-VIMAGE buildingSepherosa Ziehau2016-10-211-3/+3
* Redude code for conditional jumps.Jung-uk Kim2016-10-212-100/+66
* Fix compiler warnings for user land.Jung-uk Kim2016-10-212-6/+8
* netmap: Unbreak i386 LINT buildingSepherosa Ziehau2016-10-211-2/+2
* - Add required header for fixing `make` in sys/modules/gpioLi-Wen Hsu2016-10-211-1/+1
* Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits2016-10-218-71/+284
* Remove an unnecessary debug printf.Justin Hibbits2016-10-211-1/+0
* A problem w.r.t. interoperation between the FreeBSD NFSv4.1 server withRick Macklem2016-10-201-1/+5
* Simplify keg_drain() a bit by using LIST_FOREACH_SAFE.Mark Johnston2016-10-201-12/+4
* gmirror: Add a subroutine to free synchronization BIOs.Mark Johnston2016-10-201-11/+21
* gmirror: Release pending regular requests when synchronization stops.Mark Johnston2016-10-201-7/+1
* Tidy up ia32_sysvec sv_flags settingEd Maste2016-10-201-5/+3
* Use MACHINE_ARCH rather than TARGET_ARCH which has no meaning outsideWarner Losh2016-10-201-1/+1