]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Undo Nicolas' changes (1.91->1.92, added USB controller in pcisupport.c).
[FreeBSD/FreeBSD.git] / sys / netinet /
1999-02-16 dfr* Change sysctl from using linker_set to construct...
1999-02-11 obrienThis commit was generated by cvs2svn to compensate...
1999-02-10 obrienThis commit was generated by cvs2svn to compensate...
1999-02-10 obrienThis commit was generated by cvs2svn to compensate...
1999-02-09 wollmanAfter wading in the cesspool of ip_input for an hour...
1999-02-08 julianremove leftover garbage line.
1999-02-08 julianFix for PR 9309.
1999-02-07 peterThis commit was generated by cvs2svn to compensate...
1999-02-06 fennerUse snd_nxt, not rcv_nxt, when calculating the ISS...
1999-02-04 msmithNuke all the stupid ffs() stuff and use powerof2()...
1999-02-04 msmithFix power-of-2 check for the TCB hash size.
1999-02-03 msmithMake TCBHASHSIZE a boot-time tunable as well, taking...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-01-27 dillon Fix warnings in preparation for adding -Wall...
1999-01-24 peterThis commit was generated by cvs2svn to compensate...
1999-01-23 archieMove kernel-only declarations to within #ifdef KERNEL
1999-01-22 wollmanDon't forward unicast packets received via link-layer...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-20 fennerAdd a flag, passed to pru_send routines, PRUS_MORETOCOM...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-19 fennerFix bug in last commit (la was used uninitialized if...
1999-01-18 simokawaThis commit was generated by cvs2svn to compensate...
1999-01-18 fennerUse dynamic memory allocation instead of mbuf's for...
1999-01-18 fennerRename igmp's MALLOC; it doesn't have anything to do...
1999-01-18 fennerIf arpresolve() gets passed a route with a null llinfo...
1999-01-14 markmThis commit was generated by cvs2svn to compensate...
1999-01-13 obrienThis commit was generated by cvs2svn to compensate...
1999-01-12 eivind... _and_ the (void*) casts for %p. Next, I'll forget...
1999-01-12 eivindAvoid unnecessary GCCism - I hadn't noticed the __unuse...
1999-01-12 eivind* Print pointers using the correct type (%p) instead...
1999-01-12 peterThis commit was generated by cvs2svn to compensate...
1999-01-12 eivindAdd #ifdef's to avoid unused label warning in some...
1999-01-12 eivindRemove unused statics.
1999-01-11 luigiAdd a missing bzero which could be the source of instab...
1999-01-10 luigiRemove check from where arp replies are coming from...
1999-01-10 peterThis commit was generated by cvs2svn to compensate...
1999-01-10 brianIf we can't open alias.log, don't try to write to the
1998-12-31 luigiPartial fix for when ipfw is used with bridging. Bridge...
1998-12-31 luigiRemove some unused variables.
1998-12-22 luigi'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet...
1998-12-21 luigiRecover from previous dummynet screwup
1998-12-21 luigiRestore 1.82->1.83 change deleted by mistake< per Bruce...
1998-12-21 joergThis commit was generated by cvs2svn to compensate...
1998-12-16 fennerAdd missing "break"s to allow multicast routing to...
1998-12-14 luigiLast bits (i think) of dummynet for -current.
1998-12-14 dillonReviewed by: freebsd-current
1998-12-12 dillonPR: kern/8990
1998-12-07 archieThe "easy" fixes for compiling the kernel -Wunused...
1998-12-07 eivindClean up some pointer usage.
1998-12-04 archieExamine all occurrences of sprintf(), strcat(), and...
1998-12-04 dillon Cleanup icmp_var.h, make icmp bandlim sysctl perman...
1998-12-04 dillonObtained from: "Andrey A. Chernov" <ache@nagual.pp.ru>
1998-12-03 dillonReviewed by: freebsd-current
1998-12-02 julianThis commit was generated by cvs2svn to compensate...
1998-11-26 eivindStaticize some more.
1998-11-19 jdpFix a couple of typos.
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-17 dfrRemove stale references to ih_next and ih_prev.
1998-11-16 dfrMake the previous fix more portable.
1998-11-15 guidoThe below patch helps to reduce the leakage of internal...
1998-11-15 dfrFix printf format errors on alpha.
1998-11-15 bdeFinished updating module event handlers to be compatibl...
1998-11-14 obrienThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-11 dgBe sure to pullup entire IP header when dealing with...
1998-11-10 peteradd #include <sys/kernel.h> where it's needed by MALLOC...
1998-10-30 joergThis commit was generated by cvs2svn to compensate...
1998-10-27 dfrSome optimisations to the fragment reassembly code.
1998-10-27 dfrFix a bug in the new fragment reassembly code which...
1998-10-16 peter*gulp*. Jordan specifically OK'ed this..
1998-10-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-05 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-26 dfrDike out some obsolete defines which referenced ih_next...
1998-09-25 rvbThis commit was generated by cvs2svn to compensate...
1998-09-17 fennerFix the bind security fix introduced in rev 1.38 to...
1998-09-17 fennerPrevent modification of permanent ARP entries (PR kern...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 jkoshyTurn off replies to ICMP echo requests for broadcast...
1998-09-12 luigiBring in new files for dummynet support
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-11 wollmanFix RST validation.
1998-09-10 dfrEnsure that m_nextpkt is set to NULL after reassembling...
1998-09-09 markmThis commit was generated by cvs2svn to compensate...
1998-09-06 jdpThis commit was generated by cvs2svn to compensate...
1998-09-06 phkRFC 1644 has the status "Experimental Protocol", which...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-02 phkWiden and change the layout of the IPFW structures...
next