HAMMER 41B/Many: Cleanup.
[dragonfly.git] / sys / net /
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":
2007-11-05 Sepherosa Ziehau- Create user land ipfw(4) rule/state/flow_id structure...
2007-11-05 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-11-04 Sepherosa ZiehauFactor out ipfw_dec_static_count(); add assertion in...
2007-11-04 Sepherosa Ziehau- Add ipfw_init_default_rule() to perform default rule...
2007-11-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-11-03 Sepherosa ZiehauRemove ipfw1 from system.
2007-11-03 Sepherosa ZiehauCreate user land dummynet(4) pipe/flow_set/flow_queue...
2007-11-02 Sepherosa ZiehauAdjust DUMMYNET_CALLOUT_FREQ_MAX according to the comme...
2007-11-02 Sepherosa Ziehau'ipfw pipe X config bw iface' never works, so nuke...
2007-11-02 Sepherosa ZiehauClean up
2007-11-02 Sepherosa ZiehauClean up
2007-11-02 Sepherosa ZiehauClean up
2007-11-01 Sepherosa ZiehauUse the orignal dummynet's indentation style
2007-11-01 Sepherosa Ziehau- Yet another round of cleanup
2007-11-01 Sepherosa Ziehau- Use upper case for first letter in comment
2007-11-01 Sepherosa Ziehau- Nuke no longer apply comment
2007-11-01 Sepherosa Ziehau- Strip excessive white space
2007-11-01 Sepherosa ZiehauWhite space cleanup for heap functions
2007-10-29 Sepherosa Ziehaurealloc_dynamic_table() and add_dyn_rule() may be calle...
2007-10-29 Sepherosa Ziehau- M_WAITOK will never return NULL
2007-10-29 Sepherosa ZiehauNuke unnecessary NOMAN and .PATH
2007-10-27 Sepherosa Ziehaudummynet_io() may be called from interrupt thread and...
2007-10-25 Sepherosa Ziehau- Switch dummynet(4) from mbuf based tagging to mtag.
2007-10-25 Peter AvalosMerge from vendor branch OPENSSL:
next