summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: move the active_key update after sh_keys is addedXin Long2021-08-031-5/+9
* sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner2021-07-281-1/+1
* sctp: delete addr based on sin6_scope_idChen Shen2021-07-261-2/+3
* sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-251-1/+5
* sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-252-26/+30
* sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long2021-07-211-2/+2
* sctp: update active_key for asoc when old key is being replacedXin Long2021-07-211-0/+2
* sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long2021-07-181-0/+4
* net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-131-4/+2
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-011-1/+2
* sctp: check pl.raise_count separately from its incrementXin Long2021-07-011-4/+7
* sctp: prevent info leak in sctp_make_heartbeat()Dan Carpenter2021-07-011-1/+1
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-3015-169/+728
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-295-29/+57
| |\
| | * sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-06-281-3/+10
| | * sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner2021-06-281-0/+3
| | * sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-06-281-1/+1
| | * sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-06-285-25/+43
| * | net: sock: introduce sk_error_reportAlexander Aring2021-06-292-2/+2
| * | sctp: send the next probe immediately once the last one is ackedXin Long2021-06-241-1/+4
| * | sctp: do black hole detection in search complete stateXin Long2021-06-241-7/+4
| * | sctp: process sctp over udp icmp err on sctp sideXin Long2021-06-223-19/+62
| * | sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long2021-06-221-57/+49
| * | sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long2021-06-221-36/+40
| * | sctp: remove the unessessary hold for idev in sctp_v6_errXin Long2021-06-221-10/+2
| * | sctp: enable PLPMTUD when the transport is readyXin Long2021-06-224-2/+13
| * | sctp: do state transition when receiving an icmp TOOBIG packetXin Long2021-06-222-2/+53
| * | sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2021-06-222-1/+39
| * | sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2021-06-222-0/+46
| * | sctp: do the basic send and recv for PLPMTUD probeXin Long2021-06-224-6/+62
| * | sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-225-0/+93
| * | sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long2021-06-221-0/+118
| * | sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2021-06-223-0/+38
| * | sctp: add pad chunk and its make function and event tableXin Long2021-06-222-0/+49
| * | sctp: sm_statefuns: Fix spelling mistakesZheng Yongjun2021-05-311-15/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-272-1/+2
| |\|
| * | net: Remove the member netns_okYejune Deng2021-05-171-1/+0
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-1/+2
|\ \ \ | |_|/ |/| |
| * | sctp: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-1/+2
| |/
* | sctp: fix the proc_handler for sysctl encap_portXin Long2021-05-251-1/+1
* | sctp: add the missing setting for asoc encap_portXin Long2021-05-251-0/+1
|/
* sctp: delay auto_asconf init until binding the first addrXin Long2021-05-031-14/+17
* Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-031-5/+8
* sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-031-1/+2
* Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long2021-05-031-5/+1
* Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""Xin Long2021-05-031-3/+3
* sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-04-302-43/+30
* Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"Xin Long2021-04-301-3/+3
* sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long2021-04-301-5/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-8/+5
|\