Sign in
android-kvm
/
linux
/
2a3d4eb8e228061c09d5ca8bf39e7f00c2091213
/
net
/
rxrpc
/
input.c
d864991
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c1e15b4
rxrpc: Fix the packet reception routine
by David Howells
· 6 years ago
298bc15
rxrpc: Only take the rwind and mtu values from latest ACK
by David Howells
· 6 years ago
dfe9952
rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()
by David Howells
· 6 years ago
c479d5f
rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()
by David Howells
· 6 years ago
bfd2821
rxrpc: Don't need to take the RCU read lock in the packet receiver
by David Howells
· 6 years ago
5271953
rxrpc: Use the UDP encap_rcv hook
by David Howells
· 6 years ago
2cfa227
rxrpc: Fix the data_ready handler
by David Howells
· 6 years ago
5e33a23
rxrpc: Fix some missed refs to init_net
by David Howells
· 6 years ago
d2944b1
rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb()
by David Howells
· 6 years ago
6f41617
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
0099dc5
rxrpc: Make service call handling more robust
by David Howells
· 6 years ago
403fc2a
rxrpc: Improve up-front incoming packet checking
by David Howells
· 6 years ago
ece64fe
rxrpc: Emit BUSY packets when supposed to rather than ABORTs
by David Howells
· 6 years ago
b604dd9
rxrpc: Fix RTT gathering
by David Howells
· 6 years ago
dc71db3
rxrpc: Fix checks as to whether we should set up a new call
by David Howells
· 6 years ago
a8305bf
net: Add and use skb_mark_not_on_list().
by David S. Miller
· 6 years ago
4272d30
rxrpc: Trace socket notification
by David Howells
· 6 years ago
4764c0d
rxrpc: Trace packet transmission
by David Howells
· 6 years ago
1a02502
rxrpc: Fix handling of call quietly cancelled out on server
by David Howells
· 7 years ago
c54e43d
rxrpc: Fix missing start of call timeout
by David Howells
· 7 years ago
b41d7cf
rxrpc: Fix undefined packet handling
by David Howells
· 7 years ago
57b0c9d
rxrpc: Don't treat call aborts as conn aborts
by David Howells
· 7 years ago
ace45be
rxrpc: Fix firewall route keepalive
by David Howells
· 7 years ago
a25e21f
rxrpc, afs: Use debug_ids rather than pointers in traces
by David Howells
· 7 years ago
3d7682a
rxrpc: Clean up whitespace
by David Howells
· 7 years ago
bd1fdf8
rxrpc: Add a timeout for detecting lost ACKs/lost DATA
by David Howells
· 7 years ago
a158bdd
rxrpc: Fix call timeouts
by David Howells
· 7 years ago
dcbefc3
rxrpc: Fix call expiry handling
by David Howells
· 7 years ago
e3cf3970
net: rxrpc: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
4e25572
rxrpc: Add service upgrade support for client connections
by David Howells
· 8 years ago
740586d
rxrpc: Trace changes in a call's receive window size
by David Howells
· 8 years ago
005ede2
rxrpc: Trace received aborts
by David Howells
· 8 years ago
fb46f6e
rxrpc: Trace protocol errors in received packets
by David Howells
· 8 years ago
3a92789
rxrpc: Use negative error codes in rxrpc_call struct
by David Howells
· 8 years ago
702f2ac
rxrpc: Wake up the transmitter if Rx window size increases on the peer
by David Howells
· 8 years ago
146d8fe
rxrpc: Call state should be read with READ_ONCE() under some circumstances
by David Howells
· 8 years ago
540b1c4
rxrpc: Fix deadlock between call creation and sendmsg/recvmsg
by David Howells
· 8 years ago
b1d9f7fd
rxrpc: Add some more tracing
by David Howells
· 8 years ago
b54a134
rxrpc: Fix handling of enums-to-string translation in tracing
by David Howells
· 8 years ago
7c13f97
udp: do fwd memory scheduling on dequeue
by Paolo Abeni
· 8 years ago
b3156274
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
31a1b989
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
70790dbe
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
fc943f67
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
fff72429
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
1291e9d1
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
· 9 years ago
5acbee4
rxrpc: Provide queuing helper functions
by David Howells
· 9 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
· 9 years ago
5627cc8
rxrpc: Provide more refcount helper functions
by David Howells
· 9 years ago
Next »