socket: Don't use NOTE_OOB as hint for KNOTE upon OOB
[dragonfly.git] / sys / net /
2015-12-17 Bill Yuanipfw3: fix for kernel build
2015-12-17 Bill Yuanipfw3: logging feature
2015-12-11 Sepherosa Ziehauif: Bandaid ifa_ifwithnet() for ifaddrs w/ same netmask
2015-12-04 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-04 John MarinoMerge branch 'vendor/GCC50'
2015-12-03 Sepherosa Ziehauifmedia: Add two helper functions for ifmedia_add and...
2015-12-02 Sascha Wildnerdevfs(9): Rename DEVFS_DECLARE_CLONE_BITMAP to DEVFS_DE...
2015-11-25 Sepherosa Ziehauifmedia: Reset ifm_media and ifm_cur in ifmedia_removeall()
2015-11-24 Sepherosa Ziehauifmedia: Macro naming and add function to convert str...
2015-11-24 Sepherosa Ziehauifmedia/ifconfig: Take flowcontrol as an alias for...
2015-11-24 Sepherosa Ziehauifmedia: Initialize ifm->ifm_media to IFM_NONE
2015-11-24 Sepherosa Ziehauifmedia: Fix SIOCGIFMEDIA ifmr_current value
2015-11-24 Sepherosa Ziehauifmedia: Set ifm->ifm_media properly upon ifmedia_set()
2015-11-24 Sepherosa Ziehauifmedia: Add IFM_ETH_MANUFLOW.
2015-11-23 Sepherosa Ziehauifmedia: Define flow control related description properly
2015-11-22 Sascha Wildnerkernel/libkern: Add strnlen() (from FreeBSD) and use it.
2015-11-16 Sascha Wildnerkernel/slip: Remove opt_slip.h inclusion, which is...
2015-11-15 Sepherosa Ziehautcp: Fix bind races due to async close and random socke...
2015-11-14 Matthew Dillonkernel - Fixes for usb modems
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-10-30 Sepherosa Ziehaubpf: Add support for 802.11 packet injection via bpf
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
next