summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+12
2021-02-08net: fix iteration for sctp transport seq_filesNeilBrown1-4/+12
2021-01-17sctp: remove the NETIF_F_SG flag before calling skb_segmentXin Long1-1/+1
2020-11-24sctp: Fix some typoChristophe JAILLET1-2/+2
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+5
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long3-5/+5
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-11-06sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2-3/+2
2020-11-03sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat1-2/+2
2020-10-31sctp: enable udp tunneling socksXin Long1-0/+52
2020-10-31sctp: handle the init chunk matching an existing asocXin Long1-0/+50
2020-10-31sctp: add the error cause for new encapsulation port restartXin Long1-0/+20
2020-10-31sctp: support for sending packet over udp6 sockXin Long1-11/+32
2020-10-31sctp: support for sending packet over udp4 sockXin Long2-17/+33
2020-10-31sctp: call sk_setup_caps in sctp_packet_transmit insteadXin Long1-6/+7
2020-10-31sctp: add udphdr to overhead when udp_port is setXin Long1-0/+1
2020-10-31sctp: allow changing transport encap_port by peer packetsXin Long4-1/+14
2020-10-31sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockoptXin Long1-0/+114
2020-10-31sctp: add encap_port for netns sock asoc and transportXin Long4-0/+18
2020-10-31sctp: add encap_err_lookup for udp encap socksXin Long1-0/+19
2020-10-31sctp: create udp6 sock and set its encap_rcvXin Long1-0/+26
2020-10-31sctp: create udp4 sock and add its encap_rcvXin Long2-0/+44
2020-10-31udp: support sctp over udp in skb_udp_tunnel_segmentXin Long1-1/+5
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-10-08sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+3
2020-09-21net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski1-6/+3
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-17/+13
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+6
2020-08-25net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-25net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap1-3/+3
2020-08-25net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap1-4/+4
2020-08-25net: sctp: chunk.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-25net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-25net: sctp: auth.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-25net: sctp: associola.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-25sctp: not disable bh in the whole sctp_get_port_local()Xin Long1-10/+6
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva5-7/+7
2020-08-21net: sctp: Fix negotiation of the number of data streams.David Laight1-2/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+18
2020-07-25sctp: remove redundant initialization of variable statusColin Ian King1-6/+6
2020-07-25sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig1-21/+29
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-23sctp: shrink stream outq when fails to do addstream reconfXin Long1-2/+4
2020-07-23sctp: shrink stream outq only when new outcnt < old outcntXin Long1-7/+14
2020-07-20sctp: remove the out_nounlock label in sctp_setsockoptChristoph Hellwig1-4/+2
2020-07-20sctp: pass a kernel pointer to sctp_setsockopt_pf_exposeChristoph Hellwig1-14/+8
2020-07-20sctp: pass a kernel pointer to sctp_setsockopt_ecn_supportedChristoph Hellwig1-12/+6
2020-07-20sctp: pass a kernel pointer to sctp_setsockopt_auth_supportedChristoph Hellwig1-13/+7