summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-11-17permit IPV6_V6ONLY in sockoptAaron Bieber
2017-11-17#if -> #ifdef for consistencyJeremie Courreges-Anglas
2017-11-17Make OF_getnodebyname() scan its child nodes instead of its peer nodes.Mark Kettenis
2017-11-17Rename etherip sysctl handler, there's no conflict with ip_ether.c any moreJeremie Courreges-Anglas
2017-11-17Add ifdef MPLS around all the MPLS-in-IP codeJeremie Courreges-Anglas
2017-11-17Rename functions that now handle only MPLS-in-IPJeremie Courreges-Anglas
2017-11-17Fixes the following bugs when getcwd(3) is used on a fuse file systemhelg
2017-11-17Move etherip_allow where it is usedJeremie Courreges-Anglas
2017-11-17Drop etheripstat use in ip_ether.cJeremie Courreges-Anglas
2017-11-17Drop all Ethernet-in-IP support from gif(4)Jeremie Courreges-Anglas
2017-11-17Don't pass unhandled packets to gif(4)Jeremie Courreges-Anglas
2017-11-17Move etherip counters and their allocation to etherip(4)Jeremie Courreges-Anglas
2017-11-17vmmvar.h changes for upcoming cdrom support in vmd(8).Mike Larkin
2017-11-17add if_rxr_livelocked so rxr users can request backpressure themselves.David Gwynne
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein
2017-11-15etherip(4) now handles etherip sysctls, move/remove code accordingly.Jeremie Courreges-Anglas
2017-11-15Make etherip(4) the single driver responsible for etherip sysctl entries.Jeremie Courreges-Anglas
2017-11-15Remove inet6 etherip sysctl entriesJeremie Courreges-Anglas
2017-11-15Remove unused compat macros.anton
2017-11-15Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.hMartin Pieuchot
2017-11-15some more 25g media types, and a bunch of AOC types.David Gwynne
2017-11-14Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().Theo Buehler