Hifn 7955/7956 support to the hifn(4) driver.
[dragonfly.git] / sys / net /
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:
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2007-08-11 Matthew DillonOops. Correct attribution for the last commit - 1...
2007-08-11 Matthew DillonPort FreeBSD/pf_norm.c 1.18 - fix 1's complement carry...
2007-08-09 Matthew DillonAdd the MBUF_DEBUG option. This is a fairly invasive...
2007-08-07 Peter AvalosMerge from vendor branch TCPDUMP:
2007-08-07 Peter AvalosMerge from vendor branch LIBPCAP:
2007-08-07 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2007-08-07 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2007-08-05 Peter AvalosMerge from vendor branch DIFFUTILS:
2007-08-04 Peter AvalosMerge from vendor branch TNFTP:
2007-07-24 Simon SchubertMerge from vendor branch BIND:
2007-07-24 Matthew DillonMerge from vendor branch BIND:
2007-07-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-07-13 Matthew DillonMerge from vendor branch LIBARCHIVE:
2007-07-10 Matthew DillonDo not synchronously waitmsg in the unix domain socket...
2007-07-06 Sepherosa ZiehauAfter lwkt_waitmsg/lwkt_waitport splitting, the second...
2007-07-03 Matthew DillonFix an issue which arises with the TAP interface when...
2007-06-24 Matthew DillonFix rts_input() which is the only procedure which calls...
next