Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
80be7d6a313979764fd98f106516489d1bcdd99f
/
net
/
rxrpc
/
call_object.c
54fde42
rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()
by David Howells
· 8 years ago
a5af7e1
rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs
by David Howells
· 8 years ago
26cb02a
rxrpc: Fix warning by splitting rxrpc_send_call_packet()
by David Howells
· 8 years ago
405dea1
rxrpc: Fix the call timer handling
by David Howells
· 8 years ago
df0adc7
rxrpc: Keep the call timeouts as ktimes rather than jiffies
by David Howells
· 8 years ago
5749434
rxrpc: Implement slow-start
by David Howells
· 8 years ago
fc7ab6d
rxrpc: Add a tracepoint for the call timer
by David Howells
· 8 years ago
01a88f7
rxrpc: Fix call timer
by David Howells
· 8 years ago
71f3ca4
rxrpc: Improve skb tracing
by David Howells
· 8 years ago
363deea
rxrpc: Add connection tracepoint and client conn state tracepoint
by David Howells
· 8 years ago
a84a46d
rxrpc: Add some additional call tracing
by David Howells
· 8 years ago
357f5ef
rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()
by David Howells
· 8 years ago
0360da6
rxrpc: Purge the to_be_accepted queue on socket release
by David Howells
· 8 years ago
75e4212
rxrpc: Correctly initialise, limit and transmit call->rx_winsize
by David Howells
· 8 years ago
3432a75
rxrpc: Fix prealloc refcounting
by David Howells
· 8 years ago
cbd0089
rxrpc: Adjust the call ref tracepoint to show kernel API refs
by David Howells
· 8 years ago
248f219
rxrpc: Rewrite the data and ack handling code
by David Howells
· 8 years ago
00e9071
rxrpc: Preallocate peers, conns and calls for incoming service requests
by David Howells
· 8 years ago
2ab2721
rxrpc: Remove skb_count from struct rxrpc_call
by David Howells
· 8 years ago
5a42976
rxrpc: Add tracepoint for working out where aborts happen
by David Howells
· 8 years ago
8d94aa3
rxrpc: Calls shouldn't hold socket refs
by David Howells
· 8 years ago
278ac0c
rxrpc: Cache the security index in the rxrpc_call struct
by David Howells
· 8 years ago
f4fdb35
rxrpc: Use call->peer rather than call->conn->params.peer
by David Howells
· 8 years ago
fff7242
rxrpc: Improve the call tracking tracepoint
by David Howells
· 8 years ago
af338a9
rxrpc: The client call state must be changed before attachment to conn
by David Howells
· 8 years ago
30787a4
rxrpc: fix undefined behavior in rxrpc_mark_call_released
by Arnd Bergmann
· 8 years ago
d001648
rxrpc: Don't expose skbs to in-kernel users [ver #2]
by David Howells
· 8 years ago
e34d423
rxrpc: Trace rxrpc_call usage
by David Howells
· 8 years ago
f5c17aa
rxrpc: Calls should only have one terminal state
by David Howells
· 8 years ago
45025bc
rxrpc: Improve management and caching of client connection objects
by David Howells
· 8 years ago
df5d8bf
rxrpc: Make /proc/net/rxrpc_calls safer
by David Howells
· 8 years ago
01a90a4
rxrpc: Drop channel number field from rxrpc_call struct
by David Howells
· 8 years ago
f36b5e4
rxrpc: When clearing a socket, clear the call sets in the right order
by David Howells
· 8 years ago
dabe5a7
rxrpc: Tidy up the rxrpc_call struct a bit
by David Howells
· 8 years ago
17b963e
rxrpc: Need to flag call as being released on connect failure
by David Howells
· 8 years ago
55cae7a
rxrpc: fix uninitialized pointer dereference in debug code
by Arnd Bergmann
· 8 years ago
372ee16
rxrpc: Fix races between skb free, ACK generation and replying
by David Howells
· 8 years ago
d440a1c
rxrpc: Kill off the call hash table
by David Howells
· 8 years ago
e8d70ce
rxrpc: Prune the contents of the rxrpc_conn_proto struct
by David Howells
· 8 years ago
a1399f8
rxrpc: Call channels should have separate call number spaces
by David Howells
· 8 years ago
dee4636
rxrpc: Add RCU destruction for connections and calls
by David Howells
· 8 years ago
e653cfe
rxrpc: Release a call's connection ref on call disconnection
by David Howells
· 9 years ago
d1e858c
rxrpc: Fix handling of connection failure in client call creation
by David Howells
· 9 years ago
aa390bb
rxrpc: Kill off the rxrpc_transport struct
by David Howells
· 8 years ago
999b69f
rxrpc: Kill the client connection bundle concept
by David Howells
· 8 years ago
5627cc8
rxrpc: Provide more refcount helper functions
by David Howells
· 9 years ago
42886ff
rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions
by David Howells
· 8 years ago
85f3227
rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}
by David Howells
· 9 years ago
19ffa01
rxrpc: Use structs to hold connection params and protocol info
by David Howells
· 9 years ago
f66d749
rxrpc: Use the peer record to distribute network errors
by David Howells
· 9 years ago
8c3e34a
rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix
by David Howells
· 8 years ago
[Renamed from net/rxrpc/ar-call.c]
2341e07
rxrpc: Simplify connect() implementation and simplify sendmsg() op
by David Howells
· 8 years ago
9b6d539
rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB
by Joe Perches
· 8 years ago
843099c
rxrpc: Don't pass gfp around in incoming call handling functions
by David Howells
· 9 years ago
dc44b3a
rxrpc: Differentiate local and remote abort codes in structs
by David Howells
· 9 years ago
dad8aff
rxrpc: Replace all unsigned with unsigned int
by David Howells
· 9 years ago
0d12f8a
rxrpc: Keep the skb private record of the Rx header in host byte order
by David Howells
· 9 years ago
4c198ad
rxrpc: Rename call events to begin RXRPC_CALL_EV_
by David Howells
· 9 years ago
5b8848d
rxrpc: Convert call flag and event numbers into enums
by David Howells
· 9 years ago
7727640
af_rxrpc: Keep rxrpc_call pointers in a hashtable
by Tim Smith
· 11 years ago
817913d
af_rxrpc: Expose more RxRPC parameters via sysctls
by David Howells
· 11 years ago
5873c08
af_rxrpc: Add sysctls for configuring RxRPC parameters
by David Howells
· 11 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
3b5bac2
RxRPC: Fix a potential deadlock between the call resend_timer and state_lock
by David Howells
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 15 years ago
036c2e2
[AF_RXRPC]: constify function pointer tables
by Jan Engelhardt
· 17 years ago
1f8481d
[AF_RXRPC]: Make call state names available if CONFIG_PROC_FS=n
by David Howells
· 17 years ago
651350d
[AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to use
by David Howells
· 18 years ago
17926a7
[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both
by David Howells
· 18 years ago