summaryrefslogtreecommitdiffstats
path: root/net/sctp/chunk.c
AgeCommit message (Expand)AuthorLines
2020-08-24net: sctp: chunk.c: delete duplicated wordRandy Dunlap-1/+1
2019-12-09sctp: get netns from asoc and ep baseXin Long-1/+1
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long-21/+19
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner-16/+1
2019-02-28sctp: chunk.c: correct format string for size_t in printkMatthias Maennich-1/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+6
2018-12-05sctp: frag_point sanity checkJakub Audykowicz-0/+6
2018-11-19sctp: add subscribe per asocXin Long-4/+2
2018-11-19sctp: define subscribe in sctp_sock as __u16Xin Long-2/+2
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko-2/+4
2018-06-21sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner-1/+3
2018-04-27sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner-11/+1
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+7
2018-03-14sctp: add support for SCTP AUTH Information for sendmsgXin Long-1/+10
2018-03-14sctp: add refcnt support for sh_keyXin Long-0/+5
2018-02-26sctp: Add ip option supportRichard Haines-3/+7
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long-1/+1
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long-3/+3
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long-0/+4
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long-0/+7
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner-3/+3
2017-08-03sctp: remove the typedef sctp_auth_chunk_tXin Long-1/+1
2017-07-24sctp: remove the typedef sctp_sack_chunk_tXin Long-1/+1
2017-07-04net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena-3/+3
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long-2/+2
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long-2/+12
2016-12-29sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner-75/+32
2016-10-13sctp: remove the old ttl expires policyXin Long-24/+8
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+8
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long-2/+2
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long-2/+7
2016-09-22sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner-3/+4
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner-3/+3
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long-0/+13
2016-07-11sctp: implement prsctp PRIO policyXin Long-0/+1
2016-07-11sctp: implement prsctp RTX policyXin Long-0/+4
2016-07-11sctp: implement prsctp TTL policyXin Long-3/+17
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet-1/+1
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner-2/+4
2016-02-17sctp: remove the unused sctp_datamsg_free()Xin Long-13/+0
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro-5/+4
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong-2/+2
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher-3/+2
2013-10-28sctp: fix some comments in chunk.c and associola.cwangweidong-1/+1
2013-09-04net: sctp: Fix data chunk fragmentation for MTU values which are not multiple...Alexander Sverdlin-2/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann-2/+3
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann-1/+1
2012-11-28sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala-4/+9