aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/ar-internal.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingGravatar David Howells 1-0/+1
2016-07-06rxrpc: Kill off the call hash tableGravatar David Howells 1-11/+2
2016-07-06rxrpc: Use RCU to access a peer's service connection treeGravatar David Howells 1-9/+12
2016-07-06rxrpc: Move data_ready peer lookup into rxrpc_find_connection()Gravatar David Howells 1-3/+0
2016-07-06rxrpc: Prune the contents of the rxrpc_conn_proto structGravatar David Howells 1-13/+7
2016-07-06rxrpc: Maintain an extra ref on a conn for the cache listGravatar David Howells 1-1/+4
2016-07-06rxrpc: Move peer lookup from call-accept to new-incoming-connGravatar David Howells 1-1/+2
2016-07-06rxrpc: Split service connection code out into its own fileGravatar David Howells 1-3/+10
2016-07-06rxrpc: Split client connection code out into its own fileGravatar David Howells 1-3/+3
2016-07-06rxrpc: Call channels should have separate call number spacesGravatar David Howells 1-5/+9
2016-07-06rxrpc: Add RCU destruction for connections and callsGravatar David Howells 1-1/+3
2016-07-06rxrpc: Move usage count getting into rxrpc_queue_conn()Gravatar David Howells 1-1/+8
2016-07-06rxrpc: Check that the client conns cache is empty before module removalGravatar David Howells 1-0/+1
2016-07-06rxrpc: Turn connection #defines into enums and put outside struct defGravatar David Howells 1-12/+30
2016-07-06rxrpc: Provide queuing helper functionsGravatar David Howells 1-1/+11
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadGravatar Herbert Xu 1-4/+4
2016-06-22rxrpc: Kill off the rxrpc_transport structGravatar David Howells 1-47/+10
2016-06-22rxrpc: Kill the client connection bundle conceptGravatar David Howells 1-37/+20
2016-06-22rxrpc: Provide more refcount helper functionsGravatar David Howells 1-2/+13
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportGravatar David Howells 1-1/+1
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisGravatar David Howells 1-2/+11
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsGravatar David Howells 1-3/+3
2016-06-22rxrpc: Fix exclusive connection handlingGravatar David Howells 1-3/+4
2016-06-22rxrpc: Use structs to hold connection params and protocol infoGravatar David Howells 1-12/+49
2016-06-15rxrpc: Rework local endpoint managementGravatar David Howells 1-24/+31
2016-06-15rxrpc: Separate local endpoint event handling out into its own fileGravatar David Howells 1-0/+5
2016-06-15rxrpc: Use the peer record to distribute network errorsGravatar David Howells 1-8/+8
2016-06-15rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()Gravatar David Howells 1-2/+2
2016-06-15rxrpc: Rework peer object handling to use hash table and RCUGravatar David Howells 1-9/+37
2016-06-13rxrpc: Update the comments in ar-internal.h to reflect renamesGravatar David Howells 1-69/+69
2016-06-10rxrpc: Limit the listening backlogGravatar David Howells 1-0/+1
2016-06-09rxrpc: Simplify connect() implementation and simplify sendmsg() opGravatar David Howells 1-10/+12
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBGravatar Joe Perches 1-18/+12
2016-04-11rxrpc: Create a null security type and get rid of conditional callsGravatar David Howells 1-4/+6
2016-04-11rxrpc: Absorb the rxkad security moduleGravatar David Howells 1-5/+16
2016-04-11rxrpc: Don't pass gfp around in incoming call handling functionsGravatar David Howells 1-3/+2
2016-04-11rxrpc: Differentiate local and remote abort codes in structsGravatar David Howells 1-3/+7
2016-04-11rxrpc: Static arrays of strings should be const char *const[]Gravatar David Howells 1-1/+1
2016-04-11rxrpc: Move some miscellaneous bits out into their own fileGravatar David Howells 1-9/+15
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-93/+125
2016-03-13rxrpc: Replace all unsigned with unsigned intGravatar David Howells 1-11/+11
2016-03-04rxrpc: Adjust some whitespace and commentsGravatar David Howells 1-11/+11
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderGravatar David Howells 1-25/+40
2016-03-04rxrpc: Rename call events to begin RXRPC_CALL_EV_Gravatar David Howells 1-18/+18
2016-03-04rxrpc: Convert call flag and event numbers into enumsGravatar David Howells 1-45/+62
2016-01-27rxrpc: Use skcipherGravatar Herbert Xu 1-1/+1
2015-09-20rxrpc: Replace get_seconds with ktime_get_secondsGravatar Ksenija Stanojevic 1-2/+2
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemGravatar Al Viro 1-0/+2
2015-04-01RxRPC: Handle VERSION Rx protocol packetsGravatar David Howells 1-0/+2
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-6/+4