summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: add vtag check in sctp_sf_ootbXin Long2021-10-221-0/+3
* sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long2021-10-221-6/+3
* sctp: add vtag check in sctp_sf_violationXin Long2021-10-221-0/+3
* sctp: fix the processing for COOKIE_ECHO chunkXin Long2021-10-221-4/+10
* sctp: fix the processing for INIT_ACK chunkXin Long2021-10-221-18/+19
* sctp: fix the processing for INIT chunkXin Long2021-10-221-26/+46
* sctp: use init_tag from inithdr for ABORT chunkXin Long2021-10-221-0/+1
* sctp: account stream padding length for reconf chunkEiichi Tsukata2021-10-141-1/+1
* sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long2021-09-241-1/+1
* 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
|/