]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Instruments buffer lock objects in order to track correctly consumers
[FreeBSD/FreeBSD.git] / sys / netinet /
2008-03-25 ruReplaced the misleading uses of a historical artefact...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 kmacychange inp_wlock_assert to inp_lock_assert
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 kmacyLabel inp as unused in the non-INVARIANTS case
2008-03-23 kmacyInsulate inpcb consumers outside the stack from the...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-19 pisoExplicitate the newpacket size.
2008-03-17 pisoDon't cache ptr to nat rule in case of tablearg argument.
2008-03-17 pisoDon't abuse stack space while in kernel land, use heap...
2008-03-17 rwatsonFix indentation for a closing brace in in_pcballoc().
2008-03-14 bzCorrect IPsec behaviour with a 'use' level in SP but...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 piso-Don't pass down the entire pkt to ProtoAliasIn, ProtoA...
2008-03-09 bzPadding after EOL option must be zeros according to...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-06 pisoMFP4:
2008-03-04 rpauloChange the default port range for outgoing connections...
2008-03-03 pisoWhen unloading kld, don't forget to flush the nat pointers.
2008-03-03 pisoRaise a bit ipfw kld priority.
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.
next