doc: fix dependencies
[openafs.git] / src / rx /
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
2011-04-03 Simon Wilkinsonrx: Tidy header includes
2011-03-29 Chas Williams (CON... rx: always use/protect the xdr routines in the kernel
2011-03-27 Marc DionneLinux: 2.6.39: deal with BKL removal
2011-03-25 Andrew DeasonSOLARIS: Perform daemon syscalls as kernel threads
2011-03-21 Simon Wilkinsonosx: restore atomic stats to knet
2011-03-17 Derrick Brashearmacos: kernel socket upcall
2011-03-08 Andrew DeasonRX: Avoid timing out non-kernel busy channels
2011-03-03 Derrick Brashearrx: cancel growmtu event on resetcall
2011-02-22 Andrew Deasonrx: Reset fd_set in LWP rxi_Sendmsg
2011-02-14 Simon WilkinsonLinux: Fix RX atomics for kernel mode
2011-02-09 Rainer ToebbickeEarly dispose of replies in rx_Multi
2011-02-02 Andrew DeasonRx: Do not stop keepalives on ACKALL receipt
2011-01-31 Simon WilkinsonWindows: Install rx_atomic.h
2011-01-27 Andrew DeasonRX: Avoid retrying calls on busy channels
2011-01-24 Antoine VerheijenOpenBSD: curproc has moved in OpenBSD 4.8
2011-01-20 Toby BurressFreeBSD: properly identify the rxk_Listener so that...
2011-01-18 Rainer ToebbickeRe-enable rx connection hard timeout
2011-01-15 Andrew DeasonRX: Pre-10 Solaris lacks atomic inc/dec
2011-01-15 Andrew DeasonRX: Include netinet/ip6.h before inet/ip.h
2011-01-13 Andrew DeasonRX: No userspace atomic_ops in Solaris pre-10
2011-01-02 Simon Wilkinsonrx: Implement rx_atomic_dec_and_read
2011-01-02 Simon Wilkinsonrx: Protect rx_atomic.h against multiple inclusion
2011-01-02 Simon Wilkinsonrx: Don't crash when emptying an empty identity
2010-12-22 Simon Wilkinsonrx: Make rx_atomic.h a shared header
2010-12-20 Ben KadukFBSD: StopListener glocking fixup
2010-12-20 Ben KadukZero rx_multi_lock before initializing it
2010-12-13 Anders KaseorgLinux: Fix AFS_NORETURN violation with osi_AssertFailK
2010-12-08 Anders Kaseorgrxi_NatKeepAliveEvent: Shrink excessive stack buffer
2010-12-07 Andrew DeasonRX: Always define kernel XDR symbols to be AFS XDR
2010-12-06 Andrew DeasonSOLARIS: Fix some rx_atomic.h warnings
2010-12-01 Ben KadukFBSD: clean up rx_socket teardown
2010-11-27 Simon Wilkinson.gitignore update
2010-11-25 Ben KadukFBSD: warning cleanups
2010-11-24 Jeffrey AltmanWindows: build src/rx/tests
2010-11-24 Simon Wilkinsonrx: Store identity type in rx_identity_new
2010-11-24 Simon Wilkinsonrx: Rework identity copying
2010-11-20 Jeffrey Altmanmore rx/tests cleanups
2010-11-19 Simon WilkinsonRemove local crypto
2010-11-17 Simon Wilkinsonlibroken: Build on windows
2010-11-08 Jeffrey Altmanrxperf: use parallel connections
2010-11-08 Simon WilkinsonRX: rxi_PrepareSendPacket drops call lock; WaitforTQ...
2010-11-06 Simon Wilkinsonrx: Reorganise includes
2010-11-04 Andrew DeasonRX: Fix old rx_stats incrementors
2010-11-03 Derrick Brashearrx mutex inversion fix
2010-10-29 Chas Williams (CON... afs: afs_osi_Alloc_NoSleep() cleanup
2010-10-29 Ben KadukFBSD: fix dumb panic when we can't pfind rxk_Listener
2010-10-27 Derrick Brasheardown with assert, up with osi_Assert
2010-10-26 Simon Wilkinsonrx: Don't let timeouts force fast recovery
2010-10-26 Simon Wilkinsonrx: Fix starting of transmit timers
2010-10-26 Simon Wilkinsonrx: Refactor transmit queue wakeup
2010-10-26 Simon Wilkinsonrx: Fix resend accounting
2010-10-26 Simon Wilkinsonrx: Use a structure for the xmit list
2010-10-23 Simon Wilkinsonrx: Tidy up variables in RTT calc
2010-10-23 Simon Wilkinsonrx: Fix bracing on rx_clock macro arguments
2010-10-23 Simon Wilkinsonrx: More improvments to RTT calculation
2010-10-23 Jeffrey AltmanRx: Treat rx_minPeerTimeout not as a minimum but as...
2010-10-23 Jeffrey AltmanRx: Fix socket() handling so errors are properly detected
2010-10-21 Jeffrey AltmanRx: prototype rx_StateClienThread()
2010-10-21 Jeffrey AltmanRx: rx_stats_active not RXDEBUG
2010-10-20 Chas Williams (CON... rx: remove spurious compare for maxDgramPackets
2010-10-19 Derrick Brashearatomic mutex don't recursive enter
2010-10-18 Simon Wilkinsonrx: Simplify round trip time calculation
2010-10-18 Andrew DeasonRX: Add rx_InterruptCall
2010-10-18 Jeffrey AltmanRx: Do not compute RTT on non-last packets of a jumbogram
2010-10-18 Simon WilkinsonRx: Reject out of order ACK packets
2010-10-15 Jeffrey AltmanRx: use osi_Assert/osi_Panic instead of assert
2010-10-15 Chas Williams (CON... Rx: fix dpf() usage with regard to trailing \n's
2010-10-14 Jeffrey AltmanRx: function return type on separate line
2010-10-14 Tom Keiserrx: fix typo in rx_atomic Solaris backend
2010-10-14 Simon Wilkinsonrx: Don't count unknown packets as missing
next