summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: Fix some typoChristophe JAILLET2020-11-231-2/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-193-5/+5
|\
| * sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-143-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-2/+2
|\|
| * sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat2020-11-021-2/+2
* | sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2020-11-052-3/+2
* | sctp: enable udp tunneling socksXin Long2020-10-301-0/+52
* | sctp: handle the init chunk matching an existing asocXin Long2020-10-301-0/+50
* | sctp: add the error cause for new encapsulation port restartXin Long2020-10-301-0/+20
* | sctp: support for sending packet over udp6 sockXin Long2020-10-301-11/+32
* | sctp: support for sending packet over udp4 sockXin Long2020-10-302-17/+33
* | sctp: call sk_setup_caps in sctp_packet_transmit insteadXin Long2020-10-301-6/+7
* | sctp: add udphdr to overhead when udp_port is setXin Long2020-10-301-0/+1
* | sctp: allow changing transport encap_port by peer packetsXin Long2020-10-304-1/+14
* | sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockoptXin Long2020-10-301-0/+114
* | sctp: add encap_port for netns sock asoc and transportXin Long2020-10-304-0/+18
* | sctp: add encap_err_lookup for udp encap socksXin Long2020-10-301-0/+19
* | sctp: create udp6 sock and set its encap_rcvXin Long2020-10-301-0/+26
* | sctp: create udp4 sock and add its encap_rcvXin Long2020-10-302-0/+44
* | udp: support sctp over udp in skb_udp_tunnel_segmentXin Long2020-10-301-1/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-0/+1
|\
| * sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet2020-10-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-6/+3
|\|
| * net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2020-09-201-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-046-17/+13
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-10/+6
| |\
| | * sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-08-241-10/+6
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-7/+7
| |/
* | net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* | net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap2020-08-241-3/+3
* | net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap2020-08-241-4/+4
* | net: sctp: chunk.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* | net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap2020-08-241-1/+1
* | net: sctp: auth.c: delete duplicated wordsRandy Dunlap2020-08-241-2/+2
* | net: sctp: associola.c: delete duplicated wordsRandy Dunlap2020-08-241-2/+2
|/
* net: sctp: Fix negotiation of the number of data streams.David Laight2020-08-201-2/+4
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-9/+18
|\
| * sctp: shrink stream outq when fails to do addstream reconfXin Long2020-07-221-2/+4
| * sctp: shrink stream outq only when new outcnt < old outcntXin Long2020-07-221-7/+14
* | sctp: remove redundant initialization of variable statusColin Ian King2020-07-241-6/+6
* | sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig2020-07-241-21/+29
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* | sctp: remove the out_nounlock label in sctp_setsockoptChristoph Hellwig2020-07-191-4/+2
* | sctp: pass a kernel pointer to sctp_setsockopt_pf_exposeChristoph Hellwig2020-07-191-14/+8
* | sctp: pass a kernel pointer to sctp_setsockopt_ecn_supportedChristoph Hellwig2020-07-191-12/+6
* | sctp: pass a kernel pointer to sctp_setsockopt_auth_supportedChristoph Hellwig2020-07-191-13/+7
* | sctp: pass a kernel pointer to sctp_setsockopt_eventChristoph Hellwig2020-07-191-12/+6
* | sctp: pass a kernel pointer to sctp_setsockopt_eventChristoph Hellwig2020-07-191-20/+15
* | sctp: pass a kernel pointer to sctp_setsockopt_reuse_portChristoph Hellwig2020-07-191-8/+3