summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not overlay DMA fragment decriptors with free list handling.mpi2016-11-302-13/+18
* Kill unused 'struct route'.mpi2016-11-292-4/+2
* Stop exposing xen_softc to PV devices directlymikeb2016-11-294-62/+78
* Don't expose the xen_softc pointer in the XenStore transaction structmikeb2016-11-293-14/+14
* Replace the hand-rolled semaphore with a read-write lockmikeb2016-11-291-31/+9
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-2923-83/+53
* Remove debugging code that was always enabled and printed parsedreyk2016-11-291-194/+131
* For virtual Ethernet drivers that don't have a technical limit of thereyk2016-11-294-6/+12
* Build kernel with DEBUG=-g by default.mpi2016-11-2914-28/+28
* Path MTU discovery and traceroute did not always work with pf af-to.bluhm2016-11-283-6/+12
* Add the ELF machine type for AArch64 as specified in the ELF spec forpatrick2016-11-281-1/+2
* Implement more validations for switch(4) groups handling: check for invalidrzalamena2016-11-281-15/+48
* need ashrdi3deraadt2016-11-282-4/+4
* Explicitly initialize rti_ifa when automagically adding a route.mpi2016-11-285-10/+14
* Remove multiple recursive splsoftnet().mpi2016-11-284-34/+21
* Remove NULL checks before m_free{m,}().mpi2016-11-281-11/+6
* Remove simple recursive splsoftnet() calls inside ifioctl().mpi2016-11-281-13/+2
* Assert that every slow/fast timeout routine is called at IPL_SOFTNET.mpi2016-11-284-18/+13
* Allow to build kernels without IPSEC but with PIPEX.mpi2016-11-281-2/+4
* Make sure the descriptor has been removed from the interface listmpi2016-11-281-22/+23
* Kill a micro optimization that no longer make sense since the two routingmpi2016-11-281-6/+1
* Rename "flowmax" to "maxflow" and give each switch(4) ioctl areyk2016-11-283-13/+11
* Merge two "#ifdef MROUTING" blocks.mpi2016-11-281-26/+33
* Add missing OpenBSD CVS tagsreyk2016-11-272-0/+4
* Fix signedness warnings with careful casts and replace a re-defined variable.reyk2016-11-271-4/+4
* Match on "allwinner,sun7i-a20-mmc". In linux 4.9 the device trees forjsg2016-11-271-1/+3
* ashldi3 is now neededderaadt2016-11-271-3/+4
* Allow rootdev to be specified without /dev/ prefix. The full path isn'tmartijn2016-11-261-2/+4
* Start process_bootargs at 0 instead of 1.martijn2016-11-261-7/+5
* Remove unnecessary function cn30xxgmx_submatch and call config_foundmartijn2016-11-261-12/+2
* Add a new DRM_IOCTL_GET_PCIINFO ioctl to have a non driver specific wayjsg2016-11-252-2/+41
* syncmikeb2016-11-252-27/+52
* Fixup product names for Intel X550 family of controllersmikeb2016-11-251-10/+15
* Fix signedness warnings with careful casts and replace a re-defined variable.reyk2016-11-252-17/+17
* The NCM encoding allows to aggregate multiple segments in one singlegerhard2016-11-253-20/+61
* Add MID for arm64.patrick2016-11-241-1/+2
* Enable support for the X550 family of 10 Gigabit controllersmikeb2016-11-243-3/+20
* Fixup active media reporting for multi-speed fiber modulesmikeb2016-11-241-5/+7
* Some socket splicing tests on loopback hang with large mbufs andbluhm2016-11-231-3/+11
* Move as much code out of a startup hook as possiblemikeb2016-11-232-50/+72
* Explicitly forbid to combine af-to with route-to in pfctl. Thebluhm2016-11-231-22/+10
* M_*WAIT* flags cannot be treated as boolean valuesmikeb2016-11-231-6/+6
* Keep checks for local delivery close to in_ouraddr().mpi2016-11-231-7/+7
* Disable debugging outputmikeb2016-11-233-5/+3
* Fix panic on detach hook when interfaces get destroyed.rzalamena2016-11-221-2/+3
* Fold union pf_headers buffer into struct pf_pdesc (enabled by pfvar_priv.h).procter2016-11-227-181/+155
* Fix CPU info struct.visa2016-11-221-2/+3
* Use CPUID flags to determine working componentsmikeb2016-11-221-2/+9
* Fix OFP spelling for version bitmap define in ofp header and tcpdump, alsorzalamena2016-11-221-3/+3
* Enforce that ifioctl() is called at IPL_SOFTNET.mpi2016-11-222-5/+15