Age | Commit message (Expand) | Author |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-27 | rxr ioctl handling. | David Gwynne |
2014-08-27 | Remove redundant setting of if_mtu which ether_ifattach() already | Brad Smith |
2014-08-27 | deprecate the "item offset" handling. nothing uses it, so we can | David Gwynne |
2014-08-26 | dont base the mru on the mtu. unconditionally make it what the | David Gwynne |
2014-08-26 | Do not hand-roll all routers link local address. | Florian Obser |
2014-08-26 | Revert the addition of broadcast addresses, it apparently also corrupts | Martin Pieuchot |
2014-08-26 | Revert part of the if_rxr diff that incorrectly moves RX ring tail | Mike Belopuhov |
2014-08-25 | We have never limited the definition of "supported SPF modules" | Mike Belopuhov |
2014-08-25 | Move sending of router solicitations to the kernel; receiving and | Florian Obser |
2014-08-24 | socketvar.h instead of socket.h, oops | Theo de Raadt |
2014-08-24 | Fix wrong IEEE 802.11 ioctl's: | Vadim Zhukov |
2014-08-24 | remove trailing whitespace | Stefan Fritsch |
2014-08-24 | Add some TX BD flags for BCM5717 family chips. | Brad Smith |
2014-08-23 | Move splnet() in in_ifinit() to protect less code that does not | Alexander Bluhm |
2014-08-23 | oddly now needs sys/socket.h, because someone removed struct socket fwd | Theo de Raadt |
2014-08-22 | POSIX/FreeBSD/NetBSD/Linux/etc agree -- blk[size|cnt]_t is the bomb. | Kenneth R Westerback |
2014-08-22 | pseudo-device crypto was accidentally left for some architectures. | Theo de Raadt |
2014-08-21 | Set the sensor's status when docking and undocking, not just its value. | kspillner |
2014-08-21 | Now that DVACT_DEACTIVATE is propagated to the children of a device when | Martin Pieuchot |
2014-08-21 | Fix a copy and pasto with the standard ring setup with calling if_rxr_init() | Brad Smith |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-08-21 | Misleading comments about splnet(). | Martin Pieuchot |
2014-08-21 | If an ifa has as NULL ifp pointer then is should be considered as | Martin Pieuchot |
2014-08-20 | after allocating an mbuf and cluster you still need to init the length | David Gwynne |
2014-08-20 | Implement rxrinfo ioctl for cluster usage statistics | Mike Belopuhov |
2014-08-20 | Call audio_{pint,rint}() call-backs with the mutex held. Found by | Alexandre Ratchov |
2014-08-20 | Bye bye /dev/crypto | Mike Belopuhov |
2014-08-20 | Bye bye /dev/crypto | Mike Belopuhov |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov |
2014-08-20 | Release CPU mutexes on EINVAL. | doug |
2014-08-20 | brad said i had some whitespace screwups in my previous diff. this cleans | David Gwynne |
2014-08-20 | remove the custom jumbo allocator. its never been enabled or used. | David Gwynne |
2014-08-20 | replace the custom jumbo allocator with MCLGETI. | David Gwynne |
2014-08-20 | replace the custom jumbo allocator with MCLGETI. | David Gwynne |
2014-08-20 | replace sks jumbo allocator with MCLGETI. the system provides jumbos in | David Gwynne |
2014-08-20 | bring back r1.130: | David Gwynne |
2014-08-19 | More PIC programming magic, as well as a specific workaround for lost | Miod Vallat |
2014-08-19 | Set Eng. GFE has a 32-bit ID register, so put it in the 32-bit section. | Miod Vallat |
2014-08-19 | yet another typo | Miod Vallat |
2014-08-19 | Enable rts5227, as found in my new Thinkpad x240. | Peter Hessler |
2014-08-19 | Three independent typos for `independent' or `independently'. | Miod Vallat |
2014-08-19 | When a local route entry is added for an ifa having a broadcast address, | Martin Pieuchot |
2014-08-19 | Keep pim code under #ifdef PIM to be coherent with what's in netinet/. | Martin Pieuchot |
2014-08-19 | Make sure state changes are properly serialized. | Martin Pieuchot |
2014-08-19 | in myx_start, replace | David Gwynne |
2014-08-19 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-08-18 | Explicitely need <sys/pool.h> now. | Miod Vallat |
2014-08-18 | Sigh, ignoring instruction fetch bus errors for the kernel code should not | Miod Vallat |
2014-08-18 | pool debug back on | Ted Unangst |