summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: implement handle_ftsn for sctp_stream_interleaveXin Long2017-12-151-0/+2
* sctp: implement report_ftsn for sctp_stream_interleaveXin Long2017-12-151-0/+1
* sctp: implement validate_ftsn for sctp_stream_interleaveXin Long2017-12-152-0/+12
* sctp: implement generate_ftsn for sctp_stream_interleaveXin Long2017-12-152-0/+3
* sctp: add basic structures and make chunk function for ifwdtsnXin Long2017-12-152-0/+4
* sctp: add support for the process of unordered idataXin Long2017-12-112-1/+14
* sctp: implement abort_pd for sctp_stream_interleaveXin Long2017-12-112-1/+3
* sctp: implement start_pd for sctp_stream_interleaveXin Long2017-12-111-0/+1
* sctp: implement renege_events for sctp_stream_interleaveXin Long2017-12-112-6/+5
* sctp: implement enqueue_event for sctp_stream_interleaveXin Long2017-12-111-0/+2
* sctp: implement ulpevent_data for sctp_stream_interleaveXin Long2017-12-113-3/+22
* sctp: implement validate_data for sctp_stream_interleaveXin Long2017-12-113-1/+12
* sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-115-8/+26
* sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-113-3/+58
* sctp: add basic structures and make chunk function for idataXin Long2017-12-112-0/+3
* sctp: add stream interleave enable members and sockoptXin Long2017-12-111-0/+2
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-1/+1
* sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-011-1/+2
* sctp: remove extern from stream schedXin Long2017-11-282-0/+10
* sctp: force the params with right types for sctp csum apisXin Long2017-11-281-6/+7
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2017-11-181-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-302-2/+2
|\
| * sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-292-2/+2
* | net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-251-5/+5
* | sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner2017-10-031-0/+11
* | sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner2017-10-031-0/+24
* | sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-032-3/+84
* | sctp: introduce sctp_chunk_stream_noMarcelo Ricardo Leitner2017-10-031-0/+5
* | sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-031-2/+8
|/
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-151-1/+2
* sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter2017-09-131-1/+5
* sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-79/+79
* sctp: remove the typedef sctp_disposition_tXin Long2017-08-111-9/+10
* sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-111-3/+3
* sctp: remove the unused typedef sctp_sm_command_tXin Long2017-08-111-5/+0
* sctp: remove the typedef sctp_verb_tXin Long2017-08-111-5/+5
* sctp: remove the typedef sctp_arg_tXin Long2017-08-111-13/+13
* sctp: remove the typedef sctp_cmd_seq_tXin Long2017-08-112-8/+8
* sctp: remove the typedef sctp_cmd_tXin Long2017-08-111-7/+7
* sctp: remove the typedef sctp_socket_type_tXin Long2017-08-112-4/+5
* sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long2017-08-111-2/+2
* sctp: remove the typedef sctp_cmsgs_tXin Long2017-08-111-2/+2
* sctp: remove the typedef sctp_endpoint_type_tXin Long2017-08-111-3/+3
* sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-111-2/+2
* sctp: remove the unused typedef sctp_packet_phandler_tXin Long2017-08-111-2/+0
* sctp: remove the typedef sctp_subtype_tXin Long2017-08-062-15/+16
* sctp: remove the typedef sctp_event_tXin Long2017-08-062-11/+7
* sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-062-6/+6
* sctp: remove the typedef sctp_event_other_tXin Long2017-08-061-4/+4
* sctp: remove the typedef sctp_event_primitive_tXin Long2017-08-061-4/+4
OpenPOWER on IntegriCloud