]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Ack, I made a typo moments before commit. :-(
[FreeBSD/FreeBSD.git] / sys / netinet /
2000-05-19 peterReturn ECONNRESET instead of EINVAL if the connection...
2000-05-18 jayanthsnd_cwnd was updated twice in the tcp_newreno function.
2000-05-18 asmodaiThis commit was generated by cvs2svn to compensate...
2000-05-17 jayanthSigh, fix a rookie patch merge error.
2000-05-17 jlemonCast sizeof() calls to be of type (int) when they appea...
2000-05-16 jayanthsnd_una was being updated incorrectly, this resulted...
2000-05-15 ruDo not call icmp_error() if ipfirewall(4) denied packet.
2000-05-15 krisThis commit was generated by cvs2svn to compensate...
2000-05-14 archieMove code to handle BPF and bridging for incoming Ether...
2000-05-13 obrienThis commit was generated by cvs2svn to compensate...
2000-05-12 obrienThis commit was generated by cvs2svn to compensate...
2000-05-11 jayanthTemporarily turn off the newreno flag until we can...
2000-05-11 brianRevert the default behaviour for incoming connections so
2000-05-10 itojuncorrect more out-of-bounds memory access, if cnt =...
2000-05-09 darrenrFix bug in dealing with "hlen == 1 and opt > 1"
2000-05-09 psAdd missing include machine/in_cksum.h.
2000-05-08 kenInclude machine/in_cksum.h to unbreak options MROUTING.
2000-05-06 jlemonAdd #include <machine/in_cksum.h>, in order to pick...
2000-05-06 jlemonImplement TCP NewReno, as documented in RFC 2582. ...
2000-05-02 paulForce the address of the socket to be INADDR_ANY immedi...
2000-05-02 obrienThis commit was generated by cvs2svn to compensate...
2000-05-02 luigiRemove an unnecessary error message
2000-05-01 peterAdd $FreeBSD$
2000-04-28 ruReplace PacketAliasRedirectPptp() (which had nothing...
2000-04-27 ruSpell PacketAliasRedirectAddr() correctly.
2000-04-27 ruLoad Sharing using IP Network Address Translation ...
2000-04-20 obrienThis commit was generated by cvs2svn to compensate...
2000-04-20 obrienThis commit was generated by cvs2svn to compensate...
2000-04-19 obrienThis commit was generated by cvs2svn to compensate...
2000-04-19 shinLet initialize th_sum before in6_cksum(), again.
2000-04-19 phkRemove ~25 unneeded #include <sys/conf.h>
2000-04-18 ruAdd support for multiple PPTP sessions:
2000-04-18 obrienThis commit was generated by cvs2svn to compensate...
2000-04-17 sumikawaND6_HINT() should not be called unless the connection...
2000-04-17 obrienThis commit was generated by cvs2svn to compensate...
2000-04-16 markmThis commit was generated by cvs2svn to compensate...
2000-04-15 obrienThis commit was generated by cvs2svn to compensate...
2000-04-14 ruApply TCP_EXPIRE_CONNECTED (86400 seconds) timeout...
2000-04-13 ruA complete reformatting of manual page.
2000-04-13 krisThis commit was generated by cvs2svn to compensate...
2000-04-12 ruMake partially specified permanent links without `dst_addr'
2000-04-11 wesPR: kern/17872
2000-04-11 msmithThis commit was generated by cvs2svn to compensate...
2000-04-10 krisThis commit was generated by cvs2svn to compensate...
2000-04-06 ru- Add support for FTP EPRT (RFC 2428) command.
2000-04-05 ru- Remove unused includes.
2000-04-05 ru- Moved NULL definition into private include file.
2000-04-05 ruMinor spelling fixes.
2000-04-05 obrienThis commit was generated by cvs2svn to compensate...
2000-04-02 brianCorrect Charles Mott's email address
2000-04-02 shinMove htons() ip_len to after the in_delayed_cksum(...
2000-04-02 psTry and make the kernel build again without INET6.
2000-04-01 shinSupport per socket based IPv4 mapped IPv6 addr enable...
2000-04-01 jlemonCalculate any delayed checksums before handing an mbuf...
2000-03-31 brianAllow PacketAliasSetTarget() to be passed the following:
2000-03-31 brianWhen an incoming packet is received that is not specifi...
2000-03-30 obrienThis commit was generated by cvs2svn to compensate...
2000-03-30 jlemonIf `ipfw fwd' loops an mbuf back to ip_input from ip_ou...
2000-03-29 ruThis commit was generated by cvs2svn to compensate...
2000-03-29 joergPeter Johnson found another log() call without a traili...
2000-03-28 joergAdded two missing newlines in calls to log(9).
2000-03-27 jlemonAdd support for offloading IP/TCP/UDP checksums to...
2000-03-27 obrienThis commit was generated by cvs2svn to compensate...
2000-03-27 obrienThis commit was generated by cvs2svn to compensate...
2000-03-26 krisThis commit was generated by cvs2svn to compensate...
2000-03-25 krisThis commit was generated by cvs2svn to compensate...
2000-03-23 dillon Fix parens in m_pullup() line in arp handling code...
2000-03-22 greenin6_pcb.c:
2000-03-19 lileo Replace most magic numbers related to token ring...
2000-03-19 acheThis commit was generated by cvs2svn to compensate...
2000-03-19 brianMake _FindLinkIn() static and only define GetDestPort...
2000-03-14 ruFix reporting of src and dst IP addresses for ICMP...
2000-03-11 shinDisable IPv4 over IPv4 tunnel on the 6to4 interface...
2000-03-11 shinIPv6 6to4 support.
2000-03-11 rwatsonThe function arpintr() incorrectly checks m->m_len...
2000-03-09 shinInitialize mbuf pointer at getting ipsec policy.
2000-03-09 obrienThis commit was generated by cvs2svn to compensate...
2000-03-03 robertoThis commit was generated by cvs2svn to compensate...
2000-03-02 sheldonhRemove single-space hard sentence breaks. These degrad...
2000-02-29 luigiFix panic when doing keep-state and "forward".
2000-02-28 psLimit the maximum permissible TCP window size to 65535...
2000-02-28 alfred-it do, among other things, clear out any
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-23 guidoRemove option IPFILTER_KLD. In case you wanted to kldlo...
2000-02-13 peterClean up some loose ends in the network code, including...
2000-02-11 luigiForgot one line: don't try to match flags when looking...
2000-02-10 guidoRe add rev 1.11 diffs to ip_fil.h Also discover that...
2000-02-10 shinForbid include of soem inet6 header files from wrong...
2000-02-10 luigiMove definition of fw_enable from ip_fw.c to ip_input.c
2000-02-10 luigiWhoops... forgot braces in a conditional
2000-02-10 luigiSupport the net.inet.ip.fw.enable variable, part of
2000-02-10 luigiSupport for stateful (dynamic) ipfw rules. They are...
2000-02-09 guidoBring over ipfilter v3_3_8 kernel sources, including...
2000-02-09 guidoThis commit was generated by cvs2svn to compensate...
2000-02-09 shinAvoid kernel panic when tcp rfc1323 and rfc1644 options...
2000-02-04 luigiFix a (mostly harmless) scheduling-in-the-past problem...
2000-02-02 archieThe flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY...
next