Windows: add KTC_TOKEN_MUTEX_FAIL error code
[openafs.git] / src / rx /
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
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
next