AMD64 - Sync AMD64 support from Jordan Gordeev's svn repository and
[dragonfly.git] / sys / net /
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...
2008-06-15 Sepherosa Ziehau- Don't turn on IFF_OACTIVE when dequeuing ifnet.if_snd...
2008-06-15 Sepherosa Ziehau- Fix a possible race between getting vlan media and...
2008-06-15 Sepherosa ZiehauAdd missing return
2008-06-14 Sepherosa Ziehau- Check cached ifnet.if_bridge again in bridge_{input...
2008-06-14 Sepherosa ZiehauMinor style change
2008-06-14 Sepherosa ZiehauMember iface's serializer does not need to be held...
2008-06-14 Sepherosa ZiehauRemove unused parameters to bridge_output
2008-06-13 Sepherosa ZiehauStrip "serialized" suffix
2008-06-09 Sepherosa ZiehauParallelize in_ifaddrhashtbl
2008-06-08 Sepherosa ZiehauParallelize in_ifaddrhead operation
2008-06-07 Sepherosa ZiehauUse ASSERT_IFAC_VALID whenever possible
2008-06-07 Sepherosa ZiehauAdd ASSERT_IFAC_VALID
2008-06-07 Sepherosa Ziehau- Expose ifa_forwardmsg()
2008-06-06 Sepherosa ZiehauMake sure that ifac is still valid before unlinking...
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-06-05 Sepherosa ZiehauAdd rt_cpuid, which records rtentry's owning CPU id...
2008-06-01 Sepherosa Ziehau- Rename ifa_portfn() to ifnet_portfn()
2008-06-01 Sepherosa ZiehauRename:
2008-06-01 Sepherosa ZiehauAvoid code duplication
2008-05-31 Sepherosa ZiehauAdd ifa_listmask field in ifaddr_container; currently...
2008-05-28 Sepherosa Ziehau- ifnet.if_output() should be called without ifnet...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-18 Sepherosa Ziehau- Add devq which stores mbuf dequeued from ifnet.if_snd...
2008-05-18 Sepherosa ZiehauReturn after calling bridge_ouput_p.
2008-05-18 Sepherosa ZiehauKNOTE still needs mplock, so tapifstart() could be...
next