index
:
pub/scm/linux/kernel/git/jes/linux.git
master
Jes Sorensen's fork of linux-2.6.git
Jes Sorensen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
sm_make_chunk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-30
sctp: fix soft lockup from unpadded ASCONF-ACK parameter iteration
Henry Martin
1
-8
/
+6
2026-08-07
sctp: validate cookie AUTH state before use
Jérémy Jean
1
-0
/
+3
2026-08-04
sctp: fix addip_serial increment on ASCONF_ACK allocation failure
Qing Luo
1
-2
/
+1
2026-07-29
sctp: validate Adaptation Indication parameter length
Charles Vosburgh
1
-0
/
+6
2026-07-27
sctp: reject stale cookies with mismatched verification tags
Yuxiang Yang
1
-4
/
+7
2026-07-23
sctp: don't free the ASCONF's own transport in DEL-IP processing
Jun Yang
1
-0
/
+6
2026-06-27
sctp: add INIT verification after cookie unpacking
Xin Long
1
-1
/
+4
2026-06-11
sctp: validate embedded address parameter length
Xin Long
1
-2
/
+8
2026-06-09
sctp: validate embedded INIT chunk and address list lengths in cookie
Xin Long
1
-2
/
+7
2026-06-04
sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing
Xin Long
1
-0
/
+5
2026-04-09
net: use get_random_u{16,32,64}() where appropriate
David Carlier
1
-2
/
+2
2025-08-19
sctp: Convert cookie authentication to use HMAC-SHA256
Eric Biggers
1
-40
/
+17
2025-08-19
sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
Eric Biggers
1
-1
/
+1
2025-08-19
sctp: Fix MAC comparison to be constant-time
Eric Biggers
1
-1
/
+2
2025-05-05
sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iif
Dr. David Alan Gilbert
1
-8
/
+0
2023-10-04
sctp: Spelling s/preceeding/preceding/g
Geert Uytterhoeven
1
-1
/
+1
2023-04-21
sctp: delete the nested flexible array peer_init
Xin Long
1
-2
/
+2
2023-04-21
sctp: delete the nested flexible array params
Xin Long
1
-9
/
+9
2023-04-17
sctp: delete the obsolete code for the host name address param
Xin Long
1
-9
/
+1
2021-10-14
sctp: account stream padding length for reconf chunk
Eiichi Tsukata
1
-1
/
+1
2021-07-01
sctp: prevent info leak in sctp_make_heartbeat()
Dan Carpenter
1
-1
/
+1
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-16
/
+26
2021-06-28
sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
Marcelo Ricardo Leitner
1
-3
/
+10
2021-06-28
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
1
-13
/
+16
2021-06-22
sctp: do the basic send and recv for PLPMTUD probe
Xin Long
1
-1
/
+4
2021-06-22
sctp: add pad chunk and its make function and event table
Xin Long
1
-0
/
+26
2021-05-03
Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"
Xin Long
1
-5
/
+1
2021-04-16
sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
Gustavo A. R. Silva
1
-1
/
+1
2021-03-28
net: sctp: Fix some typos
Lu Wei
1
-1
/
+1
2020-10-30
sctp: add the error cause for new encapsulation port restart
Xin Long
1
-0
/
+20
2020-10-30
sctp: allow changing transport encap_port by peer packets
Xin Long
1
-0
/
+1
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-08-24
net: sctp: sm_make_chunk.c: delete duplicated words + fix typo
Randy Dunlap
1
-3
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-15
/
+8
2020-05-08
sctp: use crypto_shash_tfm_digest()
Eric Biggers
1
-15
/
+8
2020-04-22
sctp: Fix SHUTDOWN CTSN Ack in the peer restart case
Jere Leppänen
1
-1
/
+5
2019-12-09
sctp: get netns from asoc and ep base
Xin Long
1
-4
/
+3
2019-10-11
net: sctp: Rename fallthrough label to unhandled
Joe Perches
1
-6
/
+6
2019-08-27
sctp: make ecn flag per netns and endpoint
Xin Long
1
-4
/
+12
2019-08-19
sctp: add asconf_enable in struct sctp_endpoint
Xin Long
1
-9
/
+9
2019-07-17
net: sctp: fix warning "NULL check before some freeing functions is not needed"
Hariprasad Kelam
1
-8
/
+4
2019-07-08
sctp: rename sp strm_interleave to ep intl_enable
Xin Long
1
-2
/
+2
2019-07-08
sctp: rename asoc intl_enable to asoc peer.intl_capable
Xin Long
1
-2
/
+2
2019-07-08
sctp: remove prsctp_enable from asoc
Xin Long
1
-4
/
+4
2019-07-08
sctp: remove reconf_enable from asoc
Xin Long
1
-3
/
+2
2019-06-14
sctp: Free cookie before we memdup a new one
Neil Horman
1
-0
/
+8
2019-06-05
Fix memory leak in sctp_process_init
Neil Horman
1
-10
/
+3
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
1
-16
/
+1
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-2
/
+0
[next]