Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0435605289298a7311f78d02eb6a015cae7dbaf7
/
net
/
tipc
/
socket.c
6c7e983
tipc: Fix tipc_sk_reinit handling of -EAGAIN
by Bob Peterson
· 7 years ago
41c6d65
net: convert sock.sk_refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
844cf76
tipc: make macro tipc_wait_for_cond() smp safe
by Jon Paul Maloy
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
ec8a09f
tipc: refactor function tipc_sk_recv_stream()
by Jon Paul Maloy
· 8 years ago
e9f8b10
tipc: refactor function tipc_sk_recvmsg()
by Jon Paul Maloy
· 8 years ago
c1be775
tipc: close the connection if protocol messages contain errors
by Parthasarathy Bhuvaragan
· 8 years ago
4e0df49
tipc: improve error validations for sockets in CONNECTING state
by Parthasarathy Bhuvaragan
· 8 years ago
42b531d
tipc: Fix missing connection request handling
by Parthasarathy Bhuvaragan
· 8 years ago
b1513c3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
05ff837
tipc: fix socket flow control accounting error at tipc_recv_stream
by Parthasarathy Bhuvaragan
· 8 years ago
3364d61
tipc: fix socket flow control accounting error at tipc_send_stream
by Parthasarathy Bhuvaragan
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
66bc1e8
tipc: allow rdm/dgram socketpairs
by Erik Hugne
· 8 years ago
70b0375
tipc: add support for stream/seqpacket socketpairs
by Erik Hugne
· 8 years ago
cdfbabf
net: Work around lockdep limitation in sockets that use sockets
by David Howells
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
40f9f43
tipc: Fix tipc_sk_reinit race conditions
by Herbert Xu
· 8 years ago
a08ef47
tipc: uninitialized return code in tipc_setsockopt()
by Dan Carpenter
· 8 years ago
01fd12b
tipc: make replicast a user selectable option
by Jon Paul Maloy
· 8 years ago
a853e4c
tipc: introduce replicast as transport option for multicast
by Jon Paul Maloy
· 8 years ago
365ad35
tipc: reduce risk of user starvation during link congestion
by Jon Paul Maloy
· 8 years ago
4d8642d
tipc: modify struct tipc_plist to be more versatile
by Jon Paul Maloy
· 8 years ago
8c44e1a
tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functions
by Jon Paul Maloy
· 8 years ago
693c564
tipc: don't send FIN message from connectionless socket
by Jon Paul Maloy
· 8 years ago
0b42f25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
6998cc6
tipc: resolve connection flow control compatibility problem
by Jon Paul Maloy
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
51b9a31
tipc: eliminate obsolete socket locking policy description
by Jon Paul Maloy
· 8 years ago
d9dc8b0
net: fix sleeping for sk_wait_event()
by WANG Cong
· 8 years ago
f40acba
tipc: remove SS_CONNECTED sock state
by Parthasarathy Bhuvaragan
· 8 years ago
99a2088
tipc: create TIPC_CONNECTING as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
6f00089
tipc: remove SS_DISCONNECTING state
by Parthasarathy Bhuvaragan
· 8 years ago
9fd4b07
tipc: create TIPC_DISCONNECTING as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
438adca
tipc: create TIPC_OPEN as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
8ea642e
tipc: create TIPC_ESTABLISHED as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
0c288c8
tipc: create TIPC_LISTEN as a new sk_state
by Parthasarathy Bhuvaragan
· 8 years ago
c752023a
tipc: remove socket state SS_READY
by Parthasarathy Bhuvaragan
· 8 years ago
360aab6
tipc: remove probing_intv from tipc_sock
by Parthasarathy Bhuvaragan
· 8 years ago
d6fb7e9
tipc: remove tsk->connected from tipc_sock
by Parthasarathy Bhuvaragan
· 8 years ago
87227fe
tipc: remove tsk->connected for connectionless sockets
by Parthasarathy Bhuvaragan
· 8 years ago
aeda16b
tipc: rename tsk->remote to tsk->peer for consistent naming
by Parthasarathy Bhuvaragan
· 8 years ago
ba8aebe
tipc: rename struct tipc_skb_cb member handle to bytes_read
by Parthasarathy Bhuvaragan
· 8 years ago
cb5da847
tipc: set kern=0 in sk_alloc() during tipc_accept()
by Parthasarathy Bhuvaragan
· 8 years ago
4891d8f
tipc: wakeup sleeping users at disconnect
by Parthasarathy Bhuvaragan
· 8 years ago
7cf87fa
tipc: return early for non-blocking sockets at link congestion
by Parthasarathy Bhuvaragan
· 8 years ago
d2fbdf7
tipc: fix NULL pointer dereference in shutdown()
by Vegard Nossum
· 8 years ago
f1d048f
tipc: fix socket timer deadlock
by Jon Paul Maloy
· 9 years ago
16bf834
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
45e093a
tipc: check nl sock before parsing nested attributes
by Richard Alpe
· 9 years ago
10724cc
tipc: redesign connection-level flow control
by Jon Paul Maloy
· 9 years ago
60020e1
tipc: propagate peer node capabilities to socket layer
by Jon Paul Maloy
· 9 years ago
7c8bcfb
tipc: re-enable compensation for socket receive buffer double counting
by Jon Paul Maloy
· 9 years ago
c19ca6c
treewide: Fix typos in printk
by Masanari Iida
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
49cc66e
tipc: move netlink policies to netlink.c
by Richard Alpe
· 9 years ago
f214fc4
tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
by Parthasarathy Bhuvaragan
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
1ce0bf5
net: Generalise wq_has_sleeper helper
by Herbert Xu
· 9 years ago
f4195d1
tipc: avoid packets leaking on socket receive queue
by Ying Xue
· 9 years ago
959e178
tipc: introduce jumbo frame support for broadcast
by Jon Paul Maloy
· 9 years ago
6beb19a
tipc: move bcast definitions to bcast.c
by Jon Paul Maloy
· 9 years ago
cda3696
tipc: clean up socket layer message reception
by Jon Paul Maloy
· 9 years ago
bcd3ffd
tipc: introduce new tipc_sk_respond() function
by Jon Paul Maloy
· 9 years ago
29042e1
tipc: let function tipc_msg_reverse() expand header when needed
by Jon Paul Maloy
· 9 years ago
af9b028
tipc: make media xmit call outside node spinlock context
by Jon Paul Maloy
· 9 years ago
22d85c7
tipc: change sk_buffer handling in tipc_link_xmit()
by Jon Paul Maloy
· 9 years ago
fdd75ea
net/tipc: initialize security state for new connection socket
by Stephen Smalley
· 9 years ago
25c43bf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
b3be5e3
tipc: disconnect socket directly after probe failure
by Erik Hugne
· 10 years ago
1ea23a2
tipc: unconditionally put sock refcnt when sock timer to be deleted is pending
by Ying Xue
· 10 years ago
a6bf70f
tipc: simplify include dependencies
by Jon Paul Maloy
· 10 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
9871b27
tipc: fix random link reset problem
by Erik Hugne
· 10 years ago
b5e2c15
rhashtable: Disable automatic shrinking by default
by Thomas Graf
· 10 years ago
610600c
tipc: validate length of sockaddr in connect() for dgram/rdm
by Sasha Levin
· 10 years ago
6d02294
tipc: Use default rhashtable hashfn
by Herbert Xu
· 10 years ago
6cca7289
tipc: Use inlined rhashtable interface
by Herbert Xu
· 10 years ago
f2f8036
tipc: add support for connect() on dgram/rdm sockets
by Erik Hugne
· 10 years ago
18d6c58
tipc: remove redundant call to tipc_node_remove_conn
by Erik Hugne
· 10 years ago
446c89a
tipc: Use rhashtable max/min_size instead of max/min_shift
by Herbert Xu
· 10 years ago
76100a8
tipc: fix netns refcnt leak
by Ying Xue
· 10 years ago
143fe22
tipc: fix inconsistent signal handling regression
by Erik Hugne
· 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
39a0295f
tipc: Don't use iocb argument in socket layer
by Ying Xue
· 10 years ago
4c4b52d
rhashtable: remove indirection for grow/shrink decision functions
by Daniel Borkmann
· 10 years ago
22ae7cf
tipc: nl compat add noop and remove legacy nl framework
by Richard Alpe
· 10 years ago
487d2a3
tipc: convert legacy nl socket dump to nl compat
by Richard Alpe
· 10 years ago
bfb3e5d
tipc: move and rename the legacy nl api to "nl compat"
by Richard Alpe
· 10 years ago
51a00da
tipc: fix bug in socket reception function
by Jon Paul Maloy
· 10 years ago
cb1b728
tipc: eliminate race condition at multicast reception
by Jon Paul Maloy
· 10 years ago
3c724ac
tipc: simplify socket multicast reception
by Jon Paul Maloy
· 10 years ago
c637c10
tipc: resolve race problem at unicast message reception
by Jon Paul Maloy
· 10 years ago
94153e3
tipc: use existing sk_write_queue for outgoing packet chain
by Jon Paul Maloy
· 10 years ago
e3a7756
tipc: split up function tipc_msg_eval()
by Jon Paul Maloy
· 10 years ago
d570d86
tipc: enqueue arrived buffers in socket in separate function
by Jon Paul Maloy
· 10 years ago
1186adf
tipc: simplify message forwarding and rejection in socket layer
by Jon Paul Maloy
· 10 years ago
c589863
tipc: reduce usage of context info in socket and link
by Jon Paul Maloy
· 10 years ago
f25dcc7
tipc: tipc ->sendmsg() conversion
by Al Viro
· 10 years ago
Next »