Remove the archaic wd(4) driver and its dependencies.
[dragonfly.git] / sys / netinet /
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-10 Matthew DillonWhat happens when you mod a negative number? Mask...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-10-28 Matthew DillonDeal with multicast packets in a manner similar to...
2003-10-19 Jeffrey HsuUnravel a nested conditional.
2003-09-25 Matthew DillonApply FreeBSD Security Advisory FreeBSD-SA-03:14.arp...
2003-09-18 Jeffrey HsuOptimize out an unneeded bzero().
2003-09-18 Jeffrey HsuReset the retransmit counter when setting the timer...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-13 Matthew DillonCleanup. Remove unused variable.
2003-09-12 Jeffrey HsuNon-semantic changing cleanups:
2003-09-03 Hiten PandyaFix style nit.
2003-09-02 Jeffrey HsuDifferentiate between send and receive window variables.
2003-09-02 Jeffrey HsuAccount for when Limited Transmit is not congestion...
2003-08-26 David RhodusM_PREPEND() can fail, meaning the returned mbuf
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-23 Robert Garrettif ipv6 doesnt need oldstyle prototypes maybe its time...
2003-08-16 Matthew DillonMake modules work again part 2 (final): Link the module...
2003-08-15 Jeffrey HsuNon-semantic-changing cosmetic transformation. Gets...
2003-08-15 Jeffrey HsuDecouple slow-starting an idle connection from Nagle...
2003-08-14 Jeffrey HsuMake the logic clear on when to use Eifel detection...
2003-08-14 Jeffrey HsuFix spurious spelling within comments.
2003-08-13 Jeffrey HsuImplement the Eifel Dectection Algorithm for TCP (RFC...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-29 Hiten PandyaKernel Police:
2003-07-26 Robert GarrettRegister keyword removal
2003-07-24 Jeffrey HsuAdd support for RFC 3390, which allows for a variable...
2003-07-24 Matthew DillonFix NULL td crash in net/if.c when detaching a net...
2003-07-24 Matthew DillonHere is an implementation of Limited Transmit (RFC...
2003-07-23 Matthew DillonMerge from FreeBSD 2003/07/15 15:49:53 PDT commit to...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-25 Matthew Dillonproc->thread stage 4: post commit cleanup. Fix minor...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: