summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-221-1/+2
* sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva2021-05-221-1/+1
* sctp: delay auto_asconf init until binding the first addrXin Long2021-05-221-14/+17
* Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-221-5/+8
* net/sctp: fix race condition in sctp_destroy_sockOr Cohen2021-04-281-8/+5
* sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-243-5/+5
* sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat2020-11-101-2/+2
* sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet2020-10-141-0/+1
* sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-09-121-10/+6
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-303-2/+7
* sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen2020-06-031-4/+5
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2020-05-201-2/+2
* sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen2020-05-101-1/+5
* sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-04-132-15/+33
* sctp: fix refcount bug in sctp_wfreeQiujun Huang2020-04-131-8/+23
* inet_diag: return classid for all socket typesDmitry Yakunin2020-03-201-6/+2
* sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long2020-03-111-9/+20
* sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-121-10/+18
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2020-01-041-1/+1
* sctp: fully initialize v4 addr in some functionsXin Long2019-12-311-0/+5
* sctp: cache netns in sctp_ep_commonXin Long2019-12-053-2/+4
* sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien2019-12-051-1/+2
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-101-1/+1
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-11-101-1/+1
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-2/+2
* sctp: not bind the socket in sctp_connectXin Long2019-11-061-19/+2
* sctp: fix the issue that flags are ignored when using kernel_connectXin Long2019-11-063-20/+40
* sctp: change sctp_prot .no_autobind with trueXin Long2019-10-291-2/+2
* sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-09-191-1/+1
* sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET2019-09-191-1/+1
* sctp: fix the transport error_count checkXin Long2019-08-251-1/+1
* sctp: change to hold sk after auth shkey is created successfullyXin Long2019-07-031-4/+4
* sctp: Free cookie before we memdup a new oneNeil Horman2019-06-221-0/+8
* Fix memory leak in sctp_process_initNeil Horman2019-06-112-10/+8
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-082-37/+27
* sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-171-0/+1
* inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-271-0/+1
* sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-271-0/+1
* sctp: improve the events for sctp stream resetXin Long2019-02-061-22/+17
* sctp: improve the events for sctp stream addingXin Long2019-02-061-13/+10
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-232-7/+2
* sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long2019-01-091-0/+1
* sctp: kfree_rcu asocXin Long2018-12-171-1/+1
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-231-1/+0
* sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-231-21/+5
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-041-3/+2
* sctp: update dst pmtu with the correct daddrXin Long2018-10-181-2/+10
* sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-09-152-11/+15
* sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner2018-08-241-1/+3