index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-02
rxrpc: Don't expose skbs to in-kernel users [ver #2]
David Howells
9
-61
/
+214
2016-08-30
rxrpc: Pass struct socket * to more rxrpc kernel interface functions
David Howells
2
-11
/
+14
2016-08-30
rxrpc: Use call->peer rather than going to the connection
David Howells
1
-5
/
+5
2016-08-30
rxrpc: Provide a way for AFS to ask for the peer address of a call
David Howells
1
-0
/
+15
2016-08-30
rxrpc: Trace rxrpc_call usage
David Howells
11
-34
/
+104
2016-08-30
rxrpc: Calls should only have one terminal state
David Howells
12
-184
/
+226
2016-08-30
rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_calls
David Howells
1
-11
/
+15
2016-08-24
rxrpc: Improve management and caching of client connection objects
David Howells
8
-157
/
+933
2016-08-24
rxrpc: Dup the main conn list for the proc interface
David Howells
5
-4
/
+11
2016-08-24
rxrpc: Make /proc/net/rxrpc_calls safer
David Howells
4
-9
/
+26
2016-08-24
rxrpc: Fix conn-based retransmit
David Howells
2
-1
/
+2
2016-08-23
rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor
David Howells
4
-4
/
+157
2016-08-23
rxrpc: Calculate serial skew on packet reception
David Howells
5
-31
/
+43
2016-08-23
rxrpc: Set connection expiry on idle, not put
David Howells
2
-27
/
+26
2016-08-23
rxrpc: Use a tracepoint for skb accounting debugging
David Howells
9
-38
/
+79
2016-08-23
rxrpc: Drop channel number field from rxrpc_call struct
David Howells
5
-10
/
+8
2016-08-23
rxrpc: When clearing a socket, clear the call sets in the right order
David Howells
1
-6
/
+6
2016-08-23
rxrpc: Tidy up the rxrpc_call struct a bit
David Howells
5
-20
/
+21
2016-08-23
rxrpc: Remove RXRPC_CALL_PROC_BUSY
David Howells
2
-7
/
+0
2016-08-09
rxrpc: Free packets discarded in data_ready
David Howells
1
-0
/
+2
2016-08-09
rxrpc: Fix a use-after-push in data_ready handler
David Howells
1
-6
/
+11
2016-08-09
rxrpc: Once packet posted in data_ready, don't retry posting
David Howells
1
-5
/
+3
2016-08-09
rxrpc: Don't access connection from call if pointer is NULL
David Howells
1
-0
/
+4
2016-08-09
rxrpc: Need to flag call as being released on connect failure
David Howells
1
-0
/
+2
2016-08-09
rxrpc: fix uninitialized pointer dereference in debug code
Arnd Bergmann
1
-0
/
+1
2016-08-06
rxrpc: Fix races between skb free, ACK generation and replying
David Howells
7
-46
/
+45
2016-07-16
rxrpc: checking for IS_ERR() instead of NULL
Dan Carpenter
1
-1
/
+1
2016-07-12
rxrpc: Fix error handling in af_rxrpc_init()
Wei Yongjun
1
-2
/
+2
2016-07-06
rxrpc: Kill off the call hash table
David Howells
2
-184
/
+2
2016-07-06
rxrpc: Use RCU to access a peer's service connection tree
David Howells
6
-180
/
+224
2016-07-06
rxrpc: Move data_ready peer lookup into rxrpc_find_connection()
David Howells
4
-74
/
+59
2016-07-06
rxrpc: Prune the contents of the rxrpc_conn_proto struct
David Howells
4
-27
/
+8
2016-07-06
rxrpc: Maintain an extra ref on a conn for the cache list
David Howells
4
-58
/
+97
2016-07-06
rxrpc: Move peer lookup from call-accept to new-incoming-conn
David Howells
4
-26
/
+51
2016-07-06
rxrpc: Split service connection code out into its own file
David Howells
4
-135
/
+156
2016-07-06
rxrpc: Split client connection code out into its own file
David Howells
3
-250
/
+251
2016-07-06
rxrpc: Call channels should have separate call number spaces
David Howells
6
-117
/
+104
2016-07-06
rxrpc: Access socket accept queue under right lock
David Howells
1
-2
/
+2
2016-07-06
rxrpc: Add RCU destruction for connections and calls
David Howells
6
-36
/
+60
2016-07-06
rxrpc: Release a call's connection ref on call disconnection
David Howells
3
-22
/
+22
2016-07-06
rxrpc: Fix handling of connection failure in client call creation
David Howells
1
-1
/
+3
2016-07-06
rxrpc: Move usage count getting into rxrpc_queue_conn()
David Howells
4
-10
/
+9
2016-07-06
rxrpc: Check that the client conns cache is empty before module removal
David Howells
3
-2
/
+21
2016-07-06
rxrpc: Turn connection #defines into enums and put outside struct def
David Howells
5
-29
/
+47
2016-07-06
rxrpc: Provide queuing helper functions
David Howells
3
-3
/
+13
2016-07-06
rxrpc: Avoid using stack memory in SG lists in rxkad
Herbert Xu
5
-111
/
+65
2016-07-06
rxrpc: Check the source of a packet to a client conn
David Howells
1
-1
/
+3
2016-07-06
rxrpc: Fix some sparse errors
David Howells
1
-3
/
+2
2016-07-01
rxrpc: Fix processing of authenticated/encrypted jumbo packets
David Howells
1
-1
/
+1
2016-06-22
rxrpc: Kill off the rxrpc_transport struct
David Howells
11
-451
/
+65
[next]