summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-10-23Remove bcmmuart since it has already replaced with com(4).Kevin Lo
2017-10-23remove mention of unused MACOBIOVERBOSE and NBUF optionsJonathan Gray
2017-10-22Unconditionally enable TCP selective acknowledgements (SACK)Mike Belopuhov
2017-10-22It's time I claimed proper copyright on this.Stefan Sperling
2017-10-22In iwm(4), allocate command response buffers dynamically in a ringStefan Sperling
2017-10-21Even though letting the firmware handle the handshake is nice fromPatrick Wildt
2017-10-21Initialize all fields in the BCDC protocol, otherwise the controllerPatrick Wildt
2017-10-21Make ieee80211_classify() available in a header so we can make thePatrick Wildt
2017-10-21Use MI mplock on mips64.Visa Hankala
2017-10-20Make sure the logic deciding whether to use BWX operations in cia(4)Martin Pieuchot
2017-10-20Do not test if if_ioctl is NULL, it isn't.Martin Pieuchot
2017-10-20Kill dead ioctl handlers.Martin Pieuchot
2017-10-19Don't forget to set the timecounter frequencyMike Belopuhov
2017-10-19Don't just return but setup and resubmit the transfer if we're notPatrick Wildt
2017-10-19spelling fix; from miodJason McIntyre
2017-10-19ddb "show all mounts" showed everything except the address of theAlexander Bluhm
2017-10-19Don't forget to free the firmware in the error path, and make sure toPatrick Wildt
2017-10-19Disable promisc mode and accepting all multicast packets. These shouldPatrick Wildt
2017-10-19There was a possible stack overrun in the network since we hadAlexander Bluhm
2017-10-18Pass the SIOCG80211ALLCHANS and SIOCG80211STATS ioctls to our net80211Patrick Wildt
2017-10-18Add a scan timeout so we can recover if the firmware decides not toPatrick Wildt
2017-10-18Pad the holes in the struct to make sure compilers do not choose toPatrick Wildt
2017-10-18When reusing an mbuf at the upper end of the network stack, stripAlexander Bluhm
2017-10-18add support for printing function arguments when displaying a traceJasper Lievisse Adriaanse
2017-10-18Read and extract the channel number from the chanspec to beautify thePatrick Wildt
2017-10-18It turns out that using the packed attribute on most structs was a badPatrick Wildt
2017-10-18Fixup previous; noticed by canacar@Mike Belopuhov
2017-10-18Setting the IPV6_MINMTU flag in the call to ip6_output() was movedAlexander Bluhm
2017-10-18Stop handling SIOCSIFMTU like in the wireless stack.Martin Pieuchot
2017-10-18Extract supported frequencies and HT/VHT mode from the firmware insteadPatrick Wildt
2017-10-18Set TSC timecounter frequency to the CPU frequency estimate if unknownMike Belopuhov
2017-10-18Revert previous commit, since not all interfaces behaved the same.Patrick Wildt
2017-10-18Only overwrite the caller's variable if we successfully read data fromPatrick Wildt
2017-10-18Add missing SHN_XINDEX needed by devel/ctftools.Martin Pieuchot
2017-10-17Don't do crazy bullshit when this is included by the bootblocks.Theo de Raadt
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-10-17Simplify code that determines the number of arguments for a given function.Jasper Lievisse Adriaanse
2017-10-17Add a machine-independent implementation for the mplock.Visa Hankala
2017-10-17Correctly handle frequency measurement failuresMike Belopuhov
2017-10-17Print the pid of the most recent program that failed to send a logMartin Pieuchot
2017-10-16Allow a more fine grained control about which ciphers to use.Patrick Wildt
2017-10-16Handle wpa parameters using the ieee80211 ioctl so we can startPatrick Wildt
2017-10-16Clear up some defines regarding WPA cipher settings. This allows mePatrick Wildt
2017-10-16Utilize scatter/gather DMA with the newer MMC controller.Visa Hankala
2017-10-16Remove kernel support for the following ioctl(2)s, deprecated since 2001:Martin Pieuchot
2017-10-16Multiple tweaks:Martin Pieuchot
2017-10-16Handle the case where the parent of a carp(4) is being destroyedMartin Pieuchot
2017-10-16Add comments which document already fixed WPA attack vectors.Stefan Sperling
2017-10-16Last changes before running IPsec w/o KERNEL_LOCK().Martin Pieuchot
2017-10-16Change most of the returns into breaks. This will let us release a lock.Martin Pieuchot