Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0a427cc638ada13a703b044f38f4b01628c4e620
/
net
/
rxrpc
/
local_object.c
295f830
rxrpc: Fix dependency on IPv6 in udp tunnel config
by Vadim Fedorenko
· 4 years ago
1a9b86c
rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socket
by Xin Long
· 4 years ago
5d30c62
rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socket
by Xin Long
· 4 years ago
245500d
rxrpc: Rewrite the client connection manager
by David Howells
· 4 years, 7 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 5 months ago
fce9349
ipv6: add ip6_sock_set_recverr
by Christoph Hellwig
· 4 years, 8 months ago
2de569b
ipv4: add ip_sock_set_mtu_discover
by Christoph Hellwig
· 4 years, 8 months ago
db45c0e
ipv4: add ip_sock_set_recverr
by Christoph Hellwig
· 4 years, 8 months ago
783da70
net: add sock_enable_timestamps
by Christoph Hellwig
· 4 years, 8 months ago
0e631ee
rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
by David Howells
· 4 years, 9 months ago
04d36d7
rxrpc: Fix missing active use pinning of rxrpc_local object
by David Howells
· 5 years ago
fac20b9
rxrpc: Fix use-after-free in rxrpc_put_local()
by David Howells
· 5 years ago
d12040b
rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]
by David Howells
· 5 years ago
06d9532
rxrpc: Fix read-after-free in rxrpc_queue_local()
by David Howells
· 5 years ago
b00df84
rxrpc: Fix local endpoint replacement
by David Howells
· 5 years ago
68553f1
rxrpc: Fix local refcounting
by David Howells
· 5 years ago
730c5fd
rxrpc: Fix local endpoint refcounting
by David Howells
· 5 years ago
b4d0d23
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
by Thomas Gleixner
· 6 years ago
8b44836
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
032be5f
rxrpc: fix race condition in rxrpc_input_packet()
by Eric Dumazet
· 6 years ago
936ee65
rxrpc: Mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
7f1bc6e
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
by Deepa Dinamani
· 6 years ago
7ec8dc9
rxrpc: Fix incorrect conditional on IPV6
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
37a675e
rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket
by David Howells
· 6 years ago
b604dd9
rxrpc: Fix RTT gathering
by David Howells
· 6 years ago
bfc18e3
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
by Mark Rutland
· 7 years ago
f2aeed3
rxrpc: Fix error reception on AF_INET6 sockets
by David Howells
· 7 years ago
09d2bf5
rxrpc: Add a tracepoint to track rxrpc_local refcounting
by David Howells
· 7 years ago
28036f4
rxrpc: Permit multiple service binding
by David Howells
· 8 years ago
2baec2c
rxrpc: Support network namespacing
by David Howells
· 8 years ago
1e9e5c9
rxrpc: Reduce the rxrpc_local::services list to a pointer
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
aaa31cb
rxrpc: Don't specify protocol to when creating transport socket
by David Howells
· 8 years ago
248f219
rxrpc: Rewrite the data and ack handling code
by David Howells
· 8 years ago
de8d6c7
rxrpc: Convert rxrpc_local::services to an hlist
by David Howells
· 8 years ago
dee4636
rxrpc: Add RCU destruction for connections and calls
by David Howells
· 9 years ago
999b69f
rxrpc: Kill the client connection bundle concept
by David Howells
· 9 years ago
5627cc8
rxrpc: Provide more refcount helper functions
by David Howells
· 9 years ago
4f95dd7
rxrpc: Rework local endpoint management
by David Howells
· 9 years ago
8756361
rxrpc: Separate local endpoint event handling out into its own file
by David Howells
· 9 years ago
abe89ef
rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()
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-local.c]
bc6e1ea
rxrpc: Trim line-terminal whitespace
by David Howells
· 9 years ago
9b6d539
rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB
by Joe Perches
· 9 years ago
0d12f8a
rxrpc: Keep the skb private record of the Rx header in host byte order
by David Howells
· 9 years ago
eeb1bd5
net: Add a struct net parameter to sock_create_kern
by Eric W. Biederman
· 10 years ago
44ba069
RxRPC: Handle VERSION Rx protocol packets
by David Howells
· 10 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
21454aa
net: replace NIPQUAD() in net/*/
by Harvey Harrison
· 16 years ago
91cf45f
[NET]: Add the helper kernel_sock_shutdown()
by Trond Myklebust
· 17 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