Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1eb7b40386c97f6c4d1c62931bf306f4535a4bd6
/
net
/
sctp
8e1611e
make sock_alloc_file() do sock_release() on failures
by Al Viro
· 7 years ago
779edd7
sctp: do not abandon the other frags in unsent outq if one msg has outstanding frags
by Xin Long
· 7 years ago
e5f6129
sctp: abandon the whole msg if one part of a fragmented message is abandoned
by Xin Long
· 7 years ago
d30fc51
sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune
by Xin Long
· 7 years ago
a8dd397
sctp: use right member as the param of list_for_each_entry
by Xin Long
· 7 years ago
1ba896f
sctp: remove extern from stream sched
by Xin Long
· 7 years ago
08f4607
sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail
by Xin Long
· 7 years ago
52a3958
sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
by Xin Long
· 7 years ago
159f2a7
sctp: avoid flushing unsent queue when doing asoc reset
by Xin Long
· 7 years ago
5c6144a
sctp: only allow the asoc reset when the asoc outq is empty
by Xin Long
· 7 years ago
d570a59
sctp: only allow the out stream reset when the stream outq is empty
by Xin Long
· 7 years ago
3aa623d
sctp: use sizeof(__u16) for each stream number length instead of magic number
by Xin Long
· 7 years ago
ecca8f8
sctp: set frag_point in sctp_setsockopt_maxseg correctly
by Xin Long
· 7 years ago
7c8a61d
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
by Eric W. Biederman
· 7 years ago
423852f
sctp: check stream reset info len before making reconf chunk
by Xin Long
· 7 years ago
cea0cc8
sctp: use the right sk after waking up from wait_buf sleep
by Xin Long
· 7 years ago
ca3af4d
sctp: do not free asoc when it is already dead in sctp_sendmsg
by Xin Long
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
dc82673
sctp: fix error return code in sctp_send_add_streams()
by Wei Yongjun
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
978aa04
sctp: fix some type cast warnings introduced since very beginning
by Xin Long
· 7 years ago
f6fc6bc
sctp: fix a type cast warnings that causes a_rwnd gets the wrong value
by Xin Long
· 7 years ago
8d32503
sctp: fix some type cast warnings introduced by transport rhashtable
by Xin Long
· 7 years ago
1da4fc9
sctp: fix some type cast warnings introduced by stream reconf
by Xin Long
· 7 years ago
d04adf1
sctp: reset owner sk for data chunks on out queues when migrating a sock
by Xin Long
· 7 years ago
9c3b575
net: sctp: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
b71d21c
sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND
by Laszlo Toth
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1cc276c
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
by Xin Long
· 7 years ago
df80cd9
sctp: do not peel off an assoc from one netns to another one
by Xin Long
· 7 years ago
1a37b77
sctp: make array sctp_sched_ops static
by Colin Ian King
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ac1ed8b
sctp: introduce round robin stream scheduler
by Marcelo Ricardo Leitner
· 7 years ago
637784a
sctp: introduce priority based stream scheduler
by Marcelo Ricardo Leitner
· 7 years ago
0ccdf3c
sctp: add sockopt to get/set stream scheduler parameters
by Marcelo Ricardo Leitner
· 7 years ago
13aa877
sctp: add sockopt to get/set stream scheduler
by Marcelo Ricardo Leitner
· 7 years ago
5bbbbe3
sctp: introduce stream scheduler foundations
by Marcelo Ricardo Leitner
· 7 years ago
f952be7
sctp: introduce struct sctp_stream_out_ext
by Marcelo Ricardo Leitner
· 7 years ago
1fdb8d8
sctp: factor out stream->in allocation
by Marcelo Ricardo Leitner
· 7 years ago
e090abd
sctp: factor out stream->out allocation
by Marcelo Ricardo Leitner
· 7 years ago
1ae2eaa
sctp: silence warns on sctp_stream_init allocations
by Marcelo Ricardo Leitner
· 7 years ago
c2cc187
sctp: Fix a big endian bug in sctp_diag_dump()
by Dan Carpenter
· 7 years ago
8c7c19a
sctp: do not mark sk dumped when inet_sctp_diag_fill returns err
by Xin Long
· 7 years ago
d25adbe
sctp: fix an use-after-free issue in sctp_sock_dump
by Xin Long
· 7 years ago
7906b00
sctp: fix missing wake ups in some situations
by Marcelo Ricardo Leitner
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ee6c88b
sctp: Avoid out-of-bounds reads from address storage
by Stefano Brivio
· 7 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
15339e4
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
by Alexander Potapenko
· 7 years ago
327c0da
sctp: fix some indents in sm_make_chunk.c
by Xin Long
· 7 years ago
172a159
sctp: remove the typedef sctp_disposition_t
by Xin Long
· 7 years ago
8ee821a
sctp: remove the typedef sctp_sm_table_entry_t
by Xin Long
· 7 years ago
e08af95
sctp: remove the typedef sctp_verb_t
by Xin Long
· 7 years ago
c488b77
sctp: remove the typedef sctp_arg_t
by Xin Long
· 7 years ago
a85bbeb
sctp: remove the typedef sctp_cmd_seq_t
by Xin Long
· 7 years ago
e2c3108
sctp: remove the typedef sctp_cmd_t
by Xin Long
· 7 years ago
b7ef261
sctp: remove the typedef sctp_socket_type_t
by Xin Long
· 7 years ago
d38ef5a
sctp: remove the typedef sctp_dbg_objcnt_entry_t
by Xin Long
· 7 years ago
a05437a
sctp: remove the typedef sctp_cmsgs_t
by Xin Long
· 7 years ago
edf903f
sctp: remove the typedef sctp_sender_hb_info_t
by Xin Long
· 7 years ago
bfc6f82
sctp: remove the typedef sctp_subtype_t
by Xin Long
· 7 years ago
61f0eb0
sctp: remove the typedef sctp_event_t
by Xin Long
· 7 years ago
19cd159
sctp: remove the typedef sctp_event_timeout_t
by Xin Long
· 7 years ago
5210601
sctp: remove the typedef sctp_state_t
by Xin Long
· 7 years ago
4785c7a
sctp: remove the typedef sctp_ierror_t
by Xin Long
· 7 years ago
86b36f2
sctp: remove the typedef sctp_xmit_t
by Xin Long
· 7 years ago
0ceaeeb
sctp: remove the typedef sctp_transport_cmd_t
by Xin Long
· 7 years ago
1c66201
sctp: remove the typedef sctp_scope_t
by Xin Long
· 7 years ago
701ef3e
sctp: remove the typedef sctp_scope_policy_t
by Xin Long
· 7 years ago
125c298
sctp: remove the typedef sctp_retransmit_reason_t
by Xin Long
· 7 years ago
233e793
sctp: remove the typedef sctp_lower_cwnd_t
by Xin Long
· 7 years ago
bb96dec
sctp: remove the typedef sctp_auth_chunk_t
by Xin Long
· 7 years ago
96f7ef4
sctp: remove the typedef sctp_authhdr_t
by Xin Long
· 7 years ago
68d7546
sctp: remove the typedef sctp_addip_chunk_t
by Xin Long
· 7 years ago
65205cc
sctp: remove the typedef sctp_addiphdr_t
by Xin Long
· 7 years ago
8b32f23
sctp: remove the typedef sctp_addip_param_t
by Xin Long
· 7 years ago
65f7710
sctp: remove the typedef sctp_cwrhdr_t
by Xin Long
· 7 years ago
b515fd2
sctp: remove the typedef sctp_ecne_chunk_t
by Xin Long
· 7 years ago
1fb6d83
sctp: remove the typedef sctp_ecnehdr_t
by Xin Long
· 7 years ago
2a49321
sctp: remove the typedef sctp_error_t
by Xin Long
· 7 years ago
87caeba
sctp: remove the typedef sctp_operr_chunk_t
by Xin Long
· 7 years ago
d8238d9
sctp: remove the typedef sctp_errhdr_t
by Xin Long
· 7 years ago
ac23e68
sctp: fix the name of struct sctp_shutdown_chunk_t
by Xin Long
· 7 years ago
e61e405
sctp: remove the typedef sctp_shutdownhdr_t
by Xin Long
· 7 years ago
441ae65
sctp: remove the typedef sctp_abort_chunk_t
by Xin Long
· 7 years ago
38c00f7
sctp: remove the typedef sctp_heartbeat_chunk_t
by Xin Long
· 7 years ago
4d2dcdf
sctp: remove the typedef sctp_heartbeathdr_t
by Xin Long
· 7 years ago
d4d6c61
sctp: remove the typedef sctp_sack_chunk_t
by Xin Long
· 7 years ago
7873108
sctp: remove the typedef sctp_sackhdr_t
by Xin Long
· 7 years ago
afd93b7
sctp: remove the typedef sctp_sack_variable_t
by Xin Long
· 7 years ago
62e6b7e
sctp: remove the typedef sctp_unrecognized_param_t
by Xin Long
· 7 years ago
f48ef4c
sctp: remove the typedef sctp_cookie_param_t
by Xin Long
· 7 years ago
cb1844c
sctp: remove the typedef sctp_initack_chunk_t
by Xin Long
· 7 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1474774
sctp: remove the typedef sctp_hmac_algo_param_t
by Xin Long
· 7 years ago
a762a9d
sctp: remove the typedef sctp_chunks_param_t
by Xin Long
· 7 years ago
b02db702
sctp: remove the typedef sctp_random_param_t
by Xin Long
· 7 years ago
15328d9
sctp: remove the typedef sctp_supported_ext_param_t
by Xin Long
· 7 years ago
Next »