Merge from vendor branch GDB:
[dragonfly.git] / sys / net /
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:
2007-10-23 Sepherosa ZiehauMove ipfw/dummynet from SI_SUB_PSEUDO to SI_SUB_PROTO_E...
2007-10-20 Sepherosa Ziehau- Change some comment's style
2007-10-20 Sepherosa Ziehau- m_tag_get() expects MB_DONTWAIT not M_NOWAIT
2007-10-20 Sepherosa Ziehau- Instead of overriding the meaning of the embedded...
2007-10-20 Sepherosa ZiehauUse __offsetof()
2007-10-16 Sepherosa ZiehauReplace dummynet(4)'s callout by systimer, so you will...
2007-10-13 Sepherosa ZiehauSave a copy of ethernet header instead of leaving it...
2007-10-13 Sepherosa ZiehauConstify ng_ether_input_p/ng_ether_input_orphan_p ...
2007-10-13 Sepherosa ZiehauShut up gcc41 warnings by clearing return values before...
2007-10-13 Sepherosa ZiehauConstify vlan_input_p 'eh' parameter.
2007-10-13 Sepherosa Ziehau- Remove ef_input{EII,SNAP,8022}() 'eh' parameter,...
2007-10-13 Sepherosa ZiehauConstify 'eh', which will not be modified in ether_ipfw...
2007-10-12 Peter AvalosMerge from vendor branch LESS:
2007-10-12 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-11 Peter AvalosMerge from vendor branch TCPDUMP:
2007-10-11 Peter AvalosMerge from vendor branch LIBPCAP:
2007-10-10 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-09 Peter AvalosMerge from vendor branch LESS:
2007-10-01 Sepherosa Ziehau- Remove the second parameter of ether_input(), since:
2007-09-30 Sepherosa ZiehauSupport polling(4) on multiple CPUs, i.e. each NIC...
2007-09-24 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-16 Peter AvalosMake functions static and use M_ZERO instead of a separ...
2007-09-09 Sepherosa ZiehauNuke the hack in vr(4) that polling(4) will be turned...
2007-09-08 Sepherosa ZiehauIt does not make sense to call interface's initializati...
2007-09-08 Sepherosa Ziehau- Add missing header protector
2007-09-08 Peter AvalosMerge from vendor branch OPENSSH:
2007-09-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-02 Sepherosa ZiehauSwitch ipfw from ipfw1 to ipfw2.
2007-09-01 Peter AvalosTAILQ_FOREACH to enhance readability.
2007-08-27 Hasso TepperNuke FDDI support.
2007-08-27 Hasso TepperNuke token ring support. This also means one blob less...
2007-08-27 Hasso TepperNuke ARCnet support.
2007-08-25 Peter AvalosMerge from vendor branch TNFTP:
2007-08-24 Matthew Dillonpart2 ppX fix for altq/pf.
2007-08-24 Matthew DillonAdd missing if_softc assignment, allowing pppX interfac...
2007-08-22 Simon SchubertMerge from vendor branch GDB:
2007-08-21 Simon SchubertFix panic with ALTQ.
2007-08-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
next