HAMMER 53D/Many: Stabilization
[dragonfly.git] / sys / net /
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:
2008-01-11 Sepherosa Ziehau- Split if_clone.c out of if.c, license in if.c is...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-06 Sascha WildnerReplace MALLOC()/bzero() with MALLOC(M_ZERO).
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2008-01-02 Sepherosa ZiehauAdd more sanity checks in bpf_validate():
2008-01-02 Sepherosa ZiehauMake the cast (zero extension) consistent between non...
2007-12-31 Sepherosa Ziehau- Factor out if_purgeaddrs_nolink(), which frees all...
2007-12-30 Hasso TepperKernel part of bluetooth stack ported by Dmitry Komissa...
2007-12-29 Sepherosa ZiehauUse TAILQ_HEAD_INITIALIZER to initialize global variabl...
2007-12-28 Sepherosa Ziehau- Regroup global variables, function declarations and...
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-19 Sepherosa ZiehauGeneralize PF_MBUF_GENERATED mbuf firewall flag
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-12-08 Sepherosa ZiehauMake sure that ip_dn_cpu does exist, if not set it...
2007-12-06 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-05 Sascha WildnerImprove wording of the comment for rtable_service_loop().
2007-11-27 Sepherosa ZiehauM_MCAST and M_BCAST are set before bridge_input() is...
2007-11-27 Sepherosa Ziehau- Move IFF_UP checking to the beginning of ether_input().
2007-11-25 Peter AvalosMerge from vendor branch LESS:
2007-11-18 Sepherosa ZiehauCPU localize dummynet(4) step 2/2:
2007-11-17 Sepherosa ZiehauOffload the dummynet(4) init/stop work to the netisr...
2007-11-17 Sepherosa Ziehau- Move dummynet sysctl tree root from ip_dummynet.c...
2007-11-17 Sepherosa ZiehauMore assertions:
2007-11-17 Sepherosa ZiehauMake sure that the mbuf contains pkthdr.
2007-11-16 Peter AvalosMerge from vendor branch LESS:
2007-11-16 Sepherosa ZiehauNuke net/intrq.[ch] and ipintrq related bits; they...
2007-11-16 Sepherosa ZiehauCPU localize dummynet(4) step 1/2
2007-11-07 Sepherosa Ziehau- Use LIST for flow queue hash table
2007-11-06 Sepherosa ZiehauFix possible memory leakage under following conditions:
2007-11-06 Sepherosa Ziehau- Use hash table for pipes and flow set, which accelera...
2007-11-06 Sepherosa ZiehauUse TAILQ for packet queue in flow queue and pipe
2007-11-05 Sepherosa ZiehauYet another round of clean up
2007-11-05 Sepherosa Ziehau- Move some macros from ip_dummynet.h to ip_dummynet...
2007-11-05 Sepherosa ZiehauReplace debug printf macro
2007-11-05 Sepherosa ZiehauUse POSIX int type
2007-11-05 Sepherosa ZiehauIn free_chain() if we are asked to "kill default":
next