summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-11-27Stop reporting WPA and WEP keys back to userland.Stefan Sperling
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-11-27Revise the linux sleeping compat code to avoid lock ordering problems.Mark Kettenis
2017-11-27Use a single timer for all ND6 entries.Martin Pieuchot
2017-11-27Check access before creating a file or directory.helg
2017-11-27When renaming a file, unlock the target vnode if the target file exists.helg
2017-11-27Remove MALLOC_DEBUG left overs.Martin Pieuchot
2017-11-27Enable ne(4) at pcmcia.Martin Pieuchot
2017-11-27OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA.Jonathan Gray
2017-11-27Add support for SAS3.5 megaraids, which are sold as Dell PERC H740P/840 andJonathan Matthew
2017-11-27regenJonathan Matthew
2017-11-27add SAS3.5 megaraidsJonathan Matthew
2017-11-27Fix comment typoPhilip Guenther
2017-11-26Add various improvements to the default configuration (better defaultUlf Brosziewski
2017-11-26Don't mention XOR as a mix-in function since addition is done since 1.180Mike Belopuhov
2017-11-26Xen interrupt task barrier is just a taskq_barrier so call itMike Belopuhov
2017-11-26On wqe error, show also word2 and word3. Those might help in debugging.Visa Hankala
2017-11-26Initialize Rx subsystems before enabling the processing of incomingVisa Hankala
2017-11-25Implement network boot support in efiboot(8). This changes efiboot(8)Patrick Wildt
2017-11-24rework transmit to get rid of ifq_deq_begin, and to improve speed.David Gwynne
2017-11-24add timeout_barrier, which is like intr_barrier and taskq_barrier.David Gwynne
2017-11-231. Prepare a consistent treatment of edge areas. 2. Add mechanismsUlf Brosziewski
2017-11-23Constify protocol tables and remove an assert now that ip_deliver() isMartin Pieuchot
2017-11-23We want `sb_flags' to be protected by the socket lock rather than theMartin Pieuchot
2017-11-23Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch().Martin Pieuchot
2017-11-23No need to grab the audio lock to call audio_canstart() as it checksAlexandre Ratchov
2017-11-22Add __aeabi_ldivmod.S. Needed for clang.Mark Kettenis
2017-11-22It does not make sense to call pcb lookup from pf during packetAlexander Bluhm
2017-11-21Do not assume if_get(9) returns a non NULL ifp when using a routeMartin Pieuchot
2017-11-21Move the addrhook disestablish from carpdetach() to carp_clone_destroy()Patrick Wildt
2017-11-20Add Allwinner A10 EMAC clock.Mark Kettenis
2017-11-20Add the board ID of the Unifi Security Gateway PRO-4.Visa Hankala
2017-11-20Fix the product code of the Unifi Security Gateway.Visa Hankala
2017-11-20Remove #if'0ed declsJeremie Courreges-Anglas
2017-11-20Keep kernel defines under #ifdef _KERNEL.Martin Pieuchot
2017-11-20Flush flows using the radix-tree instead of a global list.Martin Pieuchot
2017-11-20Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare runningMartin Pieuchot
2017-11-20Remove duplicated code working around the fact that ifpromisc() requiredMartin Pieuchot
2017-11-20Do not fail if an interface is DOWN when calling ifpromisc().Martin Pieuchot
2017-11-19Implement support for the "next-generation" clock bindings for theMark Kettenis
2017-11-19Remove interlocks between producers and consumers of randomness dataMike Belopuhov
2017-11-19Remove lock_machdep.c from amd64, i386, mips64 and sparc64.Visa Hankala
2017-11-18Extend regulator "framework" with functions to get/set voltages.Mark Kettenis
2017-11-18Add support for voltage regulators.Mark Kettenis
2017-11-18Submit incoming packets to the network stack in batches like is doneVisa Hankala
2017-11-18Extend regulator "framework" with functions to get/set voltages.Mark Kettenis
2017-11-18Move the packet input work requesting inside if_cnmac.c. This removesVisa Hankala
2017-11-18Pass the software context as an argument to the interrupt handler.Visa Hankala
2017-11-18Rename octeon_eth_* to cnmac_* for consistency with the driver's name.Visa Hankala
2017-11-18Add the board ID for the Ubiquiti Unifi Security Gateway.Visa Hankala