Age | Commit message (Expand) | Author |
2018-02-19 | tunneldf needs ifr_df | David Gwynne |
2018-02-19 | support configuration of fragmentation of the tunnel traffic | David Gwynne |
2018-02-19 | enable configuration of tunnel fragmentation. | David Gwynne |
2018-02-19 | initialise sc_df to 0 in clone create rather than setting sc_ttl badly | David Gwynne |
2018-02-19 | add code to support configuration of tunnel traffic fragmentation | David Gwynne |
2018-02-19 | make sure only root can configure an interface with SIOCSLIFPHYDF. | David Gwynne |
2018-02-19 | add ioctls for tunnels to configure whether they allow fragmentation or not. | David Gwynne |
2018-02-18 | don't allow configuration of non-ipv4 addresses. | David Gwynne |
2018-02-18 | - regression in pflog output | Alexandr Nedvedicky |
2018-02-18 | Revert previous. It triggers mbuf pool exhaustion on arm64. | Mark Kettenis |
2018-02-18 | Inline hw_{get,set}curcpu() to streamline the machine code. | Visa Hankala |
2018-02-18 | Replace a full memory barrier with a write-write barrier. The full | Visa Hankala |
2018-02-18 | document "machine video"; requested by tinker | Jason McIntyre |
2018-02-17 | Rename memhook to vmmap to match other archs. | Mark Kettenis |
2018-02-16 | Add sizes for free() in the i386 version of the Enhanced SpeedStep driver. | Frederic Cambus |
2018-02-16 | Support card interrupts in imxesdhc(4). The code that was written | Patrick Wildt |
2018-02-16 | make gre_encap prepend both the gre and tunnel ip headers. | David Gwynne |
2018-02-16 | put egre back in a tree | David Gwynne |
2018-02-16 | allow wccp processing to be enabled per interface with the link0 flag. | David Gwynne |
2018-02-15 | take egre(4) packets out early in gre input | David Gwynne |
2018-02-15 | use the arm64 openprom.c on arm64 | Jonathan Gray |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2018-02-14 | kern_mutex.c is gone. | Martin Pieuchot |
2018-02-14 | Put WITNESS only functions with the rest of the locking primitives. | Martin Pieuchot |
2018-02-12 | Use IP6_SOIIKEY_LEN instead of hardcoded value. | Martin Pieuchot |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | use a mobileip_tunnel struct to represent the interfaces tunnel info. | David Gwynne |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | Typo in a comment (CR$_VMXE instead of CR4_VMXE). No functional change. | Mike Larkin |
2018-02-12 | ; ends c statements, not ;; | David Gwynne |
2018-02-12 | dont handle SIOCSIFRDOMAIN twice, egre isn't supposed to filter it. | David Gwynne |
2018-02-11 | Revert rev 1.163. Causes network issues in Firefox. | Matthieu Herrb |
2018-02-11 | Use the new APIs for setting block lengths and reading from/writing to | Patrick Wildt |
2018-02-11 | Move .openbsd.randomdata into .rodata. This makes things more | Patrick Wildt |
2018-02-11 | Rework the DDB trace handling for armv7. By switching to clang the | Patrick Wildt |
2018-02-11 | Add sdmmc_io_set_blocklen() which allows to set the block length of an | Patrick Wildt |
2018-02-11 | Add sdmmc_io_read_region_1() and sdmmc_io_write_region_1() as an | Patrick Wildt |
2018-02-11 | Move landisk to MI mutex. | Martin Pieuchot |
2018-02-11 | Copy the scan results into a new buffer to re-align the data so that we | Patrick Wildt |
2018-02-11 | Since the BCDC header has a variable data offset, so the ethernet packet | Patrick Wildt |
2018-02-11 | oops, typo | Theo de Raadt |
2018-02-11 | Update the packet header length as well as the mbuf length on | Patrick Wildt |
2018-02-11 | light documentation for MAP_STACK | Theo de Raadt |
2018-02-11 | Can mask MAP_STACK by name rather than number | Theo de Raadt |
2018-02-11 | Add MAP_STACK flag. Currently masked by mmap() | Theo de Raadt |
2018-02-11 | Add a ROUTE_PRIOFILTER socket option for roueing sockets that | Sebastian Benoit |
2018-02-11 | if an interface is added to the bridge that doesn't exist, try to create it | Henning Brauer |
2018-02-11 | add an ipv6 "don't fragment" flag to mbufs for ip6_output to use. | David Gwynne |