ipfw3nat: kernel NAT without libalias
[dragonfly.git] / sys /
2018-04-13 Bill Yuanipfw3nat: kernel NAT without libalias
2018-04-13 Bill Yuanipfw3basic: fix `to me`
2018-04-13 Bill Yuanipfw3nat: a cleanup callout to purge the expired transl...
2018-04-13 Bill Yuanipfw3nat: show translations
2018-04-13 Bill Yuanipfw3nat: release the nat context during fini
2018-04-13 Bill Yuanipfw3nat: flush all configurations
2018-04-13 Bill Yuanipfw3nat: delete configuration
2018-04-12 Imre Vadászkbdmux - Simplify taskqueue handling, and get rid of...
2018-04-11 Bill Yuanipfw3nat: sysctl vars for nat state timeouts
2018-04-11 Antonio Huete Jimenezcontrib/libpcap - Local adjustments
2018-04-11 Antonio Huete Jimenez<net/dlt.h> - Add a bunch of DLTs from libpcap
2018-04-11 Antonio Huete Jimenezbpf - Add two new instructions
2018-04-10 Sascha Wildner<bus/cam/scsi/scsi_daio.h>: Include <sys/types.h> for...
2018-04-10 Sascha WildnerMove the IOCTLTRIM ioctl to a better header and rename...
2018-04-10 Bill Yuanipfw3nat: when the nat config is already exists
2018-04-10 Tomohiro Kusumisys/vfs/autofs: Use d_xxx_t typedefs for /dev/autofs
2018-04-09 Bill Yuanipfw3nat: show nat config in kernel
2018-04-09 Bill Yuanipfw3nat: func to get new alias
2018-04-09 Bill Yuanipfw3nat: nat func to replace the src or dst
2018-04-09 Bill Yuanipfw3nat: check_nat func
2018-04-09 Bill Yuanipfw3nat: add conf in kernel
2018-04-09 Bill Yuanipfw3nat: standardize the function names
2018-04-08 Bill Yuanipfw3nat: move implimentation back to *.c file
2018-04-08 Bill Yuanipfw3nat: cleanup for LINT64 build
2018-04-08 Bill Yuanipfw3nat: standardize the function names
2018-04-08 Bill Yuanipfw3nat: remove the module dependency
2018-04-08 Bill Yuanipfw3nat: RB_tree to keep the translation records
2018-04-08 Bill Yuanipfw3nat: cleanup 2
2018-04-08 Bill Yuanipfw3nat: delete the libalias 1
2018-04-08 Bill Yuanipfw3nat: cleanup
2018-04-08 Matthew Dillonkernel - Change AcpiOs*Lock() operation to reduce freezes
2018-04-08 Matthew Dillonkernel - Fix pageout / sbusy race
2018-04-07 Sascha Wildnerufs: Rename a number of UFS constants throughout the...
2018-04-04 Sascha Wildner<sys/ioctl_compat.h>: Add a reminder comment about...
2018-04-01 Sascha Wildnerkernel/vtnet: Add opt_ifpoll.h to the Makefile.
2018-04-01 Sascha Wildnerkernel/vkernel: Add __printflike() to two internal...
2018-04-01 Aaron LIloader/menu: Fix 'vfs.root.real_root' to be 'vfs.root...
2018-04-01 Matthew Dillonhammer2 - Increase bulkfree buffer size request and cap
2018-03-30 Imre Vadászif_vtnet - Add polling support.
2018-03-30 Imre Vadászif_vtnet - Factor out the virtio_bind_intr() calls...
2018-03-30 zrjkernel/usb4bsd: Add missing descriptions for C610/X99...
2018-03-30 Matthew Dillonkernel - Fix UFS bug on filesystem full conditions
2018-03-29 Imre Vadászvirtio_pci - Fix vtpci_reinit MSI-X vector reinitializa...
2018-03-29 Imre Vadászif_vtnet - Fixup serialized assertion in vtnet_is_link_...
2018-03-28 Matthew Dillonbridge - Fix dereference race
2018-03-28 Matthew Dillonbridge - Fix arp issue
2018-03-28 Imre Vadásziwm - Always clear watchdog timer, when bringing down...
2018-03-28 Imre Vadásziwm - Clear Time Event active state, when receiving...
2018-03-28 Imre Vadászvtnet - Split up serializers, now has separate rx and...
2018-03-28 François Tigeotsys/file.h: Expand struct file for drm/linux shim
2018-03-27 Justin C. SherrillChanges for DragonFly 5.3. v5.3.0
2018-03-27 Imre Vadászif_vtnet - Cleanup ifalt_subque handling a bit.
2018-03-27 Sascha Wildnerkernel/{ext2,u}fs: Remove unused 'in_exists' from struc...
2018-03-26 Imre Vadászif_vtnet - Get rid of separate vtnet_{rx,tx}_intr_task...
2018-03-26 Imre Vadászif_vtnet - Fixup previous commit.
2018-03-26 Imre Vadászif_vtnet - Use ifsq_watchdog_* functions as the watchdog.
2018-03-26 Tomohiro Kusumisys/vfs/autofs: Cleanups (sync with NetBSD and OpenBSD)
2018-03-25 Imre Vadászif_vtnet - Don't drop vtnet_slz in some of the virtqueu...
2018-03-25 Imre Vadászif_vtnet - Remove vtnet_tick_ch and vtnet_cfgchg_task...
2018-03-25 Imre Vadászif_vtnet - Pass the vtnet serializer in ether_ifattach().
2018-03-25 Imre Vadászif_vtnet - Remove unused vtnet_tick() code.
2018-03-25 Imre Vadászif_vtnet - No need to use the taskqueue to run vtnet_up...
2018-03-25 François Tigeotdrm/linux: Add signal_pending_state
2018-03-24 Imre Vadászvirtio - Get rid of unused flags option in virtio_alloc...
2018-03-24 Imre Vadászvirtio - Explicitly teardown interrupts in driver detac...
2018-03-24 Imre Vadászvirtio - Move virtqueue_pending() checks into the child...
2018-03-24 Imre Vadászvirtio - Get rid of config_change devmethod, treat...
2018-03-24 Imre Vadászvirtio - Specify handler and argument in bind_intr...
2018-03-24 Imre Vadászvirtio - Refactor virtio bus API, to untangle virtuques...
2018-03-24 Tomohiro Kusumisys/vfs/autofs: Revert 1bfb99b1b1("prevent assert on...
2018-03-24 François Tigeotdrm/linux: Add cmpxchg_relaxed()
2018-03-23 Matthew Dillonkernel - Fix namecache leak / broken hysteresis
2018-03-23 Sascha Wildnerkernel/machdep: Remove unused and #if 0'd finishidentcp...
2018-03-23 François Tigeotdrm/linux: Add a few functions (mostly stubs)
2018-03-23 François Tigeotkernel: Add missing atomic_fcmpset_*() variants
2018-03-23 Sascha Wildnerkernel/devfs: Use 1UL << ... in bitmap bit operations.
2018-03-22 Imre Vadászvirtio_blk - Inline vtblk_complete into vtblk_vq_intr...
2018-03-22 Imre Vadászvirtio_pci - Remove int return value from interrupt...
2018-03-22 Matthew Dillonkernel - devfs cleanup
2018-03-22 Matthew Dillonkernel - Fix tapN creation >= 32 units, fix pty issues...
2018-03-22 Matthew Dillonkernel - Fix tapN creation >= 32 units, fix pty issues...
2018-03-21 Matthew Dillonkernel - Fix quickhalt panic-on-reboot
2018-03-20 Sascha Wildnerboot/common/fs.h: Add a common definition of CTASSERT().
2018-03-20 Sascha Wildner<net/if_poll.h>: Add license. It was based on sys/net...
2018-03-20 Matthew Dillonkernel - Attempt to fix high vnlru cpu use
2018-03-19 Imre Vadászatkbdc - Add additional ACPI PNP IDs specified by Micro...
2018-03-19 Matthew Dillonkernel - Implement QUICKHALT shortcut for unmounting...
2018-03-19 Matthew Dillondevfs - Fix a few more issues (3)
2018-03-19 Matthew Dillonkernel - Fix deadlock during halt/reboot
2018-03-19 Matthew Dillondevfs - Fix a few more issues (2)
2018-03-18 Imre Vadászpc64 - Improve TSC and LAPIC timer calibration code.
2018-03-18 Imre Vadászacpi_hpet - Implement early HPET initialization for...
2018-03-18 Imre Vadászpc64 - Allow for initializing other cputimers than...
2018-03-18 Matthew Dillondm - synchronize disk info before returning
2018-03-18 Imre Vadásziwm - Improve firmware Time Event handling.
2018-03-18 Sascha Wildner<sys/mutex2.h>: Fix build without INVARIANTS.
2018-03-18 Imre Vadásziwm - Avoid Tx watchdog timeout, when dropping a connec...
2018-03-18 Imre Vadásziwm - Track firmware state better, and improve handling...
2018-03-18 Matthew Dillondevfs - Fix a few more issues
2018-03-17 Matthew Dillondevfs - Fix a few issues
next