summaryrefslogtreecommitdiffstats
path: root/net/sctp/chunk.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1Star
* sctp: chunk.c: correct format string for size_t in printkMatthias Maennich2019-02-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-0/+6
|\
| * sctp: frag_point sanity checkJakub Audykowicz2018-12-061-0/+6
* | sctp: add subscribe per asocXin Long2018-11-191-4/+2Star
* | sctp: define subscribe in sctp_sock as __u16Xin Long2018-11-191-2/+2
|/
* net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko2018-08-111-2/+4
* sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner2018-06-211-1/+3
* sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner2018-04-271-11/+1Star
* Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-071-3/+7
|\
| * sctp: Add ip option supportRichard Haines2018-02-261-3/+7
* | sctp: add support for SCTP AUTH Information for sendmsgXin Long2018-03-141-1/+10
* | sctp: add refcnt support for sh_keyXin Long2018-03-141-0/+5
|/
* sctp: implement enqueue_event for sctp_stream_interleaveXin Long2017-12-111-1/+1
* sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-111-3/+3
* sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long2017-12-011-0/+4
* sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-011-0/+7
* sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-041-3/+3
* sctp: remove the typedef sctp_auth_chunk_tXin Long2017-08-031-1/+1
* sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-251-1/+1
* net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-021-2/+2
* sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-031-2/+12
* sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner2016-12-291-75/+32Star
* sctp: remove the old ttl expires policyXin Long2016-10-131-24/+8Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-031-3/+8
|\
| * sctp: change to check peer prsctp_capable when using prsctp policesXin Long2016-09-301-2/+2
| * sctp: remove prsctp_param from sctp_chunkXin Long2016-09-301-2/+7
* | sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner2016-09-221-3/+4
* | sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-221-3/+3
* | sctp: free msg->chunks when sctp_primitive_SEND return errXin Long2016-09-191-0/+13
|/
* sctp: implement prsctp PRIO policyXin Long2016-07-111-0/+1
* sctp: implement prsctp RTX policyXin Long2016-07-111-0/+4
* sctp: implement prsctp TTL policyXin Long2016-07-111-3/+17
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-281-1/+1
* sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-141-2/+4
* sctp: remove the unused sctp_datamsg_free()Xin Long2016-02-171-13/+0Star
* switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-241-5/+4Star
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-261-2/+2
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star
* sctp: fix some comments in chunk.c and associola.cwangweidong2013-10-281-1/+1
* net: sctp: Fix data chunk fragmentation for MTU values which are not multiple...Alexander Sverdlin2013-09-041-2/+2
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-021-2/+3
* net: sctp: remove SCTP_STATIC macroDaniel Borkmann2013-06-181-1/+1
* sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2012-11-281-4/+9
* sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala2012-11-281-2/+5
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-151-1/+1
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-261-0/+2