summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-11-23Keep checks for local delivery close to in_ouraddr().Martin Pieuchot
2016-11-23Disable debugging outputMike Belopuhov
2016-11-22Fix panic on detach hook when interfaces get destroyed.Rafael Zalamena
2016-11-22Fold union pf_headers buffer into struct pf_pdesc (enabled by pfvar_priv.h).Richard Procter
2016-11-22Fix CPU info struct.Visa Hankala
2016-11-22Use CPUID flags to determine working componentsMike Belopuhov
2016-11-22Fix OFP spelling for version bitmap define in ofp header and tcpdump, alsoRafael Zalamena
2016-11-22Enforce that ifioctl() is called at IPL_SOFTNET.Martin Pieuchot
2016-11-22Add support for the sun9i USB PHYs and attach to the sun9i EHCI controllers.Mark Kettenis
2016-11-22Enforce that pr_ctlinput, pr_slowtimo and pr_fasttimo are calledMartin Pieuchot
2016-11-22Enforce that pr_ctloutput is called at IPL_SOFTNET.Martin Pieuchot
2016-11-21Add support for "allwinner,sun9i-a80-usb-mod-clk" andMark Kettenis
2016-11-21Simplify pad calculation for flow match on swofp_put_flow().Rafael Zalamena
2016-11-21Follow RFC 5722 more strictly when handling overlapping fragmentsAlexander Bluhm
2016-11-21Add ability to change media typeMike Belopuhov
2016-11-21Fixup a PCIe transaction completion timeout issueMike Belopuhov
2016-11-21Factor out RSS initialization into a separate functionMike Belopuhov
2016-11-21In pf_route() and pf_route6() the !r->rt case was only used byAlexander Bluhm