Add VKERNEL.
[dragonfly.git] / sys / net /
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...
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-16 Sepherosa ZiehauUnify vlan_input() and vlan_input_tag():
2008-05-15 Sepherosa Ziehau'check' label is only used in SMP build.
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-02 Sepherosa ZiehauIntroduce ETHER_INPUT_CHAIN option:
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-04-12 Matthew Dillonpfsync_state doesn't have or need a hash field, the...
2008-04-11 Matthew DillonImplement a number of major new features to PF.
2008-04-07 Matthew DillonMFC 1.33/pf.c from NetBSD. Don't apply a window scale...
2008-04-06 Matthew DillonBring the 'probability' keyword into PF from NetBSD...
2008-04-06 Matthew DillonAdd fairq to altq. Fairq is a fair queueing algorithm...
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-05 Sepherosa Ziehautunoutput() is declared as static function and is used...
2008-04-05 Sepherosa Ziehausppp_output() is installed in ifnet.if_output and is...
2008-03-29 Sepherosa ZiehauAdd two tunables to run netisr and udp_thread without...
2008-03-29 Sepherosa Ziehauifaddr threads does not need MP lock
2008-03-29 Sepherosa ZiehauAdd MPSAFE version of netmsg_service_loop()
2008-03-20 Sepherosa Ziehau- Nuke last parameter of ether_ipfw_chk(), which is...
2008-03-20 Sepherosa ZiehauChange ether_demux() interface to accept mbuf containin...
2008-03-20 Sepherosa ZiehauTypo
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-19 Sepherosa ZiehauTiny step to keep ether header in mbuf on ethernet...
2008-03-19 Sepherosa Ziehau- Factor out ether_restore_header() from ether_ipfw_chk...
2008-03-18 Sepherosa ZiehauNuke stack variable which is only used by INVARIANTS
2008-03-18 Hasso TepperProtect macros with "do { } while(0)" where needed.
2008-03-16 Sepherosa ZiehauRework vlan configuration processing:
2008-03-14 Matthias SchmidtIntroduce two new ioctl(2) commands, BIOCLOCK and BIOCS...
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-10 Sepherosa ZiehauAdd ETHER_BPF_MTAP() which will call vlan_ether_ptap...
2008-03-10 Sepherosa ZiehauFactor out vlan_ether_ptap() from vlan_input_tag()
2008-03-10 Sepherosa Ziehau- Embed ether vlan tag in mbuf packet header. Add...
2008-03-09 Sepherosa Ziehau- Nuke no longer needed .PATH
2008-03-08 Sepherosa ZiehauShut up gcc warning (if ifac is not NULL, ifa must...
2008-03-08 Sepherosa ZiehauDon't duplicate code of ether_ioctl()
2008-03-08 Sepherosa ZiehauCleanp leftover of the ifnet.if_addrhead parallelizing.
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-21 Nicolas TheryCall zdestroy() on module unload to avoid panic on...
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
next