Age | Commit message (Expand) | Author |
2016-07-26 | Rename struct fdt_memory to fdt_reg to match the member name | Patrick Wildt |
2016-07-26 | pool debug dance, part deux | Ted Unangst |
2016-07-26 | In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet. | Stefan Sperling |
2016-07-26 | Remove the restriction that the kernel needs to be loaded at the bottom of | Mark Kettenis |
2016-07-26 | Welcome to 6.0-current. | Mark Kettenis |
2016-07-26 | Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen. | Stefan Sperling |
2016-07-26 | Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17. | Stefan Sperling |
2016-07-25 | disable tmpfs because it receives zero maintainance. | Theo de Raadt |
2016-07-25 | fix revision 1.290 of sys/netinet/ip_carp.c. | Sebastian Benoit |
2016-07-25 | Make sure closed bpf devices are removed from bpf_d_list to free the | Martin Natano |
2016-07-23 | Previously the uarts attached in order, so that the first attached uart | Patrick Wildt |
2016-07-23 | do the pool debug release dance. ok deraadt | Ted Unangst |
2016-07-23 | The linux kernel treated the "phy-reset-gpio" as active-low regardless of what | Mark Kettenis |
2016-07-23 | Fix a few CPUID emulation issues: | Mike Larkin |
2016-07-23 | Dump vcpu state on unknown exit type, and add a diagnostic message | Mike Larkin |
2016-07-23 | Ensure some undesirable entry controls are cleared, instead of relying | Mike Larkin |
2016-07-22 | Attach imx(4) on i.mx6 quad plus which appears to be largely compatible | Jonathan Gray |
2016-07-22 | Fallback to the known fec irq number on imx.6 if the fdt | Jonathan Gray |
2016-07-22 | Set the vfs_systcl member of the vsfops struct to eopnotsupp. While we check | Mark Kettenis |
2016-07-22 | Revert in_selectsrc() refactoring, it breaks IPv6. | Martin Pieuchot |
2016-07-22 | Check for errors when deleting routes inside rtable_walk() and abort | Martin Pieuchot |
2016-07-22 | Prevent NULL-pointer call for filesystems that don't provide vfs_sysctl | Mark Kettenis |
2016-07-22 | Fix a double rtfree(9) triggered when IPSEC inserts a more specific | Martin Pieuchot |
2016-07-21 | Remove a few debugging leftovers | Mike Belopuhov |
2016-07-21 | Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211. | Stefan Sperling |
2016-07-21 | set and clear the 10baseT bit in statchg | Jonathan Gray |
2016-07-20 | Plug potential leak of device list. | Kenneth R Westerback |
2016-07-20 | To tune the TCP SYN cache we need more information. Print the | Alexander Bluhm |
2016-07-20 | Split in6_selectsrc() into a low-level part and a pcb-level part, and | Vincent Gross |
2016-07-20 | Disable the beacon filter in iwm(4). This allows beacons to pass through to | Stefan Sperling |
2016-07-20 | Make the iwn(4) LED flash 10 times slower in monitor mode. | Stefan Sperling |
2016-07-20 | In net80211, enable RTS for frames above a particular size (currently 512 | Stefan Sperling |
2016-07-20 | Bring iwn_update_htprot() back, so iwn(4) will properly keep track | Stefan Sperling |
2016-07-20 | Unbreak ural(4), which had been dropping frames on Tx while | Stefan Sperling |
2016-07-20 | ATI controllers seem to need the same workaround as VIA controllers. | Martin Pieuchot |
2016-07-20 | Make the size for the syn cache hash array tunable. As we are | Alexander Bluhm |
2016-07-19 | Plug an mbuf leak in the error path of tcp signature in tcp_output(). | Alexander Bluhm |
2016-07-19 | Fix the check supposed to prevent 'ip' and 'ip-stealth' balancing modes | Martin Pieuchot |
2016-07-19 | protect a pf specific function with the correct #if. Fixes ramdisk building. | Peter Hessler |
2016-07-19 | NULLify a route pointer after calling rtfree(9). | Martin Pieuchot |
2016-07-19 | style: no spaces after # for define/include, ok phessler benno | Henning Brauer |
2016-07-19 | don't hide globals between function prototypes; ok phessler benno | Henning Brauer |
2016-07-19 | remove wrong and misleading comment, ok phessler | Henning Brauer |
2016-07-19 | Revert use of the _SAFE version of SRPL_FOREACH() now that the offending | Martin Pieuchot |
2016-07-19 | Return EAGAIN for every deleted route when detaching an interface. | Martin Pieuchot |
2016-07-19 | In ip6_input() use a shortcut to detect our own address if the pf | Alexander Bluhm |
2016-07-19 | Use a flag to indicate that a packet has been received on an IPv6 | Martin Pieuchot |
2016-07-19 | instead of messing about with pointer arithmetic, add an empty array | Ted Unangst |
2016-07-19 | virtio_pci: Always allow MSI/MSI-X | Stefan Fritsch |
2016-07-19 | Remove what appears to be a copy-paste error setting cur_ttb | Tom Cosgrove |