Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
72bf92ec29ac052e950dcb2cc7f8820a2e1f0a02
/
net
/
rxrpc
1200b68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
dad8aff
rxrpc: Replace all unsigned with unsigned int
by David Howells
· 9 years ago
a4373a4
rxrpc: Don't try to map ICMP to error as the lower layer already did that
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
2b15ef1
rxrpc: rxkad: Casts are needed when comparing be32 values
by David Howells
· 9 years ago
098a209
rxrpc: rxkad: The version number in the response should be net byte order
by David Howells
· 9 years ago
ee72b9f
rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointers
by David Howells
· 9 years ago
b4f1342
rxrpc: Adjust some whitespace and comments
by David Howells
· 9 years ago
351c1e6
rxrpc: Be more selective about the types of received packets we accept
by David Howells
· 9 years ago
ee6fe08
rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtu
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
4c198ad
rxrpc: Rename call events to begin RXRPC_CALL_EV_
by David Howells
· 9 years ago
5b8848d
rxrpc: Convert call flag and event numbers into enums
by David Howells
· 9 years ago
e721498
rxrpc: Fix a case where a call event bit is being used as a flag bit
by David Howells
· 9 years ago
1afe593
rxrpc: Use skcipher
by Herbert Xu
· 9 years ago
aee3bfa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
16e5c1f
convert a bunch of open-coded instances of memdup_user_nul()
by Al Viro
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
9cd3e07
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
by Eric Dumazet
· 9 years ago
1ce0bf5
net: Generalise wq_has_sleeper helper
by Herbert Xu
· 9 years ago
33c40e2
rxrpc: Correctly handle ack at end of client call transmit phase
by David Howells
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
1873499
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
146aa8b
KEYS: Merge the type-specific data with the payload data
by David Howells
· 9 years ago
22a3f9a
rxrpc: Replace get_seconds with ktime_get_seconds
by Ksenija Stanojevic
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
eeb1bd5
net: Add a struct net parameter to sock_create_kern
by Eric W. Biederman
· 10 years ago
01e97e6
new helper: msg_data_left()
by Al Viro
· 10 years ago
a2dd379
Merge remote-tracking branch 'dh/afs' into for-davem
by Al Viro
· 10 years ago
44ba069
RxRPC: Handle VERSION Rx protocol packets
by David Howells
· 10 years ago
382d797
RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argument
by David Howells
· 10 years ago
aab9483
RxRPC: Don't call skb_add_data() if there's no data to copy
by David Howells
· 10 years ago
3af6878
RxRPC: Fix the conversion to iov_iter
by David Howells
· 10 years ago
0fa74a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
7d985ed
rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()
by Al Viro
· 10 years ago
3cef5c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c247f05
ip: fix error queue empty skb handling
by Willem de Bruijn
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
2cfdf9f
net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp()
by Eyal Birger
· 10 years ago
765dd3b
rxrpc: don't multiply with HZ twice
by Florian Westphal
· 10 years ago
c03ae53
rxrpc: terminate retrans loop when sending of skb fails
by Florian Westphal
· 10 years ago
f2683b7
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by David S. Miller
· 10 years ago
2e90b1c
rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properly
by Al Viro
· 10 years ago
af2b040
rxrpc: switch rxrpc_send_data() to iov_iter primitives
by Al Viro
· 10 years ago
49ca0d8
net-timestamp: no-payload option
by Willem de Bruijn
· 10 years ago
f95b414
net: introduce helper macro for_each_cmsghdr
by Gu Zheng
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
5e40d33
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c06cfb0
KEYS: Remove key_type::match in favour of overriding default by match_preparse
by David Howells
· 10 years ago
ed3bfdf
RxRPC: Fix missing __user annotation
by David Howells
· 10 years ago
364a9e9
sock: deduplicate errqueue dequeue
by Willem de Bruijn
· 10 years ago
884cf70
net: remove dead code after sk_data_ready change
by Eric Dumazet
· 10 years ago
ae045e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
8a7a3eb
KEYS: RxRPC: Use key preparsing
by David Howells
· 10 years ago
fa4eff4
net/rxrpc/ar-key.c: drop negativity check on unsigned value
by Andrey Utkin
· 10 years ago
fde0133
af_rxrpc: Fix XDR length check in rxrpc key demarshalling.
by Nathaniel W Filardo
· 11 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
7727640
af_rxrpc: Keep rxrpc_call pointers in a hashtable
by Tim Smith
· 11 years ago
e8388eb
af_rxrpc: Request an ACK for every alternate DATA packet
by David Howells
· 11 years ago
817913d
af_rxrpc: Expose more RxRPC parameters via sysctls
by David Howells
· 11 years ago
9823f39
af_rxrpc: Improve ACK production
by David Howells
· 11 years ago
5873c08
af_rxrpc: Add sysctls for configuring RxRPC parameters
by David Howells
· 11 years ago
6c9a2d3
af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDED
by David Howells
· 11 years ago
b6f3a40
af_rxrpc: Prevent RxRPC peers from ABORT-storming one another
by Tim Smith
· 11 years ago
8961749
af_rxrpc: Remove incorrect checksum calculation from rxrpc_recvmsg()
by Tim Smith
· 11 years ago
cd0c75a
Merge tag 'rxrpc-20140126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 11 years ago
1ea4273
af_rxrpc: Handle frames delivered from another VM
by Tim Smith
· 11 years ago
24a9981
af_rxrpc: Avoid setting up double-free on checksum error
by Tim Smith
· 11 years ago
8f22ba6
RxRPC: do not unlock unheld spinlock in rxrpc_connect_exclusive()
by Alexey Khoroshilov
· 11 years ago
08d4d21
rxrpc: out of bound read in debug code
by Dan Carpenter
· 11 years ago
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
c1b1203
net: misc: Remove extern from function prototypes
by Joe Perches
· 11 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 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
af2b08d
net/rxrpc: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
ce6654c
rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
d25282d
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
cf7f601
KEYS: Add payload preparsing opportunity prior to key instantiate or update
by David Howells
· 12 years ago
c608973
userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of 0, 0
by Eric W. Biederman
· 12 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
cae296c
net/rxrpc/ar-peer.c: remove invalid reference to list iterator variable
by Julia Lawall
· 12 years ago
4651700
ipv4: Kill ip_rt_frag_needed().
by David S. Miller
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
f65bd5e
RxRPC: Fix kcalloc parameters swapped
by Axel Lin
· 13 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 13 years ago
65d9d2c
RxRPC: Use kmemdup rather than duplicating its implementation
by Thomas Meyer
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
ed84cad
rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()
by David S. Miller
· 13 years ago
2a64255
rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().
by David S. Miller
· 13 years ago
c9d10c4
rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()
by David S. Miller
· 13 years ago
9e5e10a
rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()
by David S. Miller
· 13 years ago
504f284
rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()
by David S. Miller
· 13 years ago
31e4543
ipv4: Make caller provide on-stack flow key to ip_route_output_ports().
by David S. Miller
· 14 years ago
Next »