Age | Commit message (Expand) | Author |
2016-06-27 | Revert if_iwm.c r1.166. We are still seeing links dropping upon HT protection | Stefan Sperling |
2016-06-27 | Regen. | Joel Sing |
2016-06-27 | Restore the sys_o58_kill system call. | Joel Sing |
2016-06-27 | Restore the sys_o58_kill system call. | Joel Sing |
2016-06-27 | Kill outdated comment. Reading the code is enough. | Jeremie Courreges-Anglas |
2016-06-27 | Implement IPV6_MINHOPCOUNT support. | Jeremie Courreges-Anglas |
2016-06-27 | Copy inp_hops from the listening socket to the accepted one and use | Alexander Bluhm |
2016-06-27 | Fix a memory leak in an error path. | Jonathan Gray |
2016-06-27 | Correct the order of memset arguments. | Jonathan Gray |
2016-06-27 | The variable swapping between inp, newinp and oldinpcb in syn_cache_get() | Alexander Bluhm |
2016-06-27 | add ure(4), a driver for Realtek RTL8152 10/100 USB Ethernet adapters, | Jonathan Matthew |
2016-06-27 | dovutimens: call vrele(9) before returning EINVAL | Sebastien Marie |
2016-06-27 | sys_revoke: call vrele() before returning ENOTTY | Sebastien Marie |
2016-06-26 | use error code path instead of return early without calling VOP_ABORTOP() and | Sebastien Marie |
2016-06-26 | Dynamically attach cpsw(4) with the FDT. | Jonathan Gray |
2016-06-26 | Dynamically attach tiiic using the FDT. | Jonathan Gray |
2016-06-26 | Oups, remove '#define I2S_DEBUG' again. | Marcus Glocker |
2016-06-26 | Make i2s compile with I2S_DEBUG; %x -> %p. | Marcus Glocker |
2016-06-26 | add a missing argument specified in format string so this builds again | Jonathan Gray |
2016-06-26 | destatic | Jonathan Gray |
2016-06-26 | Dynamically attach omdog(4) using the FDT. | Jonathan Gray |
2016-06-24 | The function pf_get_sport() did work for out rules only. Make it | Alexander Bluhm |
2016-06-23 | Avoid multiple evaluation of macro arguments in softclock() | Stefan Kempf |
2016-06-23 | As klog dropped message has no ifdef small kernel, sendsyslog | Alexander Bluhm |
2016-06-23 | It is annoying that the dmesg buffer can overflow and loose messages | Alexander Bluhm |
2016-06-23 | when pf_test returns something but PF_PASS, set error to EACCES | Henning Brauer |
2016-06-22 | Fetch MAC address from FDT. | Mark Kettenis |
2016-06-22 | No modules thus no need for extra space for additional ppp compressions. | Jeremie Courreges-Anglas |
2016-06-22 | Add support for the second GMX interface on Octeon II. This enables | Visa Hankala |
2016-06-22 | In iwm(4), clear the in_assoc flag when going down. This flag affects behaviour | Stefan Sperling |
2016-06-22 | Remove code from iwm(4) which sends DTIM and TSF information to the | Stefan Sperling |
2016-06-22 | Make iwm(4) explicitly send multicast frames at the lowest rate, instead of | Stefan Sperling |
2016-06-22 | Identify UMIP feature, if available. | Mike Larkin |
2016-06-22 | dont need a traliing \ on a line in c code, it's not a macro definition. | David Gwynne |
2016-06-22 | rework art_walk so it will behave in an mpsafe world. | David Gwynne |
2016-06-22 | Main Hyper-V nexus driver, work in progress. | Mike Belopuhov |
2016-06-22 | Setup Hyper-V hypercall page and an IDT vector. | Mike Belopuhov |
2016-06-21 | To assist debugging TCP connection reuse with NAT, expand the | Alexander Bluhm |
2016-06-21 | Remove code to generate uboot tags. It hardcoded information for a single | Mark Kettenis |
2016-06-21 | add support to efifb for drawing a console on a coreboot framebuffer | Joshua Stein |
2016-06-21 | Add sc_cookie in sigcontext, as same as other ports. | Kenji Aoyama |
2016-06-21 | fix typos in comments and spacing | Alexandre Ratchov |
2016-06-20 | I2C driver for the Maxim DS1307 Real Time Clock chip. | Marcus Glocker |
2016-06-20 | In iwm(4), send PHY DB commands as async commands. | Stefan Sperling |
2016-06-20 | rework the splfoo implementation so it can provide splraise. | David Gwynne |
2016-06-20 | Make umb(4) less verbose by default. 'ifconfig umb0 debug' enables verbose mode. | Stefan Sperling |
2016-06-19 | Rework how umb(4) attaches such that it also works with devices that implement | Mark Kettenis |
2016-06-19 | Add define for NCM. | Mark Kettenis |
2016-06-19 | omap4 uart is compatible with omap3 uart but has it's own compatible string | Jonathan Gray |
2016-06-19 | dynamically attach omap uart with fdt | Jonathan Gray |