rxperf: Move into the tools directory
[openafs.git] / src / rx /
2012-04-19 Simon Wilkinsonrxperf: Move into the tools directory
2012-04-17 Simon Wilkinsonrx: Use native 64bit data counters
2012-04-16 Simon Wilkinsonrx: Remove surplus call to FindPeer
2012-04-16 Andrew Deasonrx: dec rx_nWaiting on clearing RX_CALL_WAIT_PROC
2012-04-16 Jeffrey Altmanrx: conn_call_lock leak
2012-04-14 Simon Wilkinsonrx: Rework code which pulls packet from recv queue
2012-04-14 Simon Wilkinsonrx: Tidy up currentPacket handling
2012-04-12 Simon WilkinsonRemove redundant header includes
2012-04-09 Simon Wilkinsonrx: Remove packet burst elements from peer struct
2012-04-09 Simon Wilkinsonrx: Remove the unused packet skew code
2012-04-09 Simon Wilkinsonrx: Hide internal packet functions
2012-04-09 Simon Wilkinsonrx: Hide struct rx_peer from the rest of the tree
2012-04-09 Simon Wilkinsonrxperf: Build again
2012-04-09 Jeffrey Altmanrx: remove peer burst elements from rx/test
2012-04-09 Simon Wilkinsonrx: rxi_AckAll isn't an event handler
2012-04-09 Simon Wilkinsonrx: Tidy up function scope in rx.c
2012-04-09 Simon Wilkinsonrx: Remove trailing else from RX_KERNEL_TRACE
2012-04-09 Simon Wilkinsonrx: Remove unused ACKHACK macro
2012-04-09 Simon Wilkinsonxdr: Len can never be negative
2012-04-09 Simon Wilkinsonrx: Remove needless braces
2012-04-09 Simon Wilkinsonrx: Handle negative returns on packet reads
2012-04-05 Jeffrey Altmanrx: fix bad merge 95c38dff3740d7e24971ceb5875c06e7abfce102
2012-04-03 Simon Wilkinsonrx: Get rid of some uneccessary temporary vars
2012-04-03 Jeffrey AltmanRx: give grow mtu its own call ref count type
2012-04-03 Jeffrey Altmanrx: conn->callNumber protected by conn_call_lock
2012-04-03 Jeffrey AltmanRx: rxi_FreeCall conn_call_lock vs call->lock deadlock
2012-04-01 Jeffrey Altmanrx: handle clock reversals for call timeouts
2012-03-15 Simon Wilkinsonrx: hold call->lock across RXS_PreparePacket
2012-02-20 Andrew DeasonRx: Avoid lastBusy/PEER_BUSY discrepancy
2012-02-15 Jeffrey AltmanWindows: remove install9x rules
2012-02-07 Andrew DeasonRx: Add missing rx_packet.h includes
2012-01-20 Jeffrey Altmanrx: RX_CALL_IDLE and RX_CALL_BUSY
2012-01-18 Marc Dionnerx: Correctly test for end of call queue
2012-01-07 Derrick Brashearrx: add and export a public keepalive toggle
2011-12-25 Simon Wilkinsonrx: Don't adjust non-existent events
2011-12-20 Andrew DeasonInclude afsconfig.h before anything else
2011-12-04 Simon Wilkinsonrx: Make CALL_RELE and CALL_HOLD lock refcnt mutex
2011-12-04 Simon Wilkinsonrx: Helper function for decrementing conn refcnt
2011-12-04 Simon Wilkinsonrx: Hide the rx_packet.h
2011-12-04 Simon Wilkinsonrx: Make the rx_call structure private
2011-12-04 Simon Wilkinsonrx: Make struct rx_connection private
2011-12-04 Jeffrey Altmanrx: rx_conn/rx_peer refCount signed
2011-12-03 Simon Wilkinsonrx: Some kernels have no reschedule function
2011-12-03 Ben KadukRemove dead code from rxi_FindIfnet()
2011-12-03 Simon Wilkinsonrx: Refactor MaxMTU error checking
2011-11-29 Simon Wilkinsonrx: Use a red black tree for the event stack
2011-11-12 Simon Wilkinsonrx: Turn the rxevent_Cancel macro into a function
2011-11-12 Simon Wilkinsonrx: New signature for rx event functions
2011-11-12 Simon Wilkinsonrx: Add a helper function for delayed acks
2011-10-29 Simon Wilkinsonrx: Remove the ADAPT_WINDOW code
2011-10-24 Simon Wilkinsonrx: Define afs_kmutex_t for LWP too
2011-10-24 Simon Wilkinsonrx: ackall handling
2011-10-23 Simon Wilkinsonukernel: add morepackets check in listener
2011-10-23 Derrick Brashearukernel: set close-on-exec on our socket
2011-10-23 Simon Wilkinsonrx: Don't clear the receive queue when out of packets
2011-10-23 Ben KadukFBSD: typo fix
2011-10-10 Ben KadukFBSD: deal with kernel API rename
2011-09-30 Marc Dionnerx: add post RPC procedure capability
2011-09-26 Simon WilkinsonMove abort() into opr
2011-09-15 Derrick Brashearrx: arrange for Finalize to really stop running calls
2011-09-13 Derrick Brashearrx: avoid nat ping during shutdown
2011-09-11 Simon WilkinsonMove string manipulation functions out of util
2011-09-07 Simon Wilkinsonrx/rxkad: Move rxkad initialisation into rxkad
2011-08-12 Garrett Wollmanrx: make queue macros easier to follow
2011-08-07 Derrick Brashearrx: avoid nat ping until connection is attached
2011-07-23 Simon Wilkinsonrx: Provide Get/SetThreadNum functions
2011-07-10 Jeffrey Altmanrx: prevent connection channel assignment race
2011-06-30 Andrew DeasonRemove support for Solaris pre-8
2011-06-28 Jeffrey Altmanrx: race in rx_multi processing
2011-06-23 Jeffrey AltmanRevert "Rx: When call receive is done, send ack all...
2011-06-22 Simon Wilkinsonrx: Exit fast restart on non-duplicate ACK
2011-06-22 Simon Wilkinsonrx: Don't limit the # of packets sent in recovery
2011-06-22 Simon Wilkinsonrx: Don't wait for TQ busy when entering recovery
2011-06-22 Simon Wilkinsonrx: Enter loss recovery when we retransmit
2011-06-22 Simon Wilkinsonrx: Add Karn-style backoffs to RX retransmits
2011-06-22 Simon Wilkinsonrx: Make clock_Add correctly add to itself
2011-06-22 Simon Wilkinsonrx: Remove resending logic into its own function
2011-06-22 Simon Wilkinsonrx: Change the way that the RTT timer is applied
2011-06-22 Simon Wilkinsonrx: Compute smoothed RTT per call, not per peer.
2011-06-21 Simon Wilkinsonrx: Make testclient build on Unix
2011-06-21 Simon Wilkinsonrx: Reverse the consumption order of idle queue
2011-06-20 Simon Wilkinsonrx: Remove incorrect backoff code
2011-06-20 Simon Wilkinsonrx: Account for delayed ACKS when computing RTO
2011-06-20 Simon Wilkinsonrx: Make rx_softAckDelay & rx_lastAckDelay private
2011-06-07 Simon Wilkinsonrx: Don't maintain maxSerial
2011-06-07 Simon Wilkinsonrx: Reorganise transmit queue walk
2011-06-07 Jeffrey Altmanrx: Add RX_CALL_ACKALL_SENT flag and rxi_SendAck processing
2011-06-07 Jeffrey Altmanrx: do not rxi_AckAll for one data packet call
2011-06-06 Simon Wilkinsonrx: Make private things private
2011-06-05 Simon Wilkinsonrxperf: -S takes an argument
2011-06-05 Simon Wilkinsonrxperf: Build again
2011-06-05 Simon WilkinsonBuild system: Move install definitions to include
2011-05-31 Jonathan A. KollaschPort cache manager to NetBSD-5 and NetBSD-current
2011-05-26 Ben KadukFBSD: VIMAGE support
2011-05-03 Jonathan A. KollaschNetBSD: translate timeval structure format in clock_Get...
2011-05-02 Jonathan A. KollaschRemove unused variable
2011-04-15 Andrew DeasonRX: Remove allocation counters
2011-04-13 Andrew DeasonRX: Include sys/file.h for rx_lwp.c
2011-04-10 Andrew DeasonXDR: decouple from system XDR implementation
2011-04-05 Simon WilkinsonTidy up gettimeofday usage
next