Bump ipfw static rules generation when set/clear IPFW_FULE_F_STATE to avoid
[dragonfly.git] / sys / net /
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...
2008-08-23 Sepherosa ZiehauIf a packet is to be reinjected by dummynet onto ethern...
2008-08-23 Sepherosa Ziehau- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED...
2008-08-22 Sepherosa ZiehauSave 'ipfw forward' information in mtag, use m_pkthdr...
2008-08-21 Sepherosa Ziehau- Correct 'forward' support
2008-08-17 Sepherosa ZiehauUtilize ifnet_{domsg,forwardmsg}()
2008-08-17 Sepherosa ZiehauAdd assertion to make sure that the next cpuid is withi...
2008-08-17 Sepherosa Ziehau- Rename ifa_{domsg,forwardmsg}() to ifnet_{domsg,forwa...
2008-08-17 Sepherosa ZiehauPass cpuid to ifa_domsg()
2008-08-17 Sepherosa ZiehauVarious tap functions of bpf(4) are the only non-MPSAFE...
2008-08-16 Sepherosa Ziehau- bpfpoll() is a static function
2008-08-16 Sepherosa Ziehauipfw(4) parallelize stage 1, step 2/2: per-CPU static...
2008-08-09 Sepherosa Ziehau- Group together the declaration of static rule related...
2008-08-09 Sepherosa ZiehauThough following code sequence is safe currently (even...
2008-08-09 Sepherosa ZiehauDon't allow set 1 or 0 to dyn_buckets
2008-08-09 Sepherosa Ziehauipfw(4) parallelize stage 1, step 1/2: lock dynamic...
2008-08-05 Nuno Antunes* Don't call ifp->if_output() from inside mpls_output...
2008-08-05 Sepherosa Ziehau- Use sysctl_int_range() for autoinc_step
2008-08-03 Sepherosa ZiehauWhite space
2008-08-02 Sepherosa ZiehauIntroduce dynamic rule hash array generation, so that...
2008-08-02 Sepherosa Ziehau- Use NULL
2008-08-02 Sepherosa Ziehau- Make dynamic rule allocation non-blocking
2008-08-02 Sepherosa Ziehau- Add macro for cpu_portfn(0), on which all ipfw config...
2008-08-02 Sepherosa Ziehau- ipfw_add_rule will never fail
2008-07-31 Sepherosa ZiehauAssert that static rules' count is only updated on...
2008-07-31 Sepherosa ZiehauWhite space and style changes
2008-07-31 Sepherosa ZiehauWhite space and style changes
2008-07-31 Sepherosa Ziehau- Undefine temporary macro
2008-07-31 Sepherosa ZiehauWhite space and style changes
2008-07-31 Sepherosa ZiehauWhite space and style changes
2008-07-31 Sepherosa ZiehauRemove unused macro; undefine temporary macro
2008-07-30 Sepherosa ZiehauMinor white space and style changes
2008-07-30 Sepherosa ZiehauMinor white space and style changes
2008-07-30 Sepherosa ZiehauMinor white space and style changes
2008-07-29 Sepherosa ZiehauUnbreak kernel building.
2008-07-28 Sepherosa ZiehauDispatch ipfw control to netisr0. To avoid possible...
2008-07-28 Sepherosa ZiehauUse seperate variable to indicate whether ipfw has...
2008-07-28 Sepherosa Ziehau- Dispatch ipfw loading/unloading to netisr0
2008-07-28 Sepherosa Ziehau- Staticize ip_fw_default_rule
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-07-27 Sepherosa ZiehauStaticize ether_input
2008-07-27 Sepherosa ZiehauBorrow comment from ether_input and ether_demux
2008-07-27 Sepherosa ZiehauAdd function comment about ether_input_chain2
2008-07-26 Sepherosa ZiehauSimplify ether_mport(). This also fixes the bug that...
2008-07-20 Nuno AntunesFix compilation warning.
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-08 Sepherosa ZiehauHandle MPLS on ETHER_INPUT2 code path
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-29 Simon SchubertClarify comment.
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-25 Sepherosa ZiehauOn UP system, make sure that mbuf chain is not empty...
2008-06-24 Sepherosa ZiehauMove mbuf chain initialization into common place.
2008-06-24 Sepherosa ZiehauAdd vlan(4) support for ETHER_INPUT2. It is not built...
2008-06-23 Sepherosa ZiehauExpose ether_input_oncpu()
2008-06-23 Sepherosa ZiehauWhite space
2008-06-23 Sepherosa ZiehauDiscard packets which was lingering on msgport when...
2008-06-23 Sepherosa ZiehauAdd ether_input_chain2() which could be called by ether...
2008-06-21 Sepherosa ZiehauSince either hardware or ether input code will strip...
2008-06-21 Sepherosa ZiehauUse __func__, instead of hardcode the function name.
2008-06-21 Sepherosa ZiehauWhite space
2008-06-19 Sepherosa ZiehauDuring bridge destroy, dispatch bridge member/span...
2008-06-19 Sepherosa ZiehauDispatch whole bridge_ifdetach() to netisr0, since...
2008-06-19 Sepherosa Ziehau- In bridge_delete_member(), release bridge's serialize...
2008-06-19 Sepherosa ZiehauMinor style change
2008-06-19 Sepherosa Ziehau- Don't dispatch bridge 'get' ioctl to netisr0, there...
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-06-17 Sepherosa ZiehauTemporarly comment out message based bridge control...
2008-06-17 Sepherosa ZiehauRelease bridge serializer before calling bridge_control
2008-06-17 Sepherosa Ziehau- Release bridge interface's serializer when configurin...
2008-06-16 Sepherosa ZiehauSerialize bridge configuration operations by netisr0...
2008-06-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-06-15 Sepherosa Ziehau- In if_up(), purge ifnet.if_snd before turning on...
next