summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-11-21Enabling Loongson 3A bits turned on a code path that uses a MIPS64r2Visa Hankala
2016-11-21Correctly set the default value for the FCRTHMike Belopuhov
2016-11-21Correct the test for requiring a 64 bit mem bar.Jonathan Gray
2016-11-21Turn on the PHY power during attachMike Belopuhov
2016-11-21Assert that defrtrlist_update() is always called at IPL_SOFTNET.Martin Pieuchot
2016-11-21Assert that prelist_update() is always called at IPL_SOFTNET.Martin Pieuchot
2016-11-21Assert that in6_ifadd() is always called at IPL_SOFTNET.Martin Pieuchot
2016-11-21Kill rtioctl() stub, returning EOPNOTSUPP since tree import.Martin Pieuchot
2016-11-21Make sure bpf_wakeup() is called at most once when matching conditionsMartin Pieuchot
2016-11-21Rename bpf_reset_d() to match bpf_{attach,reset}d().Martin Pieuchot
2016-11-21Enforce that pr_usrreq functions are called at IPL_SOFTNET.Martin Pieuchot
2016-11-21Include the OFP header of the message that caused the error on errorRafael Zalamena
2016-11-21bridge(4) does not distinguish between routing/forwarding ports, soReyk Floeter
2016-11-21Some MBIM devices need a FCC Authentication before they're willing toGerhard Roth
2016-11-21let pool page allocators advertise what sizes they can provide.David Gwynne
2016-11-20Drop pointless type casts.Visa Hankala
2016-11-20Extend the DLT_OPENFLOW header to include the switch datapath id.Reyk Floeter
2016-11-20Make rtable_iterate(9) mpsafe by using the new SRPL_NEXT(9).Martin Pieuchot
2016-11-20Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW().Martin Pieuchot
2016-11-19While setting up the basic rate bitmask for iwm's firmware, if the AP doesStefan Sperling