index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2017-11-23
Constify protocol tables and remove an assert now that ip_deliver() is
Martin Pieuchot
2017-11-23
We want `sb_flags' to be protected by the socket lock rather than the
Martin Pieuchot
2017-11-23
Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch().
Martin Pieuchot
2017-11-23
No need to grab the audio lock to call audio_canstart() as it checks
Alexandre Ratchov
2017-11-22
Add __aeabi_ldivmod.S. Needed for clang.
Mark Kettenis
2017-11-22
It does not make sense to call pcb lookup from pf during packet
Alexander Bluhm
2017-11-21
Do not assume if_get(9) returns a non NULL ifp when using a route
Martin Pieuchot
2017-11-21
Move the addrhook disestablish from carpdetach() to carp_clone_destroy()
Patrick Wildt
2017-11-20
Add Allwinner A10 EMAC clock.
Mark Kettenis
2017-11-20
Add the board ID of the Unifi Security Gateway PRO-4.
Visa Hankala
2017-11-20
Fix the product code of the Unifi Security Gateway.
Visa Hankala
2017-11-20
Remove #if'0ed decls
Jeremie Courreges-Anglas
2017-11-20
Keep kernel defines under #ifdef _KERNEL.
Martin Pieuchot
2017-11-20
Flush flows using the radix-tree instead of a global list.
Martin Pieuchot
2017-11-20
Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running
Martin Pieuchot
2017-11-20
Remove duplicated code working around the fact that ifpromisc() required
Martin Pieuchot
2017-11-20
Do not fail if an interface is DOWN when calling ifpromisc().
Martin Pieuchot
2017-11-19
Implement support for the "next-generation" clock bindings for the
Mark Kettenis
2017-11-19
Remove interlocks between producers and consumers of randomness data
Mike Belopuhov
2017-11-19
Remove lock_machdep.c from amd64, i386, mips64 and sparc64.
Visa Hankala
2017-11-18
Extend regulator "framework" with functions to get/set voltages.
Mark Kettenis
2017-11-18
Add support for voltage regulators.
Mark Kettenis
2017-11-18
Submit incoming packets to the network stack in batches like is done
Visa Hankala
2017-11-18
Extend regulator "framework" with functions to get/set voltages.
Mark Kettenis
2017-11-18
Move the packet input work requesting inside if_cnmac.c. This removes
Visa Hankala
2017-11-18
Pass the software context as an argument to the interrupt handler.
Visa Hankala
2017-11-18
Rename octeon_eth_* to cnmac_* for consistency with the driver's name.
Visa Hankala
2017-11-18
Add the board ID for the Ubiquiti Unifi Security Gateway.
Visa Hankala
2017-11-17
permit IPV6_V6ONLY in sockopt
Aaron Bieber
2017-11-17
#if -> #ifdef for consistency
Jeremie Courreges-Anglas
2017-11-17
Make OF_getnodebyname() scan its child nodes instead of its peer nodes.
Mark Kettenis
2017-11-17
Rename etherip sysctl handler, there's no conflict with ip_ether.c any more
Jeremie Courreges-Anglas
2017-11-17
Add ifdef MPLS around all the MPLS-in-IP code
Jeremie Courreges-Anglas
2017-11-17
Rename functions that now handle only MPLS-in-IP
Jeremie Courreges-Anglas
2017-11-17
Fixes the following bugs when getcwd(3) is used on a fuse file system
helg
2017-11-17
Move etherip_allow where it is used
Jeremie Courreges-Anglas
2017-11-17
Drop etheripstat use in ip_ether.c
Jeremie Courreges-Anglas
2017-11-17
Drop all Ethernet-in-IP support from gif(4)
Jeremie Courreges-Anglas
2017-11-17
Don't pass unhandled packets to gif(4)
Jeremie Courreges-Anglas
2017-11-17
Move etherip counters and their allocation to etherip(4)
Jeremie Courreges-Anglas
2017-11-17
vmmvar.h changes for upcoming cdrom support in vmd(8).
Mike Larkin
2017-11-17
add if_rxr_livelocked so rxr users can request backpressure themselves.
David Gwynne
2017-11-16
Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
Joshua Stein
2017-11-15
etherip(4) now handles etherip sysctls, move/remove code accordingly.
Jeremie Courreges-Anglas
2017-11-15
Make etherip(4) the single driver responsible for etherip sysctl entries.
Jeremie Courreges-Anglas
2017-11-15
Remove inet6 etherip sysctl entries
Jeremie Courreges-Anglas
2017-11-15
Remove unused compat macros.
anton
2017-11-15
Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.h
Martin Pieuchot
2017-11-15
some more 25g media types, and a bunch of AOC types.
David Gwynne
2017-11-14
Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().
Theo Buehler
[next]