Adjust VFS_SET() to deal with the change to struct vfsconf
[dragonfly.git] / sys / net /
2008-12-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-14 Sepherosa ZiehauWhite space cleanup
2008-12-14 Sepherosa ZiehauSplit net/dlt.h out of net/bpf.h
2008-12-14 Sepherosa ZiehauPull in libpcap's new DLTs
2008-11-26 Sepherosa Ziehau- Proper handle flags passed to bridge_rtflush() and...
2008-11-24 Hasso TepperAdd hardware type value define for IP over firewire...
2008-11-23 Sepherosa ZiehauAdd comment about how to survive blocking operation...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 2/2:
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 1.85/2
2008-11-22 Sepherosa Ziehaubstp_input() always returns NULL, so nuke its return...
2008-11-22 Sepherosa ZiehauFactor out ether_reinput_oncpu(). Mainly used by pseud...
2008-11-21 Sepherosa Ziehau- IFF_MONITOR processing will happen in ether_input_oncpu()
2008-11-21 Sepherosa ZiehauWhite space changes
2008-11-21 Sepherosa Ziehau- Update bridge ifnet's if_imcasts
2008-11-21 Sepherosa ZiehauParallelize bridge_input step 1.8/2:
2008-11-15 Sepherosa ZiehauRestore rev1.6 in different form
2008-11-15 Sepherosa ZiehauReturn the value returned by lwkt_domsg()
2008-11-15 Sepherosa ZiehauParallelize bridge_input step 1/2:
2008-11-15 Sepherosa Ziehau- Defer deep copyout which happens in bridge_ioctl_...
2008-11-14 Sepherosa Ziehau- Defer bridge callouts to BRIDGE_CFGPORT using dropabl...
2008-11-13 Sepherosa ZiehauSerialize bridge up/down by netisr0; this could ease...
2008-11-13 Sepherosa ZiehauMT_TAG has gone for a long timer, GC bridge_handoff_notag()
2008-11-12 Sepherosa Ziehau- Update comment: bridge_rtupdate() is no longer called...
2008-11-12 Sepherosa ZiehauAllocate if_start_nmsg from M_LWKTMSG
2008-11-11 Sepherosa ZiehauRecord number of valid ifaddr containers in ifaddr...
2008-11-11 Sepherosa Ziehau- Use priority message to carry out ipfw callout.
2008-11-09 Sepherosa ZiehauWe don't need to register route threads for netmsg_serv...
2008-11-01 Sepherosa ZiehauUse the same indentation as the rest of the functions...
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-10-26 Sepherosa Ziehau- Move ipflow definition from ip_flow.h to ip_flow...
2008-10-20 Sepherosa ZiehauIn route_init(), call netmsg_service_port_init(); mainl...
2008-10-19 Sepherosa ZiehauInstead of using lwkt_migratecpu(), use ifnet threads...
2008-10-04 Sepherosa ZiehauOn ethernet output path:
2008-10-04 Sepherosa ZiehauRecheck ifnet.if_bpf after we hold the BGL
2008-10-03 Hasso TepperWelcome devctl(4) and devd(8).
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-26 Sepherosa ZiehauSchedule ipfw_tick() to IPFW_CFGPORT to run, this funct...
2008-09-25 Sepherosa ZiehauAdd NETISR_TO_MSGF() to convert netisr.ni_flags to...
2008-09-24 Sepherosa ZiehauIf the current thread is not a network thread then...
2008-09-24 Sepherosa ZiehauAdd NETISR_FLAG_NOTMPSAFE, which could be used as the...
2008-09-24 Sepherosa ZiehauInclude necessary head file for {get,rel}_mplock()...
2008-09-23 Sepherosa ZiehauOn ethernet input path:
2008-09-23 Sepherosa ZiehauUse netmsg_service_sync() to protect vlan_input_p
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-20 Sepherosa Ziehau- Add KTR of ethernet operations
2008-09-20 Sepherosa ZiehauAdd PFIL_MPSAFE flag to give hint to pfil(9) that the...
2008-09-20 Sepherosa ZiehauInstead of rejecting the eligible packet back into...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
2008-09-19 Sepherosa ZiehauUpdate comment
2008-09-19 Sepherosa ZiehauCheck ipfw static rules generation after get the BGL
2008-09-18 Sepherosa ZiehauIn bridge(4), if the packet is tagged for dummynet...
2008-09-17 Sepherosa ZiehauCall ifnet.if_output() in netisr0, so it executes in...
2008-09-17 Sepherosa Ziehau'dst' does not need to be static
2008-09-17 Sepherosa ZiehauEmbed a netmsg in ifaddr_container, so IFAFREE could...
2008-09-17 Sepherosa ZiehauMake net/netmsg.h userspace friendly
2008-09-17 Sepherosa ZiehauUse absolute inclusion path
2008-09-17 Sepherosa ZiehauAlways enable ETHER_INPUT_CHAIN support
2008-09-17 Sepherosa ZiehauRemove the '2' suffix from ether_input_chain and vlan_i...
2008-09-17 Sepherosa ZiehauNuke unused function
2008-09-17 Sepherosa Ziehau- Remove unnecessary crit sections
2008-09-17 Sepherosa ZiehauFactor out ipfw_match_uid(), put it under BGL explicitly
2008-09-16 Sepherosa ZiehauFix stack variable names inheritted from ip_{input...
2008-09-16 Sepherosa ZiehauAdd DUMMYNET_DEBUG option
2008-09-16 Sepherosa Ziehau- Rework ipfw(4) debug print macro
2008-09-16 Sepherosa ZiehauSave flags pass by caller
2008-09-16 Sepherosa Ziehaustruct packet_filter_hook is actually implementation...
2008-09-16 Sepherosa Ziehauip_dn_stop() and ip_dn_stop_dispatch() is used only...
2008-09-16 Sepherosa ZiehauHeader inclusion
2008-09-16 Sepherosa Ziehaumycpu->gd_cpuid -> mycpuid
2008-09-16 Sepherosa ZiehauSYSCTL_NODE is always defined
2008-09-16 Sepherosa ZiehauBump ipfw static rules generation when set/clear IPFW_F...
2008-09-15 Sepherosa ZiehauWe always wait during pfil hook's adding and removing...
2008-09-14 Sepherosa ZiehauMake pfil(4) MPSAFE using following way:
2008-09-14 Sepherosa ZiehauSerialize pfil hooks' adding/removing by netisr0
2008-09-14 Sepherosa Ziehautypedef pfil_func_t
2008-09-14 Sepherosa ZiehauMerge pfil_hook_get() into pfil_run_hooks(), use TAILQ_...
2008-09-14 Sepherosa Ziehau- Use {TAILQ,LIST}_FOREACH
2008-09-14 Sepherosa Ziehaupfil_hook_get() is only used in pfil.c, so hide it
2008-09-13 Sepherosa ZiehauMove ipfw(4) code for ip_{input,output}() into ip_fw2...
2008-09-13 Sepherosa ZiehauAdd a place holder sysctl function to enable and disabl...
2008-09-13 Sepherosa ZiehauMove ipfw(4) related bits into ip_fw2_glue.c
2008-09-13 Sepherosa Ziehau- Let caller of ip_fw_dn_io_ptr call ip_dn_queue()...
2008-09-12 Sepherosa Ziehau- Fix function parameters order bug:
2008-09-11 Sepherosa Ziehau- Add rtfree_remote(), which send rtentry to its owner...
2008-09-09 Sepherosa Ziehau- ipfw(4) does not need opt_ipdn.h and opt_ipdivert.h
2008-09-07 Sepherosa ZiehauLet ipfw_chk() return IP_FW_{PASS,DENY,DUMMYNET,TEE...
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-06 Sepherosa Ziehau- Save the route struct in dummynet mbuf tag into the...
2008-09-06 Sepherosa Ziehau- Staticize lo{output,ioctl}
2008-09-06 Sepherosa Ziehau- Move stack variable near its usage
2008-09-06 Sepherosa ZiehauAdd hwcsum support to lo interface. This is mainly...
2008-09-06 Sepherosa ZiehauBring in if_loop.c 1.47.2.9 from FreeBSD (silby@freebsd...
2008-09-05 Matthew DillonFix a crash on access to TAP's owning thread. The...
2008-09-04 Hasso TepperThe result of the "RFC3542 support" SoC project by...
2008-08-30 Hasso TepperRemove dhcp-3.0 from base and import dhclient from...
2008-08-27 Sepherosa ZiehauPrepare to make IPDIVERT transparent to ip reassemble...
2008-08-26 Sepherosa ZiehauGrrr, forward address is in network byte order
2008-08-26 Sepherosa ZiehauDon't allow multicast address to be used as the target...
next