summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | sctp: fix error return code in sctp_send_add_streams()Wei Yongjun2017-11-011-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-307-32/+75
|\ \ \ | |/ /
| * | sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-293-5/+5
| * | sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-291-2/+2
| * | sctp: fix some type cast warnings introduced by transport rhashtableXin Long2017-10-291-11/+11
| * | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-293-12/+21
| * | sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-10-291-0/+32
| * | sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-10-241-2/+4
| |/
* | net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-254-47/+61
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-1/+5
|\ \ | |/
| * sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-10-201-1/+1
| * sctp: do not peel off an assoc from one netns to another oneXin Long2017-10-191-0/+4
* | sctp: make array sctp_sched_ops staticColin Ian King2017-10-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-1/+3
|\ \ | |/
| * sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter2017-09-261-1/+3
* | sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner2017-10-033-1/+205
* | sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner2017-10-033-1/+351
* | sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner2017-10-031-0/+77
* | sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner2017-10-031-0/+75
* | sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-035-35/+387
* | sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-034-11/+42
* | sctp: factor out stream->in allocationMarcelo Ricardo Leitner2017-10-031-8/+28
* | sctp: factor out stream->out allocationMarcelo Ricardo Leitner2017-10-031-20/+32
* | sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner2017-10-031-1/+7
|/
* sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long2017-09-151-1/+0
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-152-38/+34
* sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner2017-09-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-012-4/+6
|\
| * sctp: Avoid out-of-bounds reads from address storageStefano Brivio2017-08-232-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-0/+2
|\ \ | |/
| * sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-181-0/+2
* | sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-178/+170
* | sctp: remove the typedef sctp_disposition_tXin Long2017-08-113-671/+706
* | sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-112-18/+26
* | sctp: remove the typedef sctp_verb_tXin Long2017-08-111-1/+1
* | sctp: remove the typedef sctp_arg_tXin Long2017-08-111-1/+1
* | sctp: remove the typedef sctp_cmd_seq_tXin Long2017-08-113-135/+137
* | sctp: remove the typedef sctp_cmd_tXin Long2017-08-111-1/+1
* | sctp: remove the typedef sctp_socket_type_tXin Long2017-08-111-3/+4
* | sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long2017-08-111-1/+1
* | sctp: remove the typedef sctp_cmsgs_tXin Long2017-08-111-4/+5
* | sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-113-12/+10
* | sctp: remove the typedef sctp_subtype_tXin Long2017-08-068-114/+118
* | sctp: remove the typedef sctp_event_tXin Long2017-08-063-13/+11
* | sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-061-3/+3
* | sctp: remove the typedef sctp_state_tXin Long2017-08-064-15/+17
* | sctp: remove the typedef sctp_ierror_tXin Long2017-08-062-24/+27
OpenPOWER on IntegriCloud