Rework set_header_word macros
[openafs.git] / src / rx /
2013-01-22 Simon Wilkinsonrx: Remove warning inhibition on rx.c
2013-01-04 Russ AllberyMake MIN/MAX code in rx/rx_packet.h more readable
2013-01-04 Russ AllberyEnsure MIN/MAX are defined in userspace builds of rx
2012-12-05 Jeffrey Altmanrx: RX_INVALID_OPERATION abort unknown service only
2012-12-05 Andrew Deasonrx: Add rx_GetNetworkError
2012-12-01 Jeffrey Altmanrx: set abort client_initiated flag to match direction
2012-12-01 Simon Wilkinsonrx: Make rxevent_Put NULL the event ptr being put
2012-12-01 Simon Wilkinsonrx: Return success value when cancelling an event
2012-12-01 Simon Wilkinsonrx: Don't treat calls specially in event package
2012-11-30 Simon Wilkinsonrx: Remove unused origPeer parameter to FindPeer
2012-11-30 Simon Wilkinsonrx: Remove unused timeoutEvent
2012-11-30 Simon Wilkinsonrx: CheckBusy doesn't drop conn_call_lock
2012-11-28 Simon Wilkinsonrx: Add a no-op afs_kcondvar_t for LWP
2012-11-28 Andrew Deasonrx: Lock call for KeepAliveOn/KeepAliveOff
2012-11-27 Andrew Deasonrx: Generate BUSY packets for error call channels
2012-11-19 Marc DionneLinux 3.7: remove use of param.h and ioctl.h
2012-11-08 Andrew Deasonrx: Fix non-TSFPQ rxi_FreePackets
2012-10-30 Simon WilkinsonFix mutex assertion
2012-10-30 Simon Wilkinsonrx: Move kernel assertion macros
2012-10-30 Simon WilkinsonAdd opr/lock.h and tidy locking macros
2012-10-29 Simon Wilkinsonrx: Move transmit queue clearing
2012-10-29 Simon Wilkinsonrx: Refactor code to acknowledge a whole TX queue
2012-10-29 Simon Wilkinsonrx: Remove duplicate out of order ACK check
2012-10-29 Simon Wilkinsonrx: Remove duplicate security layer check
2012-10-29 Simon Wilkinsonrx: Refactor rxi_ReceivePacket call selection
2012-10-29 Simon Wilkinsonrx: Don't build a call to immediately abort it
2012-10-29 Simon Wilkinsonrx: Remove unreachable debug statement
2012-10-29 Simon Wilkinsonrx: Always provide rxi_WaitForTQBusy
2012-10-29 Simon Wilkinsonrx: MUTEX_* are no-ops when !RX_ENABLE_LOCKS
2012-10-29 Simon Wilkinsonrx: Get rid of AFS_GLOBAL_RXLOCK_KERNEL
2012-10-29 Simon Wilkinsonrx: Don't have 2 different protos for rxi_CheckCall
2012-10-29 Simon Wilkinsonrx: Don't double check conn->call
2012-10-29 Simon Wilkinsonrx: Move bytesSent + bytesRcvd into app only data
2012-10-29 Simon Wilkinsonrx: Don't use app-thread variable in SendXmitList
2012-10-29 Simon Wilkinsonrx: Make lock-free call data explicit
2012-10-18 Simon Wilkinsonrx: Use opr queues
2012-10-18 Simon Wilkinsonrx: Move server queue entry structure out of rx.h
2012-10-18 Simon Wilkinsonrx: Export some more functions
2012-10-18 Andrew Deasonrx: Skip rxi_CheckPeerDead if we are DALLY
2012-10-18 Andrew DeasonLINUX: Ignore 'offender' in error queue processing
2012-10-18 Andrew Deasonrx: Check for peer deadness in rxi_Resend
2012-10-18 Andrew Deasonrx: Process all errors received
2012-10-18 Derrick Brashearlinux: always define do_handlesocketerror
2012-10-18 Derrick Brashearrx: pthread sendmsg should return success, not a bytecount
2012-10-16 Andrew DeasonLINUX: Allocate error queue buffer once
2012-10-16 Andrew Deasonrx: Process error queue after noticing errors
2012-09-25 Andrew DeasonLINUX: Define printf/uprintf as variadic macros
2012-09-25 Andrew Deasonrx: Do not include linux/module.h
2012-09-25 Andrew Deasonrx: Save errno in LWP rxi_Sendmsg
2012-09-25 Andrew Deasonrx: Split out rxi_NetSendError
2012-09-16 Simon WilkinsonSplit up libtool support into LWP and pthread
2012-09-10 Derrick Brashearaix: add atomic support
2012-09-10 Simon Wilkinsonlibafsrpc: Assemble with libtool
2012-09-09 Simon Wilkinsonrx: Build libtool library
2012-09-07 Derrick Brashearrx: initialize mutexes from globals
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
next