Linux: drop GLOCK before calling dput
[openafs.git] / src / rx /
2012-09-04 Simon WilkinsonFurther rationalise our usage of assert()
2012-08-14 Simon Wilkinsonrx: Add the add_and_read function to our atomics
2012-08-09 Andrew Deasonrx: Process ICMP unreachable errors
2012-08-09 Andrew DeasonLINUX: Fix error queue processing
2012-08-09 Andrew DeasonLINUX: Avoid SO_ERROR for RXERRQ_ENV
2012-08-09 Andrew Deasonrx: Create AFS_ADAPT_PMTU and AFS_RXERRQ_ENV
2012-08-03 Andrew DeasonLINUX24: Remove ADAPT_PMTU code
2012-08-03 Andrew Deasonrx: Formatting fixes
2012-08-03 Andrew Deasonrx: Remove ADAPT_MTU and MISCMTU
2012-07-27 Jeffrey Altmanrx: protect against ACKs with serial as prevPacket
2012-07-27 Jeffrey Altmanrx: better rxi_FindRpcStat check for end of queue
2012-07-27 Jeffrey Altmanrx: protect against invalid params in rx_Copy*RPCStats
2012-07-25 Andrew Deasonrx: Initialize kernel rx_atomic_mutex
2012-07-25 Andrew Deasonrx: Raise minimum Linux atomics version to 2.6
2012-07-23 Jeffrey Altmanrx: rxi_FindRpcStat must test for empty queue
2012-07-22 Derrick Brashearrxgen: per-opcode stats
2012-07-22 Garrett Wollmanxdr: fix two old FIXMEs related to signed/unsigned...
2012-07-21 Jeffrey Altmanrx: fix abort on missing service
2012-07-21 Jeffrey Altmanrx: rxi_ReceiveDataPacket do not set rprev on drop
2012-07-19 Derrick Brashearmacos: get more packets if requested
2012-07-16 Garrett Wollmanrx: dead initialization in rxi_RestoreDataBufs
2012-07-16 Garrett Wollmanrx: eliminate dead variable sdl in rx_getAllAddr_internal()
2012-07-16 Garrett Wollmanrx: don't leak a connection hash table in unlikely...
2012-06-27 Derrick Brashearrx: abort on missing service
2012-06-15 Simon Wilkinsonrx: provide mechanism to send a bare abort packet
2012-06-14 Simon Wilkinsonrx: Constify rx_opaque_populate
2012-05-24 Simon Wilkinsonrx: Don't cast returns from allocator
2012-05-24 Simon WilkinsonDon't cast the return from calloc()
2012-05-24 Simon WilkinsonUse calloc, rather than malloc/memset
2012-05-24 Simon WilkinsonUse strdup to copy strings
2012-04-22 Simon Wilkinsonrx_identity: Add a super user value
2012-04-22 Simon Wilkinsonrx: Make identity and opaque usable with NULL vals
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
next