Age | Commit message (Expand) | Author |
2016-12-22 | Work around a NET_LOCK() recursion seen during NFS netboot: | Visa Hankala |
2016-12-21 | Add a driver for OCTEON MMC host controller. | Visa Hankala |
2016-12-21 | Grab the netlock when opened and closed; ok mpi, rzalamena | Mike Belopuhov |
2016-12-21 | Use __func__ in debug log to reduce noise when grepping. | Martin Pieuchot |
2016-12-21 | Remove the netlock workaround since if_detach is doing it for us now. | Mike Belopuhov |
2016-12-21 | Remove the rwlock paranoia since we're under KERNEL_LOCK anyway | Mike Belopuhov |
2016-12-21 | Remove recursive splsoftnet(). | Martin Pieuchot |
2016-12-21 | Remove recursive splsoftnet() from the ioctl(2) path. | Martin Pieuchot |
2016-12-21 | Fix build without PIM defined. | Martin Pieuchot |
2016-12-21 | Generate an IFINFO message when changing the MTU of an interface. | Jeremie Courreges-Anglas |
2016-12-21 | Fix PIM compilation even though it is disabled. | Rafael Zalamena |
2016-12-20 | Grab the NET_LOCK() in so{s,g}etopt(), pffasttimo() and pfslowtimo(). | Martin Pieuchot |
2016-12-20 | Fix compiler warnings generated by clang. This matches upstream commit | Mark Kettenis |
2016-12-20 | Grab the netlock during interface attach and detach. | Mike Belopuhov |
2016-12-20 | A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl | Alexander Bluhm |
2016-12-20 | In midiread() and midiwrite(), add a second goto label to | Alexandre Ratchov |
2016-12-20 | Fix many typos. From Michael W. Bombardieri <mb at ii.net>. Thanks | Alexandre Ratchov |
2016-12-20 | Simplify the activate() functions of auglx(4), autri(4), and | Alexandre Ratchov |
2016-12-20 | Group identical close_in_jack() and close_out_jack() into a single | Alexandre Ratchov |
2016-12-20 | Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>. | Alexandre Ratchov |
2016-12-20 | Release the NET_LOCK() before calling any socket function since it is | Martin Pieuchot |
2016-12-20 | Prevent grabing the NET_LOCK() twice in the ioctl(2) and input path. | Martin Pieuchot |
2016-12-20 | Kill recursive splsoftnet()/splx() in tcp_ctloutput(). | Martin Pieuchot |
2016-12-20 | fix use of uninitialised variables | Jonathan Gray |
2016-12-20 | no need to test if an array is non-NULL | Jonathan Gray |
2016-12-20 | Disable TKIP (WPA1) by default. | Stefan Sperling |
2016-12-20 | Remove duplicate in_ioctl() prototype, it is in in_var.h now. | Alexander Bluhm |
2016-12-20 | Kill recursive splsoftnet()/splx() dances in ioctl(2) path. | Martin Pieuchot |
2016-12-20 | fix an uninitialised variable on altivec assist trap | Jonathan Gray |
2016-12-20 | Put a write memory barrier into counters_enter(). This ensures | Alexander Bluhm |
2016-12-20 | Call the multicast timer callback per domain instead of for all domains | Rafael Zalamena |
2016-12-20 | No need for splsoftnet()/splx() dance around a pool_put() if the pool | Martin Pieuchot |
2016-12-20 | Remove unused timeout that was never being set. | Rafael Zalamena |
2016-12-20 | Fix operand of pushq instruction; clang's integrated assembler is less | Mark Kettenis |
2016-12-19 | Implement interface detaching | Mike Belopuhov |
2016-12-19 | Add experimental support for device hot-plugging | Mike Belopuhov |
2016-12-19 | Generating mixed 16-bit/32-bit/64-bit code with clang's integrated | Mark Kettenis |
2016-12-19 | Stop mentioning splsoftnet() in comments, it's almost history. | Martin Pieuchot |
2016-12-19 | Kill useless comment about splsoftnet() which is going away. | Martin Pieuchot |
2016-12-19 | Sending keep alive ends up in ip_output(), so it needs the NET_LOCK(). | Martin Pieuchot |
2016-12-19 | Assert that IPL_SOFTNET is needed rather than calling splsoftnet() | Martin Pieuchot |
2016-12-19 | Remove redundant splsoftnet(). | Martin Pieuchot |
2016-12-19 | Timer sending packets need to grab the NET_LOCK(). | Martin Pieuchot |
2016-12-19 | Kill unused function. | Rafael Zalamena |
2016-12-19 | Remove a recursive splsoftnet() in in_ioctl() that already asserts that | Martin Pieuchot |
2016-12-19 | If rt_ifa_addlocal() in in_ifinit() fails, the address has been | Alexander Bluhm |
2016-12-19 | Adjust Makefile to gain improvements that were made in other archs | Patrick Wildt |
2016-12-19 | Fix debug printf format and arguments. | Patrick Wildt |
2016-12-19 | Extend the multicast sockets and multicast hash table support to multiple | Rafael Zalamena |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |