Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b058efc1acfd99027b4c70458e72c3d20a1a5bbc
/
net
/
rxrpc
/
af_rxrpc.c
93864fc
rxrpc: Fix the min security level for kernel calls
by David Howells
· 7 years ago
17226f1
rxrpc: Fix leak of rxrpc_peer objects
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
d644406
net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
c501256
rxrpc: Use correct netns source in rxrpc_release_sock()
by David Howells
· 7 years ago
ade994f
net: annotate ->poll() instances
by Al Viro
· 7 years ago
3d18cbb
rxrpc: Fix conn expiry timers
by David Howells
· 7 years ago
f859ab6
rxrpc: Fix service endpoint expiry
by David Howells
· 7 years ago
4812417
rxrpc: Split the call params from the operation params
by David Howells
· 7 years ago
20acbd9
rxrpc: Lock around calling a kernel service Rx notification
by David Howells
· 7 years ago
e3cf3970
net: rxrpc: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
6cb3ece
rxrpc: Don't release call mutex on error pointer
by David Howells
· 7 years ago
f4d15fb
rxrpc: Provide functions for allowing cleaner handling of signals
by David Howells
· 7 years ago
a68f4a2
rxrpc: Support service upgrade from a kernel service
by David Howells
· 7 years ago
c038a58
rxrpc: Allow failed client calls to be retried
by David Howells
· 7 years ago
3ec0efd
rxrpc: Remove some excess whitespace
by David Howells
· 7 years ago
41c6d65
net: convert sock.sk_refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
14afee4
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
e754eba
rxrpc: Provide a cmsg to specify the amount of Tx data for a call
by David Howells
· 8 years ago
515559c
rxrpc: Provide a getsockopt call to query what cmsgs types are supported
by David Howells
· 8 years ago
4722974
rxrpc: Implement service upgrade
by David Howells
· 8 years ago
28036f4
rxrpc: Permit multiple service binding
by David Howells
· 8 years ago
68d6d1a
rxrpc: Separate the connection's protocol service ID from the lookup ID
by David Howells
· 8 years ago
2baec2c
rxrpc: Support network namespacing
by David Howells
· 8 years ago
540b1c4
rxrpc: Fix deadlock between call creation and sendmsg/recvmsg
by David Howells
· 8 years ago
210f035
rxrpc: Allow listen(sock, 0) to be used to disable listening
by David Howells
· 8 years ago
4443061
rxrpc: abstract away knowledge of IDR internals
by Matthew Wilcox
· 8 years ago
b63452c
rxrpc: Accesses of rxrpc_local::service need to be RCU managed
by David Howells
· 8 years ago
1e9e5c9
rxrpc: Reduce the rxrpc_local::services list to a pointer
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
cd5892c
rxrpc: Create an address for sendmsg() to bind unbound socket with
by David Howells
· 8 years ago
cbd0089
rxrpc: Adjust the call ref tracepoint to show kernel API refs
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
de8d6c7
rxrpc: Convert rxrpc_local::services to an hlist
by David Howells
· 8 years ago
8d94aa3
rxrpc: Calls shouldn't hold socket refs
by David Howells
· 8 years ago
fff72429
rxrpc: Improve the call tracking tracepoint
by David Howells
· 8 years ago
5f2d9c4
rxrpc: Randomise epoch and starting client conn ID values
by David Howells
· 8 years ago
d001648
rxrpc: Don't expose skbs to in-kernel users [ver #2]
by David Howells
· 8 years ago
4de48af
rxrpc: Pass struct socket * to more rxrpc kernel interface functions
by David Howells
· 8 years ago
df844fd
rxrpc: Use a tracepoint for skb accounting debugging
by David Howells
· 8 years ago
8addc04
rxrpc: Fix error handling in af_rxrpc_init()
by Wei Yongjun
· 8 years ago
dee4636
rxrpc: Add RCU destruction for connections and calls
by David Howells
· 9 years ago
eb9b9d2
rxrpc: Check that the client conns cache is empty before module removal
by David Howells
· 9 years ago
aa390bb
rxrpc: Kill off the rxrpc_transport struct
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
f4552c2
rxrpc: Validate the net address given to rxrpc_kernel_begin_call()
by David Howells
· 9 years ago
4a3388c
rxrpc: Use IDR to allocate client conn IDs on a machine-wide basis
by David Howells
· 9 years ago
cc8feb8
rxrpc: Fix exclusive connection handling
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
· 9 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
0e119b4
rxrpc: Limit the listening backlog
by David Howells
· 9 years ago
2341e07
rxrpc: Simplify connect() implementation and simplify sendmsg() op
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
648af7f
rxrpc: Absorb the rxkad security module
by David Howells
· 9 years ago
dad8aff
rxrpc: Replace all unsigned with unsigned int
by David Howells
· 9 years ago
ab802ee
rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() use
by David Howells
· 9 years ago
b4f1342
rxrpc: Adjust some whitespace and comments
by David Howells
· 9 years ago
e33b3d9
rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIX
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
1ce0bf5
net: Generalise wq_has_sleeper helper
by Herbert Xu
· 9 years ago
146aa8b
KEYS: Merge the type-specific data with the payload data
by David Howells
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
5873c08
af_rxrpc: Add sysctls for configuring RxRPC parameters
by David Howells
· 11 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
ce6654c
rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
e1fcc7e
rxrpc: rxrpc_workqueue isn't used during memory reclaim
by Tejun Heo
· 14 years ago
4381548
net: sock_def_readable() and friends RCU conversion
by Eric Dumazet
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 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
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
a57de0b
net: adding memory barrier to the poll and receive callbacks
by Jiri Olsa
· 15 years ago
15bde72
RxRPC: Fix a potential NULL dereference
by David Howells
· 16 years ago
21454aa
net: replace NIPQUAD() in net/*/
by Harvey Harrison
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
424b00e
AFS: Do not describe debug parameters with their value
by Paul Bolle
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
8d8ad9d
[NET]: Name magic constants in sock_wake_async()
by Pavel Emelyanov
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
76181c1
KEYS: Make request_key() and co fundamentally asynchronous
by David Howells
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
2c6b47d
Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().
by john stultz
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
1c89964
[NET] RXRPC: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
Next »