sys/vfs/hammer: Panic with "for redo" on insufficient FIFO for redo
[dragonfly.git] / sys / net /
2015-10-07 Sascha Wildnerkernel/ipfw3: Some build fixes.
2015-10-06 Bill Yuanipfw3: lookup_state for keep-state and check-state
2015-10-06 Bill Yuanipfw3: support ip:port in filter from and new filter...
2015-10-06 Bill Yuanipfw3: layer2 filter with lookup table
2015-10-06 Bill Yuanipfw3: shorten func show_filter and MACRO
2015-10-06 Bill Yuanipfw3: filtering with lookup table
2015-10-06 Bill Yuanipfw3: func to (re)name the table
2015-10-06 Bill Yuanipfw3: func to check if val exists in tbl
2015-10-06 Bill Yuanipfw3: misc fix
2015-10-06 Bill Yuanipfw3: support lookup tables
2015-09-10 Sascha Wildnerkernel/net: Change function definitions to static ...
2015-08-15 Sascha Wildnerkernel/lagg: Use __printflike().
2015-08-12 Sascha Wildneri386 removal, part 34/x: Remove some i386 traces from...
2015-08-08 John MarinoMerge branch 'vendor/NVI2'
2015-08-08 Sascha WildnerRemove remaining OSI protocol support.
2015-08-06 John MarinoMerge branch 'vendor/TRE'
2015-08-06 Sepherosa Ziehauinet6: Cosmetic clean up
2015-08-04 Sepherosa Ziehaurtsock: If target cpu is not specified, stick to cpu0
2015-08-03 Bill Yuanipfw3: get act of the rule
2015-08-03 Bill Yuanipfw3: dummynet dispatch back to the same cpu
2015-08-01 Sepherosa Ziehaunet: Factor out ASSERT_IN_NETISR and ASSERT_IS_NETISR
2015-07-29 Sepherosa Ziehaumcast: Use M_INTWAIT for multicast addresses allocation
2015-07-29 Sepherosa Ziehauifaddr: Use M_INTWAIT for ifaddr allocation
2015-07-28 Sepherosa Ziehauroute: Enhance panic message
2015-07-25 Sepherosa Ziehauifnet: Allow drivers to adjust mbuf cluster/jcluster...
2015-07-25 Nuno Antuneskernel/route: Use the netisr threads to initialize...
2015-07-18 John MarinoMerge branch 'vendor/GCC50'
2015-07-12 John MarinoMerge branch 'vendor/OPENBSD_LIBM'
2015-07-09 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-07-05 Sascha Wildner<net/bpf.h>: Include <sys/param.h> for roundup2().
2015-07-04 Sascha WildnerUse roundup2() from <sys/param.h> in a number of places.
2015-06-29 Bill Yuanipfw3: join same filters with or operator
2015-06-29 Bill Yuanipfw3: filter from/to supports me/any/subnet
2015-06-21 Bill Yuanipfw3: show NAT records
2015-06-17 Bill Yuanipfw3: support bpf filter in layer4 module
2015-06-17 Bill Yuanipfw3: filter 'established' in layer4 module
2015-06-17 Bill Yuanipfw3: stop deleting in-use NAT conf
2015-06-13 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-11 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-06-09 Matthew Dillonbuild - Parallelize kernel module build
2015-06-04 Matthew Dillonkernel - Fix altq fairq panic
2015-05-25 John MarinoMerge branch 'vendor/GCC50'
2015-05-11 Bill YuanLicense: Preserve previous licensor information
2015-04-22 John MarinoMerge branch 'vendor/GCC50'
2015-04-17 John MarinoMerge branch 'vendor/GCC50'
2015-04-02 John MarinoMerge branch 'vendor/GCC50'
2015-04-01 Sepherosa Ziehaurtsock: Fix NET_RT_FLAGS support
2015-03-31 John MarinoMerge branch 'vendor/BINUTILS225'
2015-03-23 Matthew Dillonkernel - Major mtx lock cleanup
2015-03-22 John MarinoMerge branch 'vendor/GCC50'
2015-03-22 John MarinoMerge branch 'vendor/BMAKE'
2015-03-19 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-03-16 Sepherosa Ziehauif: Remove unused if_ioctl_mtx
2015-03-14 Sascha Wildnerkernel/ipfw3: Fix LINT64 building.
2015-03-13 John MarinoMerge branch 'vendor/MPC'
2015-03-13 John MarinoMerge branch 'vendor/LESS'
2015-03-13 John MarinoMerge branch 'vendor/GCC50'
2015-03-13 Sepherosa Ziehaurtsock: Make sysctl NET_RT_DUMP MPSAFE.
2015-03-13 Matthew Dillonipfw/ipfw3 - Add pre-load sysctl to default filter...
2015-03-13 Sascha WildnerRevert "if_clone_detach twice when unload the if_lagg...
2015-03-12 Matthew Dillonipfw2 - Rename FreeBSD ipfw port to ipfw3
2015-03-12 Matthew Dillonipfw2 - Final whitespace cleanup
2015-03-12 Bill YuanNew IPFW2 for DragonflyBSD which is:
2015-03-12 Bill Yuanforward action description.
2015-03-12 Bill Yuanif_clone_detach twice when unload the if_lagg module.
2015-03-12 Bill Yuanallow layer2 filtering on ipfw2 when net.link.ether...
2015-03-12 Bill Yuanadjust lock in ipfw2_nat.
2015-03-12 Bill YuanM_DONTWAIT -> M_NOWAIT in ipfw2_basic
2015-03-12 Bill YuanMB_DONTWAIT -> M_NOWAIT
2015-03-12 Bill YuanLock release in ipfw2_nat module.
2015-03-12 Bill Yuanfix for 'multi-dest forwarding'
2015-03-12 Bill Yuanenhanced forward action in kernel space
2015-03-12 Bill Yuanreformat for textwidth=80
2015-03-12 Bill Yuanfilter functionality of keyword 'mac dst src' in layer2...
2015-03-12 Bill Yuanrename the header files.
2015-03-12 Bill YuanVersion 'alpha 1' of ipfw2 firewall module for Dragonfl...
2015-03-12 Bill YuanRefactor the source for ipfw2.
2015-03-12 Bill YuanNew ipfw2 for DragonflyBSD which is able to run paralle...
2015-03-12 Sascha Wildnerkernel: Move semicolon from the definition of SYSINIT...
2015-03-08 John MarinoMerge branch 'vendor/GCC50'
2015-03-02 Sepherosa Ziehauifnet: Make blocking operation in if_addrheads iteratio...
2015-02-27 Markus Pfeiffernet/if_lagg: Fix double-free issue
2015-02-27 John MarinoMerge branch 'vendor/GCC50'
2015-02-26 Markus Pfeiffernetif/if_lagg: Fix panic on MOD_UNLOAD
2015-02-20 John MarinoMerge branch 'vendor/GCC50'
2015-02-19 Sascha Wildnerkernel: Move us to using M_NOWAIT and M_WAITOK for...
2015-02-13 John MarinoMerge branch 'vendor/GCC50'
2015-02-11 John Marinokernel: Fix -Wmaybe-unitialized
2015-02-10 John MarinoMerge branch 'vendor/GCC50'
2015-02-10 John MarinoMerge branch 'vendor/GCC50' - gcc 5.0 snapshot 1 FEB...
2015-02-08 Sepherosa Ziehauifnet: Make ifnet and ifindex2ifnet MPSAFE
2015-02-03 Matthew Dillonwlan - Update wlan from Adrian / FreeBSD
2015-02-03 Matthew Dillonif_bridge - Increase MAC cache maximum to 4096
2015-02-03 Matthew Dillonif_bridge - Fix issue where source MAC is not recorded.
2015-01-25 Sascha WildnerMerge branch 'openssh'
2015-01-23 Peter AvalosMerge branch 'vendor/OPENSSH'
2015-01-15 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-01-14 Sepherosa Ziehaualtq: Dispatch tbr_timeout to netisr0 to run
2015-01-11 Sepherosa Ziehaunetmap: Remove unnecessary ifunit call
2015-01-07 Sascha Wildnerkernel: Remove our ancient SCTP support.
next