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