]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
This commit was generated by cvs2svn to compensate for changes in r57416,
[FreeBSD/FreeBSD.git] / sys / netinet /
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...
2000-02-02 brianMention what PKT_ALIAS_PROXY_ONLY does.
2000-02-02 obrienThis commit was generated by cvs2svn to compensate...
2000-01-31 ruThis commit was generated by cvs2svn to compensate...
2000-01-30 fennerThis commit was generated by cvs2svn to compensate...
2000-01-30 fennerThis commit was generated by cvs2svn to compensate...
2000-01-29 shinSorry in this just befor code freeze commit.
2000-01-28 robertoThis commit was generated by cvs2svn to compensate...
2000-01-28 impMitigate the stream.c attacks
2000-01-26 peterThis commit was generated by cvs2svn to compensate...
2000-01-25 shinAvoid m_len and m_pkthdr.len inconsistency when changin...
2000-01-25 shinFix the bug that IPv4 ttl is not initialized when AF_IN...
2000-01-24 brianMove the *intrq variables into net/intrq.c and uncondit...
2000-01-24 markmThis commit was generated by cvs2svn to compensate...
2000-01-22 obrienThis commit was generated by cvs2svn to compensate...
2000-01-18 ruThis commit was generated by cvs2svn to compensate...
2000-01-17 obrienThis commit was generated by cvs2svn to compensate...
2000-01-17 ruThis commit was generated by cvs2svn to compensate...
2000-01-16 obrienThis commit was generated by cvs2svn to compensate...
2000-01-16 krisThis commit was generated by cvs2svn to compensate...
2000-01-15 markmThis commit was generated by cvs2svn to compensate...
2000-01-15 shinFixed the problem that IPsec connection hangs when...
2000-01-15 shinAdded missing 'else' for 'if (isipv6)' at IPv6 length...
2000-01-15 shinRemoved wrong(unnecessary) & operators for pointer...
2000-01-15 shinadd forward declarations, and small cosmetic changes.
2000-01-14 guidoApply patches in rev 1.2 and 1.9 that I forgot
2000-01-14 rgrimesReplace beforeinstall target with new variables used...
2000-01-13 guidoBring over ipfilter kernel sources, including merging...
2000-01-13 guidoThis commit was generated by cvs2svn to compensate...
2000-01-13 shinChange struct sockaddr_storage member name, because...
2000-01-13 shinClear rt after RTFREE. This might have sometime caused...
2000-01-13 shinadd a comment for some possible? IPv4 option processing.
2000-01-13 shinremoved incorrect ip6 length setting for IPv6 tcp reset...
2000-01-12 asmodaiThis commit was generated by cvs2svn to compensate...
2000-01-10 ruMGETHDR() does not initialize m_pkthdr.rcvif, do it...
2000-01-10 krisThis commit was generated by cvs2svn to compensate...
2000-01-09 markmThis commit was generated by cvs2svn to compensate...
2000-01-09 shintcp updates to support IPv6.
2000-01-09 markmThis commit was generated by cvs2svn to compensate...
2000-01-09 shinenable IPsec over DUMMYNET again
2000-01-08 shinprevent kernel panic which happens when either of IPSEC...
2000-01-08 luigiAdd ipfw hooks for the new dummynet features.
2000-01-08 luigiCleanup dummynet call interface so it should now work...
2000-01-08 luigiImplement per-flow queueing. Using a single pipe config...
2000-01-05 eivindKERNEL -> _KERNEL
2000-01-03 obrienThis commit was generated by cvs2svn to compensate...
2000-01-03 obrienThis commit was generated by cvs2svn to compensate...
2000-01-01 bdeThis commit was generated by cvs2svn to compensate...
1999-12-29 peterChange #ifdef KERNEL to #ifdef _KERNEL in the public...
1999-12-28 msmithMake tcp_drain() actually do something. When invoked...
1999-12-25 krisThis commit was generated by cvs2svn to compensate...
1999-12-22 shinIPSEC support in the kernel.
1999-12-21 eivindChange incorrect NULLs to 0s
1999-12-20 peterThe ipfilter module name wasn't exactly conventional..
1999-12-19 peterThis commit was generated by cvs2svn to compensate...
1999-12-19 peterThis commit was generated by cvs2svn to compensate...
1999-12-19 greenM_PREPEND-related cleanups (unregisterifying struct...
1999-12-16 obrienThis commit was generated by cvs2svn to compensate...
1999-12-14 jlemonUse SEQ_* macros for comparing sequence space numbers.
1999-12-13 shinAlways set INP_IPV4 flag for IPv4 pcb entries, because...
1999-12-11 peterThis commit was generated by cvs2svn to compensate...
1999-12-11 jlemonAccording to RFC 793, a reset should be honored if...
1999-12-10 archieFix a '&&' that should have been a '&'.
1999-12-09 archieFix several typos.
1999-12-09 robertoThis commit was generated by cvs2svn to compensate...
1999-12-08 shinMake this buildable with MROUTING defined.
1999-12-07 shinudp IPv6 support, IPv6/IPv4 tunneling support in kernel,
1999-12-06 guidoLast minute patch that I forgot to apply: check return...
1999-12-06 guidoRevive mlfk_ipl here. This version is slightly changed...
1999-12-06 archieMiscellaneous fixes/cleanups relating to ipfw and diver...
1999-12-02 jlemonChange the delayed ack time from 200ms to 100ms.
1999-11-30 peterThis commit was generated by cvs2svn to compensate...
1999-11-28 obrienThis commit was generated by cvs2svn to compensate...
1999-11-28 obrienThis commit was generated by cvs2svn to compensate...
1999-11-28 obrienThis commit was generated by cvs2svn to compensate...
1999-11-27 obrienThis commit was generated by cvs2svn to compensate...
1999-11-27 obrienThis commit was generated by cvs2svn to compensate...
1999-11-27 obrienThis commit was generated by cvs2svn to compensate...
1999-11-26 luigiRTFREE the correct route entry in dummynet_io(). The...
1999-11-25 peterThis commit was generated by cvs2svn to compensate...
1999-11-24 obrienThis commit was generated by cvs2svn to compensate...
1999-11-24 obrienThis commit was generated by cvs2svn to compensate...
1999-11-24 obrienThis commit was generated by cvs2svn to compensate...
1999-11-23 guidoGet rid of useless osreldate include for KLD/LKM module...
1999-11-23 guidoAdd kernel parts of revived ipfilter (3.3.3.)
1999-11-22 obrienThis commit was generated by cvs2svn to compensate...
next