]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Disable the coretemp and nvram on pc98.
[FreeBSD/FreeBSD.git] / sys / netinet /
2007-10-26 rwatsonRename 'mac_mbuf_create_from_firewall' to 'mac_netinet_...
2007-10-25 rwatsonNormalize TCP syncache-related MAC Framework entry...
2007-10-25 obrienThis commit was generated by cvs2svn to compensate...
2007-10-24 rwatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-20 julianRename the kthread_xxx (e.g. kthread_create()) calls
2007-10-19 rpauloRemove IPTOS_CE and IPTOS_ECT constants. They were...
2007-10-19 silbyPick the smallest possible TCP window scaling factor...
2007-10-18 darrenrThis commit was generated by cvs2svn to compensate...
2007-10-18 simonThis commit was generated by cvs2svn to compensate...
2007-10-16 rrs- fix sctp_ifn initial refcount issue (prevents deletion)
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-12 delphijThis commit was generated by cvs2svn to compensate...
2007-10-12 kevloSpelling fix for interupt -> interrupt
2007-10-08 delphijThis commit was generated by cvs2svn to compensate...
2007-10-07 silbyAdd FBSDID to all files in netinet so that people can...
2007-10-07 silbyImprove the debugging message:
2007-10-06 rrs- Fix the one-2-one model to properly do a socantrecv()
2007-10-05 rwatsonDisable TCP syncache debug logging by default. While...
2007-10-04 rrs- We should return error = 0 and the upper processing...
2007-10-03 ruThis commit was generated by cvs2svn to compensate...
2007-10-01 rrs- Bug fix managing congestion parameter on immediate
2007-09-29 maximo For dynamic rules log a parent rule number. Prefix...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-24 kibRevert rev. 1.94. After recent tcp backouts, tcp_close...
2007-09-24 silbyTwo changes:
2007-09-23 csjpCertain consumers of rtalloc like gif(4) and if_stf...
2007-09-21 rrs- fix (global) address handling in the presence of...
2007-09-18 rrs- The address lock is changed to a rwlock. This
2007-09-16 rrs- For the 1-to-1 model, fix an off by one error that
2007-09-15 rrs- Get rid of unsused constants for sysctl variables.
2007-09-13 rrs- DF bit was on for COOKIE-ECHO chunks. This is
2007-09-13 rrs- Incorrect error EAGAIN returned for invalid send...
2007-09-10 rrs- Removed debug code and more C++ style comments in...
2007-09-10 rrs- Added some comments to tell where the htcp
2007-09-10 kensmithMake sure that either inp is NULL or we have obtained...
2007-09-10 rwatsonFurther UDPv4 cleanup:
2007-09-08 rrs- send call has a reference to uio->uio_resid in
2007-09-08 rrs- Locking compatiability changes. This involves adding
2007-09-07 rwatsonBack out tcp_timer.c:1.93 and associated changes that...
2007-08-29 greenRepair ALTQ-tagging rules in IPFW which got broken...
2007-08-27 rrs- During shutdown pending, when the last sack came...
2007-08-26 maximo Fix bug I introduced in the previous commit (ipfw...
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-24 rrs- Fix address add handling to clear cached routes and...
2007-08-16 rrs- Remove extra comment for 7.0 (no GIANT here).
2007-08-16 qingliUse the sequence number comparison macro to compare
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-06 csjpOver the past couple of years, there have been a number...
2007-08-06 rrs- change number assignments for SHA225-512 (match artisync
2007-08-06 rwatsonRemove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT...
2007-08-05 bzRename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-31 peterChange TCPTV_MIN to be independent of HZ. While it...
2007-07-30 desMake tcpstates[] static, and make sure TCPSTATES is...
2007-07-29 bmahFix a typo in a log message: s/Reveived/Received/.
2007-07-29 mjacobFix compilation problems- tcpstates is only available...
2007-07-28 silbyFix a panic introduced in rev 1.126.
2007-07-28 andreProvide a sysctl to toggle reporting of TCP debug logging:
2007-07-28 andreo Move setting/resetting logic of syncache timer from...
2007-07-28 andreo Move all detailed checks for RST in LISTEN state...
2007-07-28 rwatsonReplace references to NET_CALLOUT_MPSAFE with CALLOUT_M...
2007-07-27 silbyExport the contents of the syncache to netstat.
2007-07-25 andreFix comments in tcp_do_segment().
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-24 rrs - take out a needless panic under invariants for sctp_...
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-21 rrs- remove duplicate code from sctp_asconf.c
2007-07-19 rwatsonAttempt to improve feature parity between UDPv4 and...
2007-07-17 rrs- added pre-checks to the bindx call.
2007-07-14 rrs- Modular congestion control, with RFC2581 being the...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-10 rwatsonFurther cleanup of UDPv4:
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-09 bmsFix a regression in IPv4 multicast join path (IP_ADD_ME...
2007-07-07 rwatsonMinor UDPv4 cleanup: capitalize comment, move statistic...
2007-07-05 peterFix a second warning, introduced by my last "fix"....
2007-07-05 peterFix cast-qualifiers warning when INET6 is not present
2007-07-03 mlaierLink pf 4.1 to the build:
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 gnnCommit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-02 rrs- Consolidate the code that free's chunks to actually...
2007-07-02 rwatsonContinue pre-7.0 privilege cleanup: update suser(9...
2007-07-01 gnnFix a dangling netinet6 to netipsec transition for...
2007-07-01 gnnCommit IPv6 support for FAST_IPSEC to the tree.
2007-06-29 rrs- When a SCTP socket is closed, but the last data
2007-06-25 rrs- Update bindx address checking to properly screen...
2007-06-22 rrs- Fix type casts in calling sctp_m_getptr, it expects...
2007-06-22 rrs- Fix stream reset so it limits the number of streams...
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-18 rrs- Two more static analisys bugs found by cisco's tool...
2007-06-18 rrs- Fixes cstatic issues found by cisco sa tool (missing...
2007-06-18 maximo Make ipfw set more robust -- now it is possible:
next