]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
This commit was generated by cvs2svn to compensate for changes in r106163,
[FreeBSD/FreeBSD.git] / sys / netinet /
2002-10-29 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-10-29 Bill FennerRenumber IPPROTO_DIVERT out of the range of valid IP...
2002-10-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-10-29 Maxim KonovalovLower a priority of "session drop" messages.
2002-10-24 Maxime HenrionOops, forgot to commit this file. This is part of...
2002-10-24 Maxime HenrionFix ipfw2 panics on 64-bit platforms.
2002-10-24 Luigi Rizzosrc and dst address were erroneously swapped in SRC_SET...
2002-10-24 Maxime HenrionFix kernel build on sparc64 in the IPDIVERT case.
2002-10-24 Ian DowseUnbreak the automatic remapping of an INADDR_ANY destin...
2002-10-23 Maxim KonovalovKill EOL spaces.
2002-10-23 Maxim KonovalovUse syslog for messages about dropped sessions, do...
2002-10-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-10-23 Assar WesterlundThis commit was generated by cvs2svn to compensate...
2002-10-22 SUZUKI Shinsukefixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"
2002-10-22 Assar WesterlundThis commit was generated by cvs2svn to compensate...
2002-10-21 Ian DowseImplement a new IP_SENDSRCADDR ancillary message type...
2002-10-21 Ian DowseRemove the "temporary connection" hack in udp_output...
2002-10-21 Ian DowseReplace in_pcbladdr() with a more generic inner subrout...
2002-10-20 Poul-Henning KampFix two instances of variant struct definitions in...
2002-10-20 Robert WatsonWhen a packet is multicast encapsulated, give labeled...
2002-10-20 Ian DowseSplit out most of the logic from in_pcbbind() into...
2002-10-19 Maxime HenrionSeveral malloc() calls were passing the M_DONTWAIT...
2002-10-17 Hajimu UMEMOTOlast arg of in6?_gif_output() is not used any more.
2002-10-16 Alfred Perlsteinde-__P().
2002-10-16 Hajimu UMEMOTOuse encapcheck.
2002-10-16 Hajimu UMEMOTO- after gif_set_tunnel(), psrc/pdst may be null. set...
2002-10-16 Matthew DillonFix oops in my last commit, I was calculating a new...
2002-10-16 Guido van RooijGet rid of checking for ip sec history. It is true...
2002-10-16 Sam Lefflercorrect PCB locking in broadcast/multicast case that...
2002-10-16 Sam LefflerTie new "Fast IPsec" code into the build. This involve...
2002-10-16 Sam LefflerReplace aux mbufs with packet tags:
2002-10-15 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-14 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-12 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-10-12 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-10-12 Sean ChittendenIncrease the max dummynet hash size from 1024 to 65536...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-10 Matthew Dillonturn off debugging by default if bandwidth delay produc...
2002-10-10 Matthew DillonUpdate various comments mainly related to retransmit...
2002-10-10 Maxim KonovalovFix IPOPT_TS processing: do not overwrite IP address...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-04 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-10-02 Maxim SobolevSince bpf is no longer an optional component, remove...
2002-10-02 Poul-Henning KampThis commit was generated by cvs2svn to compensate...
2002-10-02 Mike BarcroftInclude <sys/cdefs.h> so the visibility conditionals...
2002-10-02 Mike BarcroftUse visibility conditionals. Only TCP_NODELAY ends...
2002-09-30 Matthew DillonGuido found another bug. There is a situation with
2002-09-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-30 Murray StokelyThis commit was generated by cvs2svn to compensate...
2002-09-28 Poul-Henning KampBe consistent about "static" functions: if the function...
2002-09-28 Peter WemmZap now-unused SHLIB_MINOR
2002-09-23 Maxim KonovalovSlightly rearrange a code in rev. 1.164:
2002-09-23 Alfred Perlsteins/__attribute__((__packed__))/__packed/g
2002-09-22 Mike SilbersackFix issue where shutdown(socket, SHUT_RD) was effectively
2002-09-18 Poul-Henning KampUse m_fixhdr() rather than roll our own.
2002-09-17 Matthew DillonGuido reported an interesting bug where an FTP connecti...
2002-09-17 Maxim SobolevRemove __RCSID().
2002-09-17 Maxim KonovalovExplicitly clear M_FRAG flag on a mbuf with the last...
2002-09-17 Maxim KonovalovIn rare cases when there is no room for ip options...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Jennifer YangTempary fix for inet6. The final fix is to change in6_p...
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-10 Maxim SobolevRemove superfluous break.
2002-09-09 Maxim SobolevSince from now on encap_input() also catches IPPROTO_MO...
2002-09-06 Maxim SobolevReduce namespace pollution by staticizing everything...
2002-09-06 Maxim SobolevAdd a new gre(4) driver, which could be used to create...
2002-09-05 Bruce EvansFixed namespace pollution in uma changes:
2002-09-05 Bruce EvansInclude <sys/mutex.h> and its prerequisite <sys/lock...
2002-09-04 Maxim SobolevAdd in_hosteq() and in_nullhost() macros to make life...
2002-09-02 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-08-31 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-08-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-29 Darren Reedsome ipfilter files that accidently got imported here
2002-08-29 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-08-28 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-25 Philippe CharnierReplace various spelling with FALLTHROUGH which is...
2002-08-25 Crist J. ClarkLock the sysctl(8) knobs that turn ip{,6}fw(8) firewall...
2002-08-24 Matthew DillonCorrect bug in t_bw_rtttime rollover, #undef USERTT
2002-08-22 Archie CobbsReplace (ab)uses of "NULL" where "0" is really meant.
2002-08-21 Mike Barcrofto Merge <machine/ansi.h> and <machine/types.h> into...
2002-08-21 Don LewisCreate new functions in_sockaddr(), in6_sockaddr()...
2002-08-19 Juli MallettEnclose IPv6 addresses in brackets when they are displa...
2002-08-19 Luigi RizzoRaise limit for port lists to 30 entries/ranges.
2002-08-17 Matthew DillonImplement TCP bandwidth delay product window limiting...
next