summaryrefslogtreecommitdiff
path: root/net/sctp/sm_make_chunk.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-26sctp: validate from_addr_param returnMarcelo Ricardo Leitner1-13/+16
2021-09-26sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner1-3/+10
2021-05-22sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva1-1/+1
2020-05-10sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen1-1/+5
2018-03-11sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev1-1/+6
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+0
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long1-15/+0
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-14/+14
2016-07-14sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner1-16/+4
2016-07-11sctp: implement prsctp PRIO policyXin Long1-1/+2
2016-07-11sctp: implement prsctp RTX policyXin Long1-0/+2
2016-07-11sctp: implement prsctp TTL policyXin Long1-0/+12
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long1-6/+6
2016-04-11sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner1-2/+1
2016-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-55/+76
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-33/+47
2016-03-14sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-33/+47
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner1-1/+2
2016-01-27sctp: Use shashHerbert Xu1-22/+29
2015-12-06sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2015-10-05net: sctp: avoid incorrect time_t useArnd Bergmann1-1/+1
2015-08-29sctp: ASCONF-ACK with Unresolvable Address should be sentlucien1-2/+13
2015-08-27sctp: asconf's process should verify address parameter is in the beginninglucien1-0/+7
2015-01-31net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara1-1/+1
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro1-8/+8
2014-11-24new helper: memcpy_from_msg()Al Viro1-2/+2
2014-11-11net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann1-0/+3
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-44/+55
2014-06-11ktime: add ktime_after and ktime_before helperDaniel Borkmann1-1/+1
2014-04-19net: sctp: cache auth_enable per endpointVlad Yasevich1-15/+17
2014-03-06net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann1-2/+2
2014-01-14sctp: make sctp_addto_chunk_fixed localstephen hemminger1-2/+4
2013-12-26sctp: fix checkpatch errors with indentwangweidong1-33/+32
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong1-1/+1
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong1-2/+2
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-10-28sctp: remove the repeat initialize with 0wangweidong1-21/+8
2013-08-29net: sctp: sctp_verify_init: clean up mandatory checks and add commentDaniel Borkmann1-14/+12
2013-08-14net: sctp: Add rudimentary infrastructure to account for control chunksVlad Yasevich1-30/+69
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-25net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-02net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-11/+14
2013-06-26net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann1-11/+8
2013-06-18net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-6/+4
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-13net: sctp: remove unused multiple cookie keysDaniel Borkmann1-24/+7
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-2/+22
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari1-2/+3
2012-11-21sctp: send abort chunk when max_retrans exceededNeil Horman1-0/+19