Fix build.
[dragonfly.git] / sys / netinet /
2005-06-09 Jeffrey HsuThe header type of a mbuf doesn't change when appended...
2005-06-08 Jeffrey HsuGet an mbuf packet header to begin with instead of...
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-04 Joerg SonnenbergerInstead of checking for ifnet_addrs[ifp->index - 1...
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-06-02 Matthew DillonRemove spl*() calls from netinet, replacing them with...
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-10 Jeffrey HsuImplement TCP Appropriate Byte Counting.
2005-05-08 Joerg SonnenbergerLeft-over from the old mbuf chain tagging.
2005-05-06 Simon SchubertBring in fix from FreeBSD/cperciva:
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-04-22 Joerg SonnenbergerDon't call cpu_mb1 after lwkt_setcpu_self, but call...
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Jeffrey HsuDefer assigning to the forwarding route variable until...
2005-04-18 Jeffrey HsuMinor cosmetic cleanups. Use the canonical name "ro...
2005-04-18 Jeffrey HsuUse a larger initial window size when restarting after...
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerSwitch IP divert from mbuf based tagging to mbuf tags.
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-11 Hiten PandyaMechanical cleanup of IP per-cpu statistics code, bette...
2005-04-11 Hiten PandyaRemove the '_GD' macro hack:
2005-04-11 Hiten PandyaMechanical cleanup of TCP per-cpu statistics code,...
2005-04-05 Matthew DillonAdd some minor in-code documentation.
2005-04-05 Matthew DillonApply same bug fix as last commit to IPV6.
2005-04-05 Matthew DillonFix a bug in the distributed PCB wildcardhash code...
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-23 Jeffrey HsuEliminate a redundant variable assignment.
2005-03-23 Jeffrey HsuWe can only do upper-layer protocol length checks on...
2005-03-23 Matthew DillonCorrect the th_off check against ip_len. The check...
2005-03-21 Jeffrey HsuWhen doing Limited Transmit, don't retract snd_nxt...
2005-03-21 Jeffrey HsuEnsure that Limited Transmit always sends new data...
2005-03-18 Matthew DillonAdd a sysctl "net.inet.tcp.aggregate_acks" which contro...
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-10 Jeffrey HsuBetter byte packing for struct tcpopt.
2005-03-09 Jeffrey HsuFix confusion with wrong route reference count being...
2005-03-09 Jeffrey HsuUse fixed-width type to ensure correct wraparound for
2005-03-09 Jeffrey HsuTake into account the number of SACKed bytes skipped...
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-06 Jeffrey HsuMinimal patch that allows Path MTU discovery to be...
2005-03-04 Jeffrey HsuThe route in a syncache entry is cleared if the connect...
2005-03-04 Jeffrey HsuPrefer rtlookup() to rtalloc() when not saving the...
2005-03-04 Jeffrey HsuCosmetic changes only.
2005-03-04 Jeffrey HsuNone of the callers of rtredirect() want to know the...
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-22 Joerg SonnenbergerConditionalize the source on INET and INET6 respectively.
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-08 Jeffrey HsuNow that 'so_pcb' is properly declared as a 'void ...
2005-02-04 Jeffrey HsuTemporarily disable non-working Path MTU discovery...
2005-02-02 Jeffrey HsuIf dhclient fails, an interface could be left with...
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-02-01 Matthew Dillonencap_getarg() was not properly loading the pointer...
2005-01-31 Joerg SonnenbergerDefine in_inithead in net/route.h, it's purpose is...
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
2005-01-26 Joerg Sonnenberger- Add support for attaching alternative DLTs to an...
2005-01-25 Joerg SonnenbergerFix a type in rev. 1.16
2005-01-23 Jeffrey HsuNow that we generate the ethernet header in place in...
2005-01-19 Matthew DillonWhen a PCMCIA networking card is removed the IF code...
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-08 Jeffrey HsuIncrease the default TCP maximum segment size from...
2005-01-08 Jeffrey HsuRemove the sysctl options for altering the initial...
2005-01-06 Jeffrey HsuNow that I understand the poorly written BSD routing...
2005-01-06 Jeffrey HsuFix compile error.
2005-01-06 Jeffrey HsuMove a global variable into local scope for MP safety.
2005-01-06 Jeffrey HsuCosmetic cleanups.
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2005-01-01 Jeffrey HsuFix double-free problem when sysctl net.inet.ip.rtexpire=0.
2004-12-30 Jeffrey HsuBack out port randomization. FreeBSD users report...
2004-12-29 Jeffrey HsuFix compile error.
2004-12-29 Jeffrey HsuForced commit to say the previous commit wasn't really...
2004-12-29 Jeffrey HsuFix buffer overflow bug involving inet_ntoa().
2004-12-28 Liam J. FoyEquivalent to: FreeBSD rev 1.82
2004-12-28 Jeffrey HsuClean up the networking code before I parallelize the...
2004-12-24 Matthew DillonAdd a missing initialization for the error variable...
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Matthew DillonFix format %lx->%x for ntohl conversions in diagnostic...
2004-12-20 Joerg SonnenbergerRemove the userland visible part of the socket generati...
2004-12-20 Matthew DillonThere seems to be a race during shutdown where ifa...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-16 Matthew DillonCorrect a bug where incoming connections do not properl...
2004-12-14 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-11 Jeffrey HsuMerge from FreeBSD:
next