Do not leave VCTTYISOPEN set if our attempt to open /dev/tty fails, otherwise
[dragonfly.git] / sys / netinet /
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:
2004-12-08 Jeffrey HsuCache a pointer the last mbuf in the sockbuf for faster...
2004-12-04 Jeffrey HsuAccept resets sent while the receive window is zero.
2004-12-04 Jeffrey HsuHandle window updates inside header prediction to incre...
2004-12-04 Jeffrey HsuWe have to replicate listening IPv6 sockets in the...
2004-12-03 Joerg SonnenbergerReplace div_pcblist / rip_pcblist / udp_pcblist with...
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-30 Joerg SonnenbergerRemove struct ipprotosw. It's identical to protosw...
2004-11-20 Matthew DillonFix a conditional. sdl was not unconditionally being...
2004-11-18 Matthew DillonRe-enable SACK by default. Jeff fixed the corruption...
2004-11-17 Jeffrey HsuProperly propagate the FIN flag from the following...
2004-11-17 Joerg SonnenbergerNormally we want to warn if the local IP address is...
2004-11-17 Jeffrey HsuFix bug with wrong length being used when coalescing...
2004-11-17 Matthew DillonTemporarily change the net.inet.tcp.sack default from...
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-14 Jeffrey HsuImplement SACK.
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-02 Matthew DillonFix 'route add -host <target> -interface <interface_nam...
2004-10-27 Matthew DillonFix a NULL pointer dereference panic that occurs when...
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-20 Jeffrey HsuSeparate out the length checks from IP dispatch and...
2004-10-16 Jeffrey HsuFrom KAME freebsd4/sys/netinet/ip_input.c rev 1.42:
2004-10-15 Jeffrey HsuUpdate includes now that the Fast IPSec code has moved...
2004-09-30 Joerg SonnenbergerFix the code for the nxt != 0 case and use the assemble...
2004-09-25 Joerg SonnenbergerAllow ip_output to be called with rt=NULL by making...
2004-09-24 Joerg SonnenbergerFix typo
2004-09-23 Joerg SonnenbergerChange the conditionals to use the protected _BYTE_ORDE...
2004-09-22 Joerg SonnenbergerThis should read const char *, not char char *.
2004-09-22 Joerg SonnenbergerUse const char* for tcpstates
2004-09-20 Joerg SonnenbergerAdd various ICMP defines used by PF.
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-19 Joerg SonnenbergerKernel part of PF
2004-09-16 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-16 Joerg SonnenbergerDon't include arpa/inet.h, which needs certain struct...
2004-09-15 Joerg SonnenbergerSUS3 specified that netinet/in.h provides ntohl and...
2004-09-14 David Rhodusdo not send icmp response if the original packet is...
2004-09-13 Jeffrey HsuAllow the syncache to run lock-free in parallel on...
2004-09-10 Joerg SonnenbergerFrom FreeBSD 5:
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-28 Matthew DillonSince ip_input() truncates the packet to ip->ip_len...
2004-08-26 Matthew DillonBring in FreeBSD/1.218.
2004-08-26 Matthew DillonBring in FreeBSD/1.214 - UC Regent's advertising clause...
2004-08-26 Matthew DillonMerge FreeBSD/1.212 and FreeBSD/1.213. These only...
2004-08-14 Jeffrey HsuMove a comment to the right place.
2004-08-11 Matthew DillonAdd a state to sanity check tcp_close() to make sure...
2004-08-08 Jeffrey HsuGet cosmetic changes out of the way before committing...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-03 Matthew DillonThe TCP stack is notified every time userland reads...
2004-08-03 Matthew Dillontcp_input()'s DELAY_ACK() code checks to see if the...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-27 David RhodusCorrect line wrap.
2004-07-26 Jeroen Ruigrok/asmodaiRemove stray fr_checkp() declaration.
2004-07-23 Joerg SonnenbergerRemove usage of NTOHS / NTOHL / HTONS / HTONL.
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-18 Matthew DillonFix two serious bugs in the IP demux code. First,...
2004-07-18 Matthew DillonDon't let packets with DF set sneak by through the...
2004-07-17 Jeffrey HsuReadability changes, mostly removing the option to...
next