Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6c39ebf78790568ab3321d612d23787f94f42bfa
/
net
/
rxrpc
/
input.c
515d78d
rxrpc: Wake up the transmitter if Rx window size increases on the peer
by David Howells
· 8 years ago
b315627
rxrpc: Partially handle OpenAFS's improper termination of calls
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
a9f312d
rxrpc: Only ping for lost reply in client call
by David Howells
· 8 years ago
df0adc7
rxrpc: Keep the call timeouts as ktimes rather than jiffies
by David Howells
· 8 years ago
775e5b7
rxrpc: The offset field in struct rxrpc_skb_priv is unnecessary
by David Howells
· 8 years ago
0851115
rxrpc: Reduce ssthresh to peer's receive window
by David Howells
· 8 years ago
8782def
rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthresh
by David Howells
· 8 years ago
ed1e867
rxrpc: Note serial number being ACK'd in the congestion management trace
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
31a1b98
rxrpc: Generate a summary of the ACK state for later use
by David Howells
· 8 years ago
dd7c1ee
rxrpc: Reinitialise the call ACK and timer state for client reply phase
by David Howells
· 8 years ago
a7056c5
rxrpc: Send an immediate ACK if we fill in a hole
by David Howells
· 8 years ago
9c7ad43
rxrpc: Add tracepoint for ACK proposal
by David Howells
· 8 years ago
89b475a
rxrpc: Add a tracepoint to log injected Rx packet loss
by David Howells
· 8 years ago
70790db
rxrpc: Pass the last Tx packet marker in the annotation buffer
by David Howells
· 8 years ago
be8aa33
rxrpc: Fix accidental cancellation of scheduled resend by ACK parser
by David Howells
· 8 years ago
98dafac
rxrpc: Use before_eq() and friends to compare serial numbers
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
8e83134
rxrpc: Send pings to get RTT data
by David Howells
· 8 years ago
f07373e
rxrpc: Add re-sent Tx annotation
by David Howells
· 8 years ago
8a681c36
rxrpc: Add config to inject packet loss
by David Howells
· 8 years ago
71f3ca4
rxrpc: Improve skb tracing
by David Howells
· 8 years ago
58dc63c
rxrpc: Add a tracepoint to follow packets in the Rx buffer
by David Howells
· 8 years ago
ec71eb9
rxrpc: Add a tracepoint to log received ACK packets
by David Howells
· 8 years ago
a124fe3
rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer
by David Howells
· 8 years ago
d01dc4c
rxrpc: Fix the parsing of soft-ACKs
by David Howells
· 8 years ago
816c9fc
rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()
by David Howells
· 8 years ago
75e4212
rxrpc: Correctly initialise, limit and transmit call->rx_winsize
by David Howells
· 8 years ago
01fd074
rxrpc: Allow tx_winsize to grow in response to an ACK
by David Howells
· 8 years ago
89a80ed
rxrpc: Use skb->len not skb->data_len
by David Howells
· 8 years ago
bc4abfc
rxrpc: Add missing wakeup on Tx window rotation
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
49e19ec
rxrpc: Add tracepoints to record received packets and end of data_ready
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
6543ac5
rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()
by David Howells
· 8 years ago
8b7fac5
rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()
by David Howells
· 8 years ago
278ac0c
rxrpc: Cache the security index in the rxrpc_call struct
by David Howells
· 8 years ago
fff7242
rxrpc: Improve the call tracking tracepoint
by David Howells
· 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
2266ffd
rxrpc: Fix conn-based retransmit
by David Howells
· 8 years ago
18bfeba
rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor
by David Howells
· 8 years ago
563ea7d
rxrpc: Calculate serial skew on packet reception
by David Howells
· 8 years ago
992c273
rxrpc: Free packets discarded in data_ready
by David Howells
· 8 years ago
50fd85a
rxrpc: Fix a use-after-push in data_ready handler
by David Howells
· 8 years ago
2e7e975
rxrpc: Once packet posted in data_ready, don't retry posting
by David Howells
· 8 years ago
372ee16
rxrpc: Fix races between skb free, ACK generation and replying
by David Howells
· 8 years ago
8496af5
rxrpc: Use RCU to access a peer's service connection tree
by David Howells
· 8 years ago
1291e9d
rxrpc: Move data_ready peer lookup into rxrpc_find_connection()
by David Howells
· 8 years ago
2c4579e
rxrpc: Move usage count getting into rxrpc_queue_conn()
by David Howells
· 8 years ago
5acbee4
rxrpc: Provide queuing helper functions
by David Howells
· 8 years ago
ac5d268
rxrpc: Fix processing of authenticated/encrypted jumbo packets
by David Howells
· 8 years ago
aa390bb
rxrpc: Kill off the rxrpc_transport struct
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
0e4699e
rxrpc: checking for IS_ERR() instead of NULL
by Dan Carpenter
· 8 years ago
4f95dd7
rxrpc: Rework local endpoint management
by David Howells
· 9 years ago
be6e670
rxrpc: Rework peer object handling to use hash table and RCU
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-input.c]
bc6e1ea
rxrpc: Trim line-terminal whitespace
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
02c2234
net: udp: rename UDP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
e0e4d82
rxrpc: Create a null security type and get rid of conditional calls
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
4d0fc73
rxrpc: do not pull udp headers on receive
by Willem de Bruijn
· 9 years ago
351c1e6
rxrpc: Be more selective about the types of received packets we accept
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
44ba069
RxRPC: Handle VERSION Rx protocol packets
by David Howells
· 10 years ago
884cf70
net: remove dead code after sk_data_ready change
by Eric Dumazet
· 10 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
7727640
af_rxrpc: Keep rxrpc_call pointers in a hashtable
by Tim Smith
· 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
b6f3a40
af_rxrpc: Prevent RxRPC peers from ABORT-storming one another
by Tim Smith
· 11 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
1000345
AF_RXRPC: Handle receiving ACKALL packets
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
0283328
MIB: add struct net to UDP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
ae445d1
[RXRPC]: Use cpu_to_be32() where appropriate.
by YOSHIFUJI Hideaki
· 17 years ago
1781f7f
[UDP]: Restore missing inDatagrams increments
by Herbert Xu
· 17 years ago
68c708f
[RXRPC]: Fix pointers passed to bitops.
by David S. Miller
· 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