hammer2 - Initial HARDLINK -> DIRENT replacement code
[dragonfly.git] / sys / net /
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
2017-05-24 Sepherosa Ziehauifnet: Rework if_ringmap_match
2017-05-12 Sepherosa Ziehaupf: Normalized, i.e. defragged, packets requiring rehash.
2017-05-11 Sepherosa Ziehaunetisr: Add tunable for netisr_ncpus.
2017-05-11 Sepherosa Ziehauifnet: Add ringmap, which does ring/cpu map and generat...
2017-04-11 Matthew Dillonppp - Fix minor overflow in protocol search
2017-04-10 Sepherosa Ziehaupf: Don't assume # of network procecssing CPUs is power...
2017-04-10 Sepherosa Ziehautoeplitz: Add comment.
2017-04-10 Sepherosa Ziehaunetisr: Use netisr_ncpus to convert hash to cpuid.
2017-04-10 Sepherosa Ziehaunet: Reorder sysinit a bit.
2017-04-09 Sepherosa Ziehauifpoll: Use netisr_ncpus.
2017-04-09 Sepherosa Ziehauifpoll: Use SYSINIT to initialize per-cpu ifpoll context.
2017-04-05 Sepherosa Ziehaunet: Make netisr_ncpus sysctl read-only.
2017-04-05 Sepherosa Ziehaunet: Define # of cpus for network processing.
2017-04-05 Sepherosa Ziehaunet: netisr_cpu -> netisr_threads; no functional changes.
2017-04-05 Sepherosa Ziehaunet: Get rid of ifnet threads.
2017-04-05 Sepherosa Ziehauipfw3: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehauipfw: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehaubridge: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehauvlan: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehaunet: Reduce dependency on ifnet threads.
2017-03-27 Matthew Dillonkernel - Remove if_sl, if_ppp, and if_faith from the...
2017-02-16 Sepherosa ZiehauUnbreak kernel building
2017-02-16 Sascha Wildnerkernel: Fix the type of 'cmd' in various ioctl function...
2017-02-14 Sepherosa Ziehaualtq: Use microuptime() instead of microtime() - boottime.
2017-02-13 Sepherosa Ziehaulibkern: Make inet_ntoa MPSAFE by passing string buffer...
2017-02-13 Sepherosa Ziehaunet: Make sure that local variable is really used.
2017-02-07 Matthew Dillonbuild - Separate out CFLAGS for kernel & module build
2017-01-26 Matthew Dillonkernel - Refactor suword, fuword, etc. change vmm_gues...
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-08 Matthew Dillonkernel - Cleanup PFIL_MPSAFE
2017-01-07 Sepherosa Ziehauifq: Factor out if_classq from altq_classq and use...
2017-01-06 Sepherosa Ziehauifq: Switch to drop-head for default enqueue method.
2017-01-06 Sepherosa Ziehauif: Defer the if_up until the ifnet.if_ioctl is called.
2017-01-06 Sepherosa Ziehauif: Remove unnecessary critical sections.
2016-12-25 Sepherosa Ziehauloopback: Allow turning off RSS.
2016-12-17 Sepherosa Ziehaumbuf: Factor function to set mbuf hash.
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-10-18 Sascha Wildnerkernel: Remove the COMPAT_43 kernel option along with...
2016-10-18 Sepherosa Ziehauroute: addroute may change rt->rt_ifa; keep the local...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-07 Matthew Dillonkernel - Cleanup gcc warnings
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-08-03 Matthew Dillonkernel - Remove PG_ZERO and zeroidle (page-zeroing...
2016-07-15 Matthew Dillonkernel - Rename 'cpu' global
2016-07-12 Matthew Dillonkernel - Adjust arp code to not spam all cpus
2016-07-09 Sascha Wildnerkernel: Don't use userland's <stdarg.h> from kernel...
2016-06-27 Sepherosa Ziehauifnet: Add oqdrops statistics
2016-06-22 Bill Yuanipfw3_nat: kmalloc netmsg from M_LWKTMSG
2016-06-21 Bill Yuanipfw3: lockless in-kernel NAT
2016-06-09 Sascha Wildnerkernel: Save some indent here and there and some small...
2016-05-26 Sepherosa Ziehautcp: Make setsockopt(2) TCP_{NODELAY,NOPUSH,NOOPT,FASTK...
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
next