summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-12-01Update comments in struct mbuf_ext to reflect the replacement of ext_free byLawrence Teo
2016-12-01Add noop drm SET_MASTER and DROP_MASTER ioctls. This will allowJonathan Gray
2016-11-30Fix another free() with wrong size panic when handling group-mod bucketsRafael Zalamena
2016-11-30Update media types upon SFP module changeMike Belopuhov
2016-11-30Switch the iwm(4) driver to mira rate adaptation in 11n mode.Stefan Sperling
2016-11-30Enable mira in kernel builds.Stefan Sperling
2016-11-30Add a new implementation of MiRA, a rate scaling algorithm for 802.11n.Stefan Sperling
2016-11-30Make iwn(4) receive MIMO frames in monitor mode. We can now sniff all 802.11nStefan Sperling
2016-11-30Do not overlay DMA fragment decriptors with free list handling.Martin Pieuchot
2016-11-29Kill unused 'struct route'.Martin Pieuchot
2016-11-29Stop exposing xen_softc to PV devices directlyMike Belopuhov
2016-11-29Don't expose the xen_softc pointer in the XenStore transaction structMike Belopuhov
2016-11-29Replace the hand-rolled semaphore with a read-write lockMike Belopuhov
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2016-11-29Remove debugging code that was always enabled and printed parsedReyk Floeter
2016-11-29For virtual Ethernet drivers that don't have a technical limit of theReyk Floeter
2016-11-29Build kernel with DEBUG=-g by default.Martin Pieuchot
2016-11-28Path MTU discovery and traceroute did not always work with pf af-to.Alexander Bluhm
2016-11-28Add the ELF machine type for AArch64 as specified in the ELF spec forPatrick Wildt
2016-11-28Implement more validations for switch(4) groups handling: check for invalidRafael Zalamena
2016-11-28need ashrdi3Theo de Raadt
2016-11-28Explicitly initialize rti_ifa when automagically adding a route.Martin Pieuchot
2016-11-28Remove multiple recursive splsoftnet().Martin Pieuchot
2016-11-28Remove NULL checks before m_free{m,}().Martin Pieuchot
2016-11-28Remove simple recursive splsoftnet() calls inside ifioctl().Martin Pieuchot
2016-11-28Assert that every slow/fast timeout routine is called at IPL_SOFTNET.Martin Pieuchot
2016-11-28Allow to build kernels without IPSEC but with PIPEX.Martin Pieuchot
2016-11-28Make sure the descriptor has been removed from the interface listMartin Pieuchot
2016-11-28Kill a micro optimization that no longer make sense since the two routingMartin Pieuchot
2016-11-28Rename "flowmax" to "maxflow" and give each switch(4) ioctl aReyk Floeter
2016-11-28Merge two "#ifdef MROUTING" blocks.Martin Pieuchot
2016-11-27Add missing OpenBSD CVS tagsReyk Floeter
2016-11-27Fix signedness warnings with careful casts and replace a re-defined variable.Reyk Floeter
2016-11-27Match on "allwinner,sun7i-a20-mmc". In linux 4.9 the device trees forJonathan Gray
2016-11-27ashldi3 is now neededTheo de Raadt
2016-11-26Allow rootdev to be specified without /dev/ prefix. The full path isn'tMartijn van Duren
2016-11-26Start process_bootargs at 0 instead of 1.Martijn van Duren
2016-11-26Remove unnecessary function cn30xxgmx_submatch and call config_foundMartijn van Duren
2016-11-25Add a new DRM_IOCTL_GET_PCIINFO ioctl to have a non driver specific wayJonathan Gray
2016-11-25syncMike Belopuhov
2016-11-25Fixup product names for Intel X550 family of controllersMike Belopuhov
2016-11-25Fix signedness warnings with careful casts and replace a re-defined variable.Reyk Floeter
2016-11-25The NCM encoding allows to aggregate multiple segments in one singleGerhard Roth
2016-11-24Add MID for arm64.Patrick Wildt
2016-11-24Enable support for the X550 family of 10 Gigabit controllersMike Belopuhov
2016-11-24Fixup active media reporting for multi-speed fiber modulesMike Belopuhov
2016-11-23Some socket splicing tests on loopback hang with large mbufs andAlexander Bluhm
2016-11-23Move as much code out of a startup hook as possibleMike Belopuhov
2016-11-23Explicitly forbid to combine af-to with route-to in pfctl. TheAlexander Bluhm
2016-11-23M_*WAIT* flags cannot be treated as boolean valuesMike Belopuhov