Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-17sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva
2021-04-14net/sctp: fix race condition in sctp_destroy_sockOr Cohen
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-05net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski
2021-03-29net: sctp: Fix some typosLu Wei
2021-03-29sm_statefuns.c: Mundane spello fixesBhaskar Chowdhury
2021-03-19sctp: move sk_route_caps check and set into sctp_outq_flush_transportsXin Long
2021-03-05net: sctp: trivial: fix typo in commentDrew Fustini
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-08net: fix iteration for sctp transport seq_filesNeilBrown
2021-01-17sctp: remove the NETIF_F_SG flag before calling skb_segmentXin Long
2020-11-24sctp: Fix some typoChristophe JAILLET
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-06sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long
2020-11-03sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat
2020-10-31sctp: enable udp tunneling socksXin Long
2020-10-31sctp: handle the init chunk matching an existing asocXin Long
2020-10-31sctp: add the error cause for new encapsulation port restartXin Long
2020-10-31sctp: support for sending packet over udp6 sockXin Long
2020-10-31sctp: support for sending packet over udp4 sockXin Long
2020-10-31sctp: call sk_setup_caps in sctp_packet_transmit insteadXin Long
2020-10-31sctp: add udphdr to overhead when udp_port is setXin Long
2020-10-31sctp: allow changing transport encap_port by peer packetsXin Long
2020-10-31sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockoptXin Long
2020-10-31sctp: add encap_port for netns sock asoc and transportXin Long
2020-10-31sctp: add encap_err_lookup for udp encap socksXin Long
2020-10-31sctp: create udp6 sock and set its encap_rcvXin Long
2020-10-31sctp: create udp4 sock and add its encap_rcvXin Long
2020-10-31udp: support sctp over udp in skb_udp_tunnel_segmentXin Long
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-21net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-25net: sctp: ulpqueue.c: delete duplicated wordRandy Dunlap
2020-08-25net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap
2020-08-25net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap
2020-08-25net: sctp: chunk.c: delete duplicated wordRandy Dunlap
2020-08-25net: sctp: bind_addr.c: delete duplicated wordRandy Dunlap
2020-08-25net: sctp: auth.c: delete duplicated wordsRandy Dunlap
2020-08-25net: sctp: associola.c: delete duplicated wordsRandy Dunlap
2020-08-25sctp: not disable bh in the whole sctp_get_port_local()Xin Long
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21net: sctp: Fix negotiation of the number of data streams.David Laight
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller