]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Make the vm_pmap field of struct vmspace the last field in the
[FreeBSD/FreeBSD.git] / sys / netinet /
2008-03-01 Bjoern A. ZeebFix indentation (whitespace changes only).
2008-02-29 Paolo PisatiMove ipfw's nat code into its own kld: ipfw_nat.
2008-02-27 David MaloneDummynet has a limit of 100 slots queue size (or 1MB...
2008-02-24 Paolo PisatiAdd table/tablearg support to ipfw's nat.
2008-02-24 Mike SilbersackChange FreeBSD 7 so that it returns TCP options in
2008-02-22 Randall StewartFixes a memory leak when VRF's are in play.
2008-02-22 Randall Stewart- Takes out stray ifdef code that should not have been...
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-07 Gleb SmirnoffIf the vhid already present, return EEXIST instead of
2008-02-07 Gleb SmirnoffRemove unused structure member from struct in_ifadown_arg.
2008-02-06 Mike SilbersackReplace the random IP ID generation code we
2008-02-02 Bjoern A. ZeebRather than passing around a cached 'priv', pass in...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-31 Robert WatsonCorrect two problems relating to sorflush(), which...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-28 Randall Stewart- Fix a comment about prison.
2008-01-28 Randall Stewart- Change back to using prioity 0. Which means don't...
2008-01-28 Randall Stewart- Fix a bug where the socket may have been closed which
2008-01-28 Randall Stewart- Fixes a comparison wrap issue with sack gap ack block...
2008-01-25 Robert WatsonHide ipfw internal data structures behind IPFW_INTERNAL...
2008-01-24 Bjoern A. ZeebReplace the last susers calls in netinet6/ with privile...
2008-01-24 Bjoern A. ZeebDifferentiate between addifaddr and delifaddr for the...
2008-01-23 Robert Watsontcp_usrreq.c:1.313 removed tcbinfo locking from tcp_usr...
2008-01-18 Robert WatsonIn tcp_ctloutput(), don't hold the inpcb lock over...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2007-12-31 Julian ElischerDon't duplicate the whole of arpresolve to arpresolve...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-25 Oleg BulyzhinWorkaround p->numbytes overflow, which can result in...
2007-12-22 Robert WatsonWhen IPSEC fails to allocate policy state for an inpcb...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-19 Ruslan ErmilovFix bugs in the TCP syncache timeout code. including:
2007-12-19 Kip MacyRemove extraneous debug statements.
2007-12-18 Kip MacyIncorporate TCP offload hooks in to core TCP code.
2007-12-18 Randall Stewart- sctp-iterator should run at PI_NET priority ...not 0.
2007-12-17 Kip Macyincorporate feedback since initial commit
2007-12-17 Kip Macywiden the routing event interface (arp update, redirect...
2007-12-17 Kip MacyDon't panic in arpresolve if we're given a null mbuf...
2007-12-16 Kip MacyUpdate tod_connect call to reflect updated interface
2007-12-16 Kip MacyMove arp update upcall to always be called for ARP...
2007-12-16 Kip MacyUpdate the toedev's connect interface to reflect the...
2007-12-16 Kip MacyAdd socket option for setting and retrieving the conges...
2007-12-15 Kip Macymake naming prefixes consistent across tom_info
2007-12-13 Kip MacyFix error in previous commit - the style fix changed...
2007-12-12 Kip MacyFix style issues with initial TCP offload commit
2007-12-12 Kip Macyadd interface for allowing consumers to register for...
2007-12-12 Kip MacyAdd interface for tcp offload to syncache:
2007-12-12 Kip MacyAdd driver independent interface to offload active...
2007-12-12 Kip MacyRemove spurious timestamp check. RFC 1323 explicitly...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-09 David MaloneIf we are walking the IPv6 header chain and we hit...
2007-12-07 Kip MacyAdd padding for anticipated functionality
2007-12-07 Randall Stewart- More fixes for lock misses on the transfer of data to
2007-12-06 Dag-Erling SmørgravSimpler version of the previous commit.
2007-12-06 Randall Stewart- optimize the initialization of the SB max variables.
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-04 Randall Stewart- More fixes for the non-blocking msg send, had the...
2007-12-04 Randall Stewart- Opps, signedness issue with one of the new var's...
2007-12-04 Randall Stewart- Found a problem in non-blocking sends. When
2007-12-04 Yaroslav TykhiyFor the sake of convenience, print the name of the...
2007-12-04 Mike SilbersackFix SACK negotiation that was broken in rev 1.105.
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Guido van RooijConsider the following situation:
2007-11-30 Bjoern A. ZeebCentralize and correct computation of TCP-MD5 signature...
2007-11-30 Bjoern A. ZeebMove call to tcp_signature_compute() after we adjusted...
2007-11-28 Bjoern A. ZeebLet opt be an array. Though &opt[0] == opt == &opt...
2007-11-28 Bjoern A. ZeebCorrectly get the authentication key for TCP-MD5 from...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-24 Robert WatsonMore carefully handle various cases in sysctl_drop...
2007-11-23 John BirrellFix strict alias warnings.
2007-11-21 Bjoern A. ZeebMake TSO work with IPSEC compiled into the kernel.
2007-11-20 Mike SilbersackComment out the syncache's test which ensures that...
2007-11-17 Oleg Bulyzhin- New sysctl variable: net.inet.ip.dummynet.io_fast
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-10 Randall Stewart- Fix a bug in sctp_calc_rwnd() which resulted in wrong...
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2007-11-06 Oleg Bulyzhin1) dummynet_io() declaration has changed.
2007-11-06 Oleg Bulyzhinstyle(9) cleanup.
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-10-30 Randall Stewart- Change the Time Wait of vtags value to match the...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-28 Robert WatsonContinue to move from generic network entry points...
2007-10-28 Robert WatsonMove towards more explicit support for various network...
2007-10-26 Robert WatsonRename 'mac_mbuf_create_from_firewall' to 'mac_netinet_...
2007-10-25 Robert WatsonNormalize TCP syncache-related MAC Framework entry...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-24 Robert WatsonMerge first in a series of TrustedBSD MAC Framework...
2007-10-20 Julian ElischerRename the kthread_xxx (e.g. kthread_create()) calls
2007-10-19 Rui PauloRemove IPTOS_CE and IPTOS_ECT constants. They were...
2007-10-19 Mike SilbersackPick the smallest possible TCP window scaling factor...
2007-10-18 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-10-18 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-10-16 Randall Stewart- fix sctp_ifn initial refcount issue (prevents deletion)
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
next