aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long1-0/+1
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long1-2/+2
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long1-3/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner1-1/+1
2021-06-24sctp: do black hole detection in search complete stateXin Long1-1/+2
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long1-0/+2
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long1-0/+1
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long1-0/+1
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long2-1/+4
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long5-1/+16
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long3-3/+70
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2-0/+5
2021-06-22sctp: add pad chunk and its make function and event tableXin Long1-0/+1
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long1-1/+0
2020-11-05sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long1-0/+6
2020-10-30sctp: add the error cause for new encapsulation port restartXin Long1-0/+3
2020-10-30sctp: add udphdr to overhead when udp_port is setXin Long2-2/+6
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long2-6/+2
2020-10-30sctp: add encap_port for netns sock asoc and transportXin Long1-0/+6
2020-10-30sctp: create udp4 sock and add its encap_rcvXin Long2-0/+4
2020-09-20net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski1-3/+5
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+1
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-10/+0
2020-07-15net: sctp: drop duplicate words in commentsRandy Dunlap2-4/+4
2020-06-28sctp: use list_is_singular in sctp_list_single_entryGeliang Tang1-1/+1
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner1-3/+5
2020-05-29sctp: add sctp_sock_set_nodelayChristoph Hellwig1-0/+7
2020-05-27sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik1-1/+1
2020-02-29net: sctp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-11-23sctp: cache netns in sctp_ep_commonXin Long1-0/+3
2019-11-08sctp: add support for Primary Path SwitchoverXin Long2-3/+10
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long2-0/+12
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long1-0/+7
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long1-7/+2
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-0/+5
2019-08-27sctp: make ecn flag per netns and endpointXin Long1-1/+2
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long1-0/+2
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long1-0/+1
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long1-1/+1
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long1-16/+17
2019-07-08sctp: remove prsctp_enable from asocXin Long1-2/+1
2019-07-08sctp: remove reconf_enable from asocXin Long1-2/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-192/+12
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce1-5/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner11-176/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101Thomas Gleixner1-16/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0