Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
aa7c352f9841ab3fee5bf1de127a45e6310124a6
/
net
/
rxrpc
/
call_event.c
3a92789
rxrpc: Use negative error codes in rxrpc_call struct
by David Howells
· 8 years ago
9749fd2
rxrpc: Need to produce an ACK for service op if op takes a long time
by David Howells
· 8 years ago
94bc669
rxrpc: Add missing notification
by David Howells
· 8 years ago
d7833d0
rxrpc: Queue the call on expiry
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
a176707
rxrpc: Make Tx loss-injection go through normal return and adjust tracing
by David Howells
· 8 years ago
5749434
rxrpc: Implement slow-start
by David Howells
· 8 years ago
0d96796
rxrpc: Schedule an ACK if the reply to a client call appears overdue
by David Howells
· 8 years ago
df0562a
rxrpc: Delay the resend timer to allow for nsec->jiffies conv error
by David Howells
· 8 years ago
c6672e3
rxrpc: Add a tracepoint to log which packets will be retransmitted
by David Howells
· 8 years ago
9c7ad43
rxrpc: Add tracepoint for ACK proposal
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
dfc3da4
rxrpc: Need to start the resend timer on initial transmission
by David Howells
· 8 years ago
90bd684
rxrpc: Should be using ktime_add_ms() not ktime_add_ns()
by David Howells
· 8 years ago
fc943f6
rxrpc: Reduce the number of PING ACKs sent
by David Howells
· 8 years ago
50235c4
rxrpc: Obtain RTT data by requesting ACKs on DATA packets
by David Howells
· 8 years ago
f07373e
rxrpc: Add re-sent Tx annotation
by David Howells
· 8 years ago
5a924b8
rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs
by David Howells
· 8 years ago
71f3ca4
rxrpc: Improve skb tracing
by David Howells
· 8 years ago
dfa7d92
rxrpc: Fix retransmission algorithm
by David Howells
· 8 years ago
fabf920
rxrpc: Remove some whitespace.
by David Howells
· 8 years ago
91c2c7b
rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delay
by David Howells
· 8 years ago
248f219
rxrpc: Rewrite the data and ack handling code
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
fff7242
rxrpc: Improve the call tracking tracepoint
by David Howells
· 8 years ago
00b5407
rxrpc: Fix uninitialised variable warning
by David Howells
· 8 years ago
ea82aae
rxrpc: Use call->peer rather than going to the connection
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
563ea7d
rxrpc: Calculate serial skew on packet reception
by David Howells
· 8 years ago
df844fd
rxrpc: Use a tracepoint for skb accounting debugging
by David Howells
· 8 years ago
26164e77
rxrpc: Remove RXRPC_CALL_PROC_BUSY
by David Howells
· 8 years ago
f9dc575
rxrpc: Don't access connection from call if pointer is NULL
by David Howells
· 8 years ago
372ee16
rxrpc: Fix races between skb free, ACK generation and replying
by David Howells
· 8 years ago
30b515f
rxrpc: Access socket accept queue under right lock
by David Howells
· 8 years ago
e653cfe
rxrpc: Release a call's connection ref on call disconnection
by David Howells
· 9 years ago
985a5c8
rxrpc: Make rxrpc_send_packet() take a connection not a transport
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-ack.c]
9b6d539
rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB
by Joe Perches
· 8 years ago
e0e4d82
rxrpc: Create a null security type and get rid of conditional calls
by David Howells
· 9 years ago
6dd050f
rxrpc: Don't assume transport address family and size when using it
by David Howells
· 9 years ago
dc44b3a
rxrpc: Differentiate local and remote abort codes in structs
by David Howells
· 9 years ago
8e688d9
rxrpc: Move some miscellaneous bits out into their own file
by David Howells
· 9 years ago
8f7e6e7
rxrpc: Disable a debugging statement that has been left enabled.
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
33c40e2
rxrpc: Correctly handle ack at end of client call transmit phase
by David Howells
· 9 years ago
765dd3b
rxrpc: don't multiply with HZ twice
by Florian Westphal
· 10 years ago
c03ae53
rxrpc: terminate retrans loop when sending of skb fails
by Florian Westphal
· 10 years ago
817913d
af_rxrpc: Expose more RxRPC parameters via sysctls
by David Howells
· 11 years ago
9823f39
af_rxrpc: Improve ACK production
by David Howells
· 11 years ago
5873c08
af_rxrpc: Add sysctls for configuring RxRPC parameters
by David Howells
· 11 years ago
08d4d21
rxrpc: out of bound read in debug code
by Dan Carpenter
· 11 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 13 years ago
504f284
rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()
by David S. Miller
· 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
4e36a95
RxRPC: Use uX/sX rather than uintX_t/intX_t types
by David Howells
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
163e3cb
net/rxrpc: Use BUG_ON
by Julia Lawall
· 17 years ago
224711d
[AF_RXRPC]: Sort out MTU handling.
by David Howells
· 18 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