]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Remove redundant check for chip type being PCI-X.
[FreeBSD/FreeBSD.git] / sys / netinet /
2002-11-27 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-11-24 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-11-20 Luigi RizzoMove fw_one_pass from ip_fw2.c to ip_input.c so that...
2002-11-20 Luigi RizzoBack out some style changes. They are not urgent,
2002-11-20 Luigi RizzoBack out the ip_fragment() code -- it is not urgent...
2002-11-19 Mike SilbersackAdd a sysctl to control the generation of source quench...
2002-11-17 Luigi RizzoFix function headers and remove 'register' variable...
2002-11-17 Luigi RizzoMove the ip_fragment code from ip_output() to a separat...
2002-11-17 Luigi RizzoMinor documentation changes and indentation fix.
2002-11-17 Luigi RizzoCleanup some of the comments, and reformat long lines.
2002-11-15 Luigi RizzoMassive cleanup of the ip_mroute code.
2002-11-14 Sam Lefflertrack changes to not strip the Ethernet header from...
2002-11-14 Sam Lefflertrack bpf changes
2002-11-14 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-11-13 Maxim KonovalovDue to a memory alignment sizeof(struct ipfw_flow_id...
2002-11-12 Jeffrey HsuTurn off duplicate lock checking for inp locks because...
2002-11-12 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-11-10 Sam Lefflera better solution to building FAST_IPSEC w/o INET6
2002-11-09 Alfred PerlsteinFix instances of macros with improperly parenthasized...
2002-11-08 Sam Lefflertemporarily disallow FAST_IPSEC and INET6 to avoid...
2002-11-08 Sam LefflerFAST_IPSEC fixups:
2002-11-08 Sam Lefflerfixup FAST_IPSEC build w/o INET6
2002-11-08 Sam Lefflercorrect fast ipsec logic: compare destination ip addres...
2002-11-08 John BaldwinCast a ptrdiff_t to an int to printf.
2002-11-04 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2002-10-31 Jeff Roberson - Consistently update snd_wl1, snd_wl2, and rcv_up...
2002-10-30 Jeffrey HsuDon't need to check if SO_OOBINLINE is defined.
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.
next