if_tun: Use pointer to ifnet in tun_softc struct
[dragonfly.git] / sys / net /
2018-07-19 Aaron LIif_tun: Use pointer to ifnet in tun_softc struct
2018-07-19 Aaron LIif_tun: Some small tweaks and cleanups
2018-07-19 Aaron LIif_tap: Restore SIOCGIFFLAGS, SIOC[GS]IFADDR ioctls...
2018-07-17 Aaron LIRevert "if_tap: Get rid of arpcom struct from tap_softc...
2018-07-17 Aaron LIif_tap: Disallow change network device type
2018-07-17 Aaron LIif_tap: Add TAPGIFNAME ioctl to get interface name
2018-07-17 Aaron LIif_tap: Remove the broken vmnet support
2018-07-17 Aaron LIif_tap: Return error instead of system panic
2018-07-17 Aaron LIif_tap: Remove redundant unit from tapcreate() and...
2018-07-17 Aaron LIif_tap: Get rid of arpcom struct from tap_softc struct
2018-07-17 Aaron LIif_tap: Destroy the autoclone device when unload module
2018-07-17 Aaron LIif_tap: Add read-only sysctl net.link.tap.refcnt
2018-07-17 Aaron LIif_tap: Remove global variable "taplastunit"
2018-07-17 Aaron LIif_tap: Some small tweaks and cleanups
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-06-20 Sascha Wildnerkernel: Remove some old 4.3BSD era ioctls.
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-05-24 Sascha WildnerRemove some duplicated includes.
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-15 Sascha Wildnerkernel/ipfw3: Remove unused malloc type.
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-13 Sascha Wildneripfw3: Fix kernel building without DEBUG in the config...
2018-05-13 Sascha WildnerFix LINT64 for the recent ipfw3 changes.
2018-05-12 Bill Yuanipfw3_nat: highspeed lockless in-kernel NAT
2018-04-21 Sascha WildnerRemove IPsec and related code from the system.
2018-04-19 Bill Yuanipfw3nat: remove the state from the proper tree
2018-04-18 Antonio Huete Jimenezbpf - Add BIOC{S,G}FEEDBACK ioctls
2018-04-18 Antonio Huete Jimenez<net/dlt.h> - Remove a comment which is no longer appli...
2018-04-18 Antonio Huete Jimenez<net/dlt.h> - Add some more DLTs
2018-04-13 Bill Yuanipfw3: remove legacy macros
2018-04-13 Bill Yuanipfw3nat: move the implementation back to *.c file
2018-04-13 Bill Yuanipfw3layer2: misc
2018-04-13 Bill Yuanipfw3basic: misc
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-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 Bill Yuanipfw3nat: when the nat config is already exists
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-03-28 Matthew Dillonbridge - Fix dereference race
2018-03-20 Sascha Wildner<net/if_poll.h>: Add license. It was based on sys/net...
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-02-18 Sascha WildnerReplace local array size calculations with NELEM().
2018-02-14 zrjkernel/net: Remove use of "%b" format.
2018-02-10 Sepherosa Ziehauif: Allow user to override software queue length.
2018-02-10 Sepherosa Ziehauif: Remove ifq maxlen fixup in ifinit.
2018-02-01 zrjkernel: Avoid empty macros.
2018-01-21 zrjipfw3_nat: Reindent switch cases.
2018-01-20 Sascha Wildnerkernel/pf: Remove an unused variable.
2018-01-16 Sepherosa Ziehauipfw: Add icmpcodes support.
2018-01-06 Sascha Wildnerkernel/lagg: Normalize various #if XXX and #ifdef XXX...
2018-01-06 Sepherosa Ziehauipfw: ICMP_MAXTYPE could be any value; don't assume...
2018-01-06 Sepherosa Ziehauipfw: Support all possible ICMP types.
2018-01-06 Sepherosa Ziehauipfw: Define instruction size max.
2017-12-23 Sepherosa Ziehaunet: Increase max stage packet count to 16.
2017-11-25 Sascha WildnerRemove faith(4) and faithd(8) from the tree.
2017-10-22 Aaron LIpf: Make pf_print_host() print IPv6 addresses correctly
2017-10-22 Aaron LIpf: Always skip "urpf-failed" test for IPv6 link local...
2017-10-22 Aaron LIpf: use IN6_IS_SCOPE_EMBED to check kernel-internal...
2017-10-17 Sascha WildnerRemove "kernel ppp", i.e. if_ppp.ko and pppd(8).
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics
2017-10-16 Sepherosa Ziehauipfw: Factor out ipfw_init_args()
2017-10-16 Sepherosa Ziehauipfw: Flush the rules before unload the module.
2017-10-16 Sepherosa Ziehauipfw: Factor out ipfw_defrag_redispatch.
2017-10-16 Sepherosa Ziehaukern: Remove ncpus2 and friends.
2017-10-14 Sepherosa Ziehauipfw: Implement state based "redirect", i.e. without...
2017-09-28 Sepherosa Ziehauipfw: Add interface network filter.
2017-09-27 Sepherosa Ziehauipfw: Add interface IP filter.
2017-09-25 Sepherosa Ziehauethernet: Restructure vlan check.
2017-09-25 Sepherosa Ziehaupolling: Utilize netisr_domsg_global
2017-09-25 Sepherosa Ziehaupolling: No need to explicitly align io context and...
2017-09-25 Sepherosa Ziehaupolling: Adjust comment
2017-09-25 Sepherosa Ziehaupolling: Don't do direct input in critical section.
2017-09-24 Sepherosa Ziehaupolling: Implement direct input support.
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-20 Sepherosa Ziehauipfw: Factor out fucntion to setup local variables.
2017-09-20 Sepherosa Ziehauipfw: Add ipfrag filter.
2017-09-20 Sepherosa Ziehauipfw: Remove unnecessary complexity
next