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
AgeCommit message (Expand)Author
2021-10-14sctp: account stream padding length for reconf chunkEiichi Tsukata
2021-07-01sctp: prevent info leak in sctp_make_heartbeat()Dan Carpenter
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner
2021-06-29sctp: validate from_addr_param returnMarcelo Ricardo Leitner
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long
2021-06-22sctp: add pad chunk and its make function and event tableXin Long
2021-05-03Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long
2021-04-17sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva
2021-03-29net: sctp: Fix some typosLu Wei
2020-10-31sctp: add the error cause for new encapsulation port restartXin Long
2020-10-31sctp: allow changing transport encap_port by peer packetsXin Long
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-25net: sctp: sm_make_chunk.c: delete duplicated words + fix typoRandy Dunlap
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-08sctp: use crypto_shash_tfm_digest()Eric Biggers
2020-04-23sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen
2019-12-10sctp: get netns from asoc and ep baseXin Long
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches
2019-08-28sctp: make ecn flag per netns and endpointXin Long
2019-08-20sctp: add asconf_enable in struct sctp_endpointXin Long
2019-07-17net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam
2019-07-09sctp: rename sp strm_interleave to ep intl_enableXin Long
2019-07-09sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long
2019-07-09sctp: remove prsctp_enable from asocXin Long
2019-07-09sctp: remove reconf_enable from asocXin Long
2019-06-15sctp: Free cookie before we memdup a new oneNeil Horman
2019-06-06Fix memory leak in sctp_process_initNeil Horman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-01-25sctp: set chunk transport correctly when it's a new asocXin Long
2018-12-01sctp: update frag_point when stream_interleave is setXin Long
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10sctp: fix spelling mistake: "max_retans" -> "max_retrans"Colin Ian King
2018-05-01sctp: add sctp_make_op_error_limited and reuse inner functionsMarcelo Ricardo Leitner
2018-05-01sctp: allow sctp_init_cause to return errorsMarcelo Ricardo Leitner
2018-04-25sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner
2018-04-07Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long
2018-03-14sctp: add refcnt support for sh_keyXin Long
2018-02-27sctp: Add LSM hooksRichard Haines
2018-02-09sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long
2017-12-11sctp: add basic structures and make chunk function for idataXin Long
2017-12-11sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long