pf: Make pf_print_host() print IPv6 addresses correctly
[dragonfly.git] / sys / net /
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
2017-09-19 Sepherosa Ziehauipfw: Add defrag action.
2017-09-16 Sepherosa Ziehaudummynet: ip_input expects ip_off/ip_len in network...
2017-09-16 Sepherosa Ziehauipfw/ipfw3: Use INTWAIT|NULLOK for mtag allocation.
2017-09-16 Sepherosa Ziehaudummynet: Don't deliver freed mbuf to callers.
2017-09-17 Matthew Dillonkernel - Order ipfw3 module before other ipfw3_* modules
2017-09-16 Sepherosa Ziehaunetisr: Make dynamic netisr rollup register/unregister...
2017-09-16 Sepherosa Ziehaunetisr: Use kmem_alloc3 for netisr thread and netlastfunc.
2017-09-12 Sepherosa Ziehauipfw: Add per-cpu table support.
2017-09-06 Sepherosa Ziehauipfw: Stringent assertions.
2017-09-06 Sepherosa Ziehauipfw: Utilize netisr_domsg_global, which is more expres...
2017-09-06 Sepherosa Ziehauipfw: Use netisr wrappers
2017-09-06 Sepherosa Ziehaunetisr: Add wrapper for lwkt_dropmsg()
2017-09-06 Sepherosa Ziehauipfw: It can only be configured in netisr0; make it...
2017-09-05 Sepherosa Ziehauipfw3: Simplify sockopt.
2017-09-05 Sepherosa Ziehaudummynet: Move ctrl function pointer to dummynet
2017-09-05 Sepherosa Ziehauipfw: Reindent; no functional changes.
2017-09-05 Sepherosa Ziehauipfw: Simplify sockopt.
2017-09-05 Sepherosa Ziehauipfw: Rework states and tracks.
2017-08-14 Sepherosa Ziehauipfw: Use SEQ_GEQ
2017-08-11 Sepherosa Ziehauethernet: ether_output should only run in the first...
2017-08-11 Sepherosa Ziehauroute: Routes should only be accessed from the first...
2017-08-08 Sepherosa Ziehaunetisr: Simplify assertion related bits
2017-08-07 Sepherosa Ziehaustf: Make route per-cpu. And it should run in the...
2017-08-07 Sepherosa Ziehaugre: Rework routing facilities.
2017-08-04 Sepherosa Ziehauroute: Minor cleanup
2017-08-04 Sepherosa Ziehauroute: Delete ortentry, SIOC{ADD,DEL}RT and RTM_OLD...
2017-08-04 Sepherosa Ziehaugif: It should only run in the first netisr_ncpus netisrs
2017-08-04 Sepherosa Ziehauroute: Add rtfree_async.
2017-08-04 Sepherosa Ziehaupfsync: Send packet in netisr0 and do it asynchronously.
2017-08-04 Sepherosa Ziehaumbuf: Add message header for generic mbuf sending/recei...
2017-08-03 Sepherosa Ziehausystimer: Adjust systimers on their owner cpus.
2017-07-29 Sascha Wildnerkernel: Remove some variables that are only set but...
2017-07-27 Sepherosa Ziehaupolling: Simplify the code by using netsr_*msg functions.
2017-07-27 Sepherosa Ziehaunetisr: Add netisr_sendmsg_oncpu()
2017-07-27 Sepherosa Ziehaubridge: It should only run in netisr_cpus netisrs
2017-07-24 Sepherosa Ziehaualtq/cbq: Drain pending callout and the cooresponding...
2017-07-24 Sepherosa Ziehaualtq/cbq: Redispatch restart function to netisr0.
2017-07-24 Sepherosa Ziehaualtq: Fix typo
2017-07-21 Sepherosa Ziehauvlan: It should only run in netisr_cpus netisrs
2017-07-21 Sepherosa Ziehauipfw: ipfw only runs on netisr_ncpus
2017-07-21 Sepherosa Ziehaunetisr: Add add support for netisr_ncpus
2017-07-18 Sepherosa Ziehaunetisr: netisr_forwardmsg -> netisr_forwardmsg_all
2017-07-15 Sascha Wildnerifnet: Fix typo.
2017-07-11 Sepherosa Ziehauifnet: Log rarely used ifnet address destruction.
2017-07-11 Sepherosa Ziehauifnet: Break long lines.
2017-07-11 Sepherosa Ziehauifnet: ifa_addr should always be configured.
2017-07-11 Sepherosa Ziehauifnet: Delete INET address should not fail; panic upon...
2017-07-06 Sepherosa Ziehauipfw: Increate FIN states life time.
2017-07-06 Sepherosa Ziehauipfw: Don't allow state allocation to fail and use...
2017-07-02 Sepherosa Ziehauipfw: Remove context generation; the race it tries...
2017-06-30 Sepherosa Ziehauroute: Cache align statistics.
2017-06-26 Bill Yuanipfw3_nat: move housekeeping into callout func
2017-06-26 Bill Yuanlibalias: pointer for house keeping func
2017-06-26 Bill Yuanipfw3_nat: callout func for nat record cleaning
2017-06-26 Bill Yuanipfw3_nat: new sysctl node 'cleanup_interval'
2017-06-26 Bill Yuanipfw3_nat: move func prototype into header
2017-06-26 Bill Yuanlibalias: cleanup
2017-06-25 Sepherosa Ziehauif: Implement classq_concat()
2017-06-22 Sepherosa Ziehaudomain: Explicitly setup inet/inet6/route/local domain.
2017-06-21 Sepherosa Ziehauifnet: Remove unused functions
2017-06-20 Sepherosa Ziehauloopback: Free ifnet memory in clone_destroy method.
2017-06-20 Sepherosa Ziehauloopback: Function renaming
2017-06-20 Sepherosa Ziehauloopback: Use ifclone APIs to create loopback interfaces.
2017-06-04 Sepherosa Ziehaubridge: Fix comment.
2017-06-04 Sepherosa Ziehauvlan: Fix comment.
2017-06-04 Sepherosa Ziehauipfw: Fix comment.
2017-06-10 Bill Yuanipfw3sync: release mbuf after sync
2017-06-10 Bill Yuanipfw3: seperate socreate & sobind to support socreate_fast
2017-06-10 Bill Yuanipfw3_basic: keep-state is a pseudo filter
2017-06-08 Bill Yuanipfw3sync: dont call the sync func when centre not...
2017-06-08 Bill Yuanipfw3sync: comment out the printing
2017-06-07 Bill Yuanipfw3_basic: move netisr_domsg out of callout func
2017-06-01 Sepherosa Ziehauifnet: Fix regression if netisr_ncpus consisted of...
2017-06-01 Sepherosa Ziehauifnet: Stringent if_ringmap assertion
2017-05-31 Sepherosa Ziehauifnet: Remove redundant check.
2017-05-31 Sepherosa Ziehauifnet: Add support to create ringmap requiring power...
2017-05-26 Sepherosa Ziehauifnet: Split ringmap declaration into their own header.
2017-05-25 Sepherosa Ziehauifnet: Add comment for ringmap
next