Add the "struct ucred *" argument to the remaining nic ioctls in LINT.
[dragonfly.git] / sys / netinet /
2004-04-01 Jeffrey HsuRemove the ip_mthread_enable sysctl option. Enough...
2004-03-31 Jeffrey HsuOnly enter into wildcard hash table if bind succeeds.
2004-03-31 Jeffrey HsuOnly enter into wildcard hash table if bind succeeds.
2004-03-31 Jeffrey HsuOnly enter wildcard sockets into the wildcard hash...
2004-03-27 Jeffrey HsuGive UDP its own sosend() function.
2004-03-23 Jeffrey HsuDo all the length checks before returning even if ...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-22 Jeffrey HsuConsolidate length checks in ip_demux().
2004-03-21 Jeffrey HsuCosmetic cleanup.
2004-03-17 Matthew DillonFix a bug in the recent connectionless commit. When...
2004-03-14 Jeffrey HsuIfdef out unused variable.
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-09 Jeffrey HsuClarify strange ipfw byte ordering convention.
2004-03-08 Jeffrey HsuPartition the TCP connection table.
2004-03-08 Jeffrey HsuInclude <sys/types.h> for autoconf/automake detection.
2004-03-08 Jeffrey HsuImplement Early Retransmit.
2004-03-08 Jeffrey HsuCosmetic changes.
2004-03-07 Jeffrey HsuSend UDP packets out without a temporary connect.
2004-03-06 Jeffrey HsuRemove unused second argument to ip_stripoptions().
2004-03-06 Jeffrey HsuChange the "struct inpcbhead *listhead" field in "struc...
2004-03-06 Jeffrey HsuCorrect double increment of the inp generation count.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuVerify code assumption on number of processors with...
2004-03-05 Jeffrey HsuUse power of 2 masking to make packet hash function...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuA UDP socket is still bound after it is disconnected...
2004-03-04 Jeffrey HsuSplit out wildcarded sockets from the connection hash...
2004-03-02 Robert GarrettPatch forr FreeBSD-SA-04:04.tcp
2004-02-27 Jeffrey HsuCosmetic changes.
2004-02-25 Jeffrey HsuRelax a KASSERT condition to allow for a valid corner...
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-14 Matthew DillonRewrite the IP checksum code. Get rid of all the inlin...
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Jeffrey HsuCosmetic code cleanup.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-24 Jeffrey HsuRemove unused local variable.
2004-01-24 Jeffrey HsuRemove dead code.
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-18 Matthew DillonFix reversed snprintf arguments.
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
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: