]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Don't auto-start or allow extattrctl for UFS2 file systems, as UFS2 has
[FreeBSD/FreeBSD.git] / sys / netinet /
2008-03-02 bzSome "cleanup" of tcp_mss():
2008-03-01 bzFix indentation (whitespace changes only).
2008-02-29 pisoMove ipfw's nat code into its own kld: ipfw_nat.
2008-02-27 dwmaloneDummynet has a limit of 100 slots queue size (or 1MB...
2008-02-24 pisoAdd table/tablearg support to ipfw's nat.
2008-02-24 silbyChange FreeBSD 7 so that it returns TCP options in
2008-02-22 rrsFixes a memory leak when VRF's are in play.
2008-02-22 rrs- Takes out stray ifdef code that should not have been...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-07 glebiusIf the vhid already present, return EEXIST instead of
2008-02-07 glebiusRemove unused structure member from struct in_ifadown_arg.
2008-02-06 silbyReplace the random IP ID generation code we
2008-02-02 bzRather than passing around a cached 'priv', pass in...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-31 rwatsonCorrect two problems relating to sorflush(), which...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-28 rrs- Fix a comment about prison.
2008-01-28 rrs- Change back to using prioity 0. Which means don't...
2008-01-28 rrs- Fix a bug where the socket may have been closed which
2008-01-28 rrs- Fixes a comparison wrap issue with sack gap ack block...
2008-01-25 rwatsonHide ipfw internal data structures behind IPFW_INTERNAL...
2008-01-24 bzReplace the last susers calls in netinet6/ with privile...
2008-01-24 bzDifferentiate between addifaddr and delifaddr for the...
2008-01-23 rwatsontcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr...
2008-01-18 rwatsonIn tcp_ctloutput(), don't hold the inpcb lock over...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2007-12-31 julianDon't duplicate the whole of arpresolve to arpresolve...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-25 olegWorkaround p->numbytes overflow, which can result in...
2007-12-22 rwatsonWhen IPSEC fails to allocate policy state for an inpcb...
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-19 ruFix bugs in the TCP syncache timeout code. including:
2007-12-19 kmacyRemove extraneous debug statements.
2007-12-18 kmacyIncorporate TCP offload hooks in to core TCP code.
2007-12-18 rrs- sctp-iterator should run at PI_NET priority ...not 0.
2007-12-17 kmacyincorporate feedback since initial commit
2007-12-17 kmacywiden the routing event interface (arp update, redirect...
2007-12-17 kmacyDon't panic in arpresolve if we're given a null mbuf...
2007-12-16 kmacyUpdate tod_connect call to reflect updated interface
2007-12-16 kmacyMove arp update upcall to always be called for ARP...
2007-12-16 kmacyUpdate the toedev's connect interface to reflect the...
2007-12-16 kmacyAdd socket option for setting and retrieving the conges...
2007-12-15 kmacymake naming prefixes consistent across tom_info
2007-12-13 kmacyFix error in previous commit - the style fix changed...
2007-12-12 kmacyFix style issues with initial TCP offload commit
2007-12-12 kmacyadd interface for allowing consumers to register for...
2007-12-12 kmacyAdd interface for tcp offload to syncache:
2007-12-12 kmacyAdd driver independent interface to offload active...
2007-12-12 kmacyRemove spurious timestamp check. RFC 1323 explicitly...
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-09 dwmaloneIf we are walking the IPv6 header chain and we hit...
2007-12-07 kmacyAdd padding for anticipated functionality
2007-12-07 rrs- More fixes for lock misses on the transfer of data to
2007-12-06 desSimpler version of the previous commit.
2007-12-06 rrs- optimize the initialization of the SB max variables.
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-04 rrs- More fixes for the non-blocking msg send, had the...
2007-12-04 rrs- Opps, signedness issue with one of the new var's...
2007-12-04 rrs- Found a problem in non-blocking sends. When
2007-12-04 yarFor the sake of convenience, print the name of the...
2007-12-04 silbyFix SACK negotiation that was broken in rev 1.105.
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 guidoConsider the following situation:
2007-11-30 bzCentralize and correct computation of TCP-MD5 signature...
2007-11-30 bzMove call to tcp_signature_compute() after we adjusted...
2007-11-28 bzLet opt be an array. Though &opt[0] == opt == &opt...
2007-11-28 bzCorrectly get the authentication key for TCP-MD5 from...
2007-11-26 delphijThis commit was generated by cvs2svn to compensate...
2007-11-24 rwatsonMore carefully handle various cases in sysctl_drop...
2007-11-23 jbFix strict alias warnings.
2007-11-21 bzMake TSO work with IPSEC compiled into the kernel.
2007-11-20 silbyComment out the syncache's test which ensures that...
2007-11-17 oleg- New sysctl variable: net.inet.ip.dummynet.io_fast
2007-11-16 delphijThis commit was generated by cvs2svn to compensate...
2007-11-14 obrienThis commit was generated by cvs2svn to compensate...
2007-11-10 rrs- Fix a bug in sctp_calc_rwnd() which resulted in wrong...
2007-11-07 acheThis commit was generated by cvs2svn to compensate...
2007-11-06 oleg1) dummynet_io() declaration has changed.
2007-11-06 olegstyle(9) cleanup.
2007-11-05 gshapiroThis commit was generated by cvs2svn to compensate...
2007-10-30 rrs- Change the Time Wait of vtags value to match the...
2007-10-29 rwatsonThis commit was generated by cvs2svn to compensate...
2007-10-28 rwatsonContinue to move from generic network entry points...
2007-10-28 rwatsonMove towards more explicit support for various network...
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)
next