- 608aecd rxrpc: Fix locking issues in rxrpc_put_peer_locked() by David Howells · 2 years, 1 month ago
- 3dd9c8b rxrpc: Remove the _bh annotation from all the spinlocks by David Howells · 5 years ago
- 5e6ef4f rxrpc: Make the I/O thread take over the call and local processor work by David Howells · 5 years ago
- 29fb4ec rxrpc: Remove RCU from peer->error_targets list by David Howells · 2 years, 3 months ago
- ff73482 rxrpc: Move error processing into the local endpoint I/O thread by David Howells · 2 years, 3 months ago
- 9a36a6b rxrpc: trace: Don't use __builtin_return_address for sk_buff tracing by David Howells · 2 years, 3 months ago
- cb0fc0c rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing by David Howells · 2 years, 3 months ago
- 47c810a rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing by David Howells · 2 years, 3 months ago
- 0fde882 rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing by David Howells · 2 years, 3 months ago
- e969c92 rxrpc: Remove the [_k]net() debugging macros by David Howells · 2 years, 3 months ago
- 2ebdb26 rxrpc: Remove the [k_]proto() debugging macros by David Howells · 2 years, 3 months ago
- b6c66c4 rxrpc: Use the core ICMP/ICMP6 parsers by David Howells · 2 years, 3 months ago
- 42fb06b net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error() by David Howells · 2 years, 3 months ago
- ac56a0b rxrpc: Fix ICMP/ICMP6 error handling by David Howells · 2 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 07a86b0 Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 4 years, 7 months ago
- 5ac0d62 rxrpc: Fix missing notification by David Howells · 4 years, 7 months ago
- 23e2db3 rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACH by David Howells · 4 years, 8 months ago
- c410bf01 rxrpc: Fix the excessive initial retransmission timeout by David Howells · 4 years, 8 months ago
- 04d36d7 rxrpc: Fix missing active use pinning of rxrpc_local object by David Howells · 5 years ago
- 2ca4f6c rxrpc: use rcu protection while reading sk->sk_user_data by Eric Dumazet · 5 years ago
- f0308fb rxrpc: Fix possible NULL pointer access in ICMP handling by David Howells · 5 years ago
- 987db9f rxrpc: Use the tx-phase skb flag to simplify tracing by David Howells · 5 years ago
- 60034d3d rxrpc: Fix potential deadlock by David Howells · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 56d282d rxrpc: Clear socket error by Marc Dionne · 6 years ago
- 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 1890fea rxrpc: Fix a missing rxrpc_put_peer() in the error_report handler by David Howells · 6 years ago
- 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
- 46894a1 rxrpc: Use IPv4 addresses throught the IPv6 by David Howells · 6 years ago
- f334430 rxrpc: Fix error distribution by David Howells · 6 years ago
- 330bdcf rxrpc: Fix the keepalive generator [ver #2] by David Howells · 6 years ago
- 494337c rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messages by David Howells · 7 years ago
- 1159d4b rxrpc: Add a tracepoint to track rxrpc_peer refcounting by David Howells · 7 years ago
- ace45be rxrpc: Fix firewall route keepalive by David Howells · 7 years ago
- 7b674e3 rxrpc: Fix IPv6 support by David Howells · 7 years ago
- 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
- cf1a647 rxrpc: Add per-peer RTT tracker by David Howells · 8 years ago
- 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
- d191274 rxrpc: Make IPv6 support conditional on CONFIG_IPV6 by David Howells · 8 years ago
- 75b54cb rxrpc: Add IPv6 support by David Howells · 8 years ago
- 248f219 rxrpc: Rewrite the data and ack handling code 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
- f66d749 rxrpc: Use the peer record to distribute network errors by David Howells · 9 years ago
- fe77d5f rxrpc: Do a little bit of tidying in the ICMP processing by David Howells · 9 years ago
- 1c1df86 rxrpc: Don't assume anything about the address in an ICMP packet by David Howells · 9 years ago
- 1a70c05 rxrpc: Break MTU determination from ICMP into its own function by David Howells · 9 years ago
- abe89ef rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report() 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 · 9 years ago[Renamed from net/rxrpc/ar-error.c]
- a4373a4 rxrpc: Don't try to map ICMP to error as the lower layer already did that by David Howells · 9 years ago
- b4f1342 rxrpc: Adjust some whitespace and comments by David Howells · 9 years ago
- 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 9 years ago
- c247f05 ip: fix error queue empty skb handling by Willem de Bruijn · 10 years ago
- 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 10 years ago
- 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
- 6c9a2d3 af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDED by David Howells · 11 years ago
- 4651700 ipv4: Kill ip_rt_frag_needed(). by David S. Miller · 13 years ago
- c9d10c4 rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler() by David S. Miller · 14 years ago
- 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 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