aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01sctp: fix error return code in sctp_send_add_streams()Wei Yongjun1-2/+4
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-32/+75
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long3-5/+5
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long1-11/+11
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long3-12/+21
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook4-47/+61
2017-10-24sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth1-2/+4
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+5
2017-10-20sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long1-1/+1
2017-10-19sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+4
2017-10-11sctp: make array sctp_sched_ops staticColin Ian King1-1/+1
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-10-03sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner3-1/+205
2017-10-03sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner3-1/+351
2017-10-03sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner1-0/+77
2017-10-03sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner1-0/+75
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner5-35/+387
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner4-11/+42
2017-10-03sctp: factor out stream->in allocationMarcelo Ricardo Leitner1-8/+28
2017-10-03sctp: factor out stream->out allocationMarcelo Ricardo Leitner1-20/+32
2017-10-03sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner1-1/+7
2017-09-26sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter1-1/+3
2017-09-15sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long1-1/+0
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2-38/+34
2017-09-08sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner1-1/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+6
2017-08-23sctp: Avoid out-of-bounds reads from address storageStefano Brivio2-4/+6
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-18sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko1-0/+2
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long1-178/+170
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long3-671/+706
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long2-18/+26
2017-08-11sctp: remove the typedef sctp_verb_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_arg_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long3-135/+137
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long1-3/+4
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long1-4/+5
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long3-12/+10
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long8-114/+118
2017-08-06sctp: remove the typedef sctp_event_tXin Long3-13/+11
2017-08-06sctp: remove the typedef sctp_event_timeout_tXin Long1-3/+3
2017-08-06sctp: remove the typedef sctp_state_tXin Long4-15/+17
2017-08-06sctp: remove the typedef sctp_ierror_tXin Long2-24/+27
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long2-34/+34
2017-08-06sctp: remove the typedef sctp_transport_cmd_tXin Long1-1/+1
2017-08-06sctp: remove the typedef sctp_scope_tXin Long6-30/+29