Fix rewrite error which appeared in rev 1.3.
[dragonfly.git] / sys / net /
2007-06-06 Sepherosa Ziehaubridge_enqueue() does not use bridge(4)'s softc, so...
2007-06-05 Sepherosa ZiehauDon't let ether_input() to do the bridging work, i...
2007-06-04 Sascha WildnerReplace the remaining NG_*LEN constants with NG_*SIZ...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Sepherosa Ziehaubridge_{input,output_serialized}() only need to be...
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-06-02 Sepherosa Ziehau- Nuke the second parameter of bridge_stop(). This...
2007-06-02 Sepherosa Ziehau- Break long lines.
2007-06-02 Sepherosa Ziehaukmalloc(M_WAITOK) will never return NULL.
2007-06-02 Sepherosa Ziehaubstp_input() can't return non-NULL mbuf, explicitly...
2007-06-02 Sepherosa Ziehau- Avoid mbuf "use after free", if bridge(4) is in monit...
2007-05-31 Sepherosa ZiehauCatch up with the latest LWKT msgport updating.
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-24 Matthew DillonAdd lwkt_sleep() to formalize a shortcut numerous bits...
2007-05-24 Matthew DillonLWKT message ports contain a number of function pointer...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-05-17 Sascha WildnerNext round of fixing all kinds of spelling mistakes.
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-21 Matthew DillonConvert all pr_usrreqs structure initializations to...
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-07 Sascha WildnerRemove the hostcache code which has been inactive since...
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-24 Sepherosa ZiehauReport link states changes (link up/down and braudrate...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-12 Sepherosa Ziehau- Replace 0 with NULL when pointers are tested.
2007-02-12 Sepherosa Ziehau- Prefer m_getl()
2007-02-11 Sepherosa Ziehau- Rename reset_d() to bpf_resetd() just like other...
2007-02-11 Sepherosa ZiehauIn bpf_ptap(), duplicate incoming mbuf's m_pkthdr.rcvif...
2007-02-11 Sepherosa Ziehaukmalloc(M_WAITOK) will not return NULL
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-15 Matthew DillonAdd KQUEUE support to the TAP interface.
2007-01-14 Sepherosa Ziehau- Invoke ifnet_attach_event when open tap(4) device...
2007-01-14 Sepherosa ZiehauInvoke ifnet_detach_event when close a tap(4) device...
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-10 Sascha Wildner[committed on behalf of sephe]
2007-01-07 Matthew DillonFix symbol conflict with falloc()
2007-01-04 Thomas E. SpanjaardAs bridge_rtupdate() can be called from interrupt conte...
2007-01-04 Thomas E. SpanjaardAdjust a couple of kmalloc calls to use M_WAITOK instea...
2006-12-26 Sascha Wildner- addlog(...) is identical to log(-1, ...). Get rid...
2006-12-25 Peter AvalosMerge from vendor branch LIBPCAP:
2006-12-25 Peter AvalosMerge from vendor branch TCPDUMP:
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-19 Matthew DillonAdd IFF_MONITOR support.
2006-12-18 Peter AvalosSee whether we should compile ipfilter with INET6 suppo...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-12-13 Matthew Dillonrename sscanf -> ksscanf
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-11-28 Sepherosa ZiehauM_NOWAIT -> MB_DONTWAIT
2006-11-20 Peter AvalosMerge from vendor branch OPENSSH:
2006-11-20 Peter AvalosMerge from vendor branch OPENSSL:
2006-11-15 Peter AvalosMerge from vendor branch FILE:
2006-11-12 Peter AvalosMerge from vendor branch FILE:
2006-11-11 Peter AvalosMerge from vendor branch FILE:
2006-11-08 Peter AvalosMerge from vendor branch TNFTP:
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-01 Peter AvalosMerge from vendor branch AWK:
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-25 Sascha WildnerFix typos in some messages: writting -> writing
2006-10-24 Matthew DillonPurge the IFQ when associating a new altq. Packets...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-23 Sascha WildnerRather than making static declarations global, get...
2006-10-19 Sascha WildnerAdjust man pages, comments, messages and some defunct...
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-09-30 Sascha WildnerDe-staticize (previously declared extern).
2006-09-30 Sascha WildnerRearrange stuff a bit to satisfy GCC 4.1.
2006-09-30 Sascha WildnerRemove wrong redeclarations.
2006-09-30 Sascha WildnerAvoid casts as lvalues.
2006-09-29 Jeffrey HsuWe're guaranteed m_pkthdr.fw_flags is already zero...
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-27 Simon SchubertMerge from vendor branch GCC:
2006-09-22 Scott UllrichM_WRITABLE() is not applicable to DFLY since if*mp...
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2006-09-17 Matthew DillonMove an assertion in the bridge code so it only gets...
2006-09-13 Simon SchubertMerge from vendor branch CVS:
2006-09-10 Sepherosa ZiehauFix comment.
2006-09-10 Sepherosa ZiehauAdd "Turbo mode" and "Monitor mode"
next