Age | Commit message (Expand) | Author | Files | Lines |
2019-12-10 | sctp: get netns from asoc and ep base | Xin Long | 1 | -1/+1 |
2019-10-10 | sctp: add SCTP_SEND_FAILED_EVENT event | Xin Long | 1 | -21/+19 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 1 | -16/+1 |
2019-02-28 | sctp: chunk.c: correct format string for size_t in printk | Matthias Maennich | 1 | -1/+1 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |
2018-12-06 | sctp: frag_point sanity check | Jakub Audykowicz | 1 | -0/+6 |
2018-11-19 | sctp: add subscribe per asoc | Xin Long | 1 | -4/+2 |
2018-11-19 | sctp: define subscribe in sctp_sock as __u16 | Xin Long | 1 | -2/+2 |
2018-08-11 | net/sctp: Make wrappers for accessing in/out streams | Konstantin Khorenko | 1 | -2/+4 |
2018-06-21 | sctp: fix erroneous inc of snmp SctpFragUsrMsgs | Marcelo Ricardo Leitner | 1 | -1/+3 |
2018-04-27 | sctp: introduce sctp_assoc_update_frag_point | Marcelo Ricardo Leitner | 1 | -11/+1 |
2018-04-07 | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+7 |
2018-03-14 | sctp: add support for SCTP AUTH Information for sendmsg | Xin Long | 1 | -1/+10 |
2018-03-14 | sctp: add refcnt support for sh_key | Xin Long | 1 | -0/+5 |
2018-02-27 | sctp: Add ip option support | Richard Haines | 1 | -3/+7 |
2017-12-11 | sctp: implement enqueue_event for sctp_stream_interleave | Xin Long | 1 | -1/+1 |
2017-12-11 | sctp: implement make_datafrag for sctp_stream_interleave | Xin Long | 1 | -3/+3 |
2017-12-01 | sctp: do not abandon the other frags in unsent outq if one msg has outstandin... | Xin Long | 1 | -0/+4 |
2017-12-01 | sctp: abandon the whole msg if one part of a fragmented message is abandoned | Xin Long | 1 | -0/+7 |
2017-10-04 | sctp: introduce struct sctp_stream_out_ext | Marcelo Ricardo Leitner | 1 | -3/+3 |
2017-08-03 | sctp: remove the typedef sctp_auth_chunk_t | Xin Long | 1 | -1/+1 |
2017-07-25 | sctp: remove the typedef sctp_sack_chunk_t | Xin Long | 1 | -1/+1 |
2017-07-05 | net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-06-02 | sctp: define the member stream as an object instead of pointer in asoc | Xin Long | 1 | -2/+2 |
2017-04-04 | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp | Xin Long | 1 | -2/+12 |
2016-12-29 | sctp: refactor sctp_datamsg_from_user | Marcelo Ricardo Leitner | 1 | -75/+32 |
2016-10-13 | sctp: remove the old ttl expires policy | Xin Long | 1 | -24/+8 |
2016-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+8 |
2016-09-30 | sctp: change to check peer prsctp_capable when using prsctp polices | Xin Long | 1 | -2/+2 |
2016-09-30 | sctp: remove prsctp_param from sctp_chunk | Xin Long | 1 | -2/+7 |
2016-09-22 | sctp: make use of SCTP_TRUNC4 macro | Marcelo Ricardo Leitner | 1 | -3/+4 |
2016-09-22 | sctp: rename WORD_TRUNC/ROUND macros | Marcelo Ricardo Leitner | 1 | -3/+3 |
2016-09-19 | sctp: free msg->chunks when sctp_primitive_SEND return err | Xin Long | 1 | -0/+13 |
2016-07-11 | sctp: implement prsctp PRIO policy | Xin Long | 1 | -0/+1 |
2016-07-11 | sctp: implement prsctp RTX policy | Xin Long | 1 | -0/+4 |
2016-07-11 | sctp: implement prsctp TTL policy | Xin Long | 1 | -3/+17 |
2016-04-28 | net: snmp: kill various STATS_USER() helpers | Eric Dumazet | 1 | -1/+1 |
2016-03-14 | sctp: allow sctp_transmit_packet and others to use gfp | Marcelo Ricardo Leitner | 1 | -2/+4 |
2016-02-17 | sctp: remove the unused sctp_datamsg_free() | Xin Long | 1 | -13/+0 |
2014-11-24 | switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter | Al Viro | 1 | -5/+4 |
2013-12-26 | sctp: fix checkpatch errors with space required or prohibited | wangweidong | 1 | -2/+2 |
2013-12-06 | sctp: Fix FSF address in file headers | Jeff Kirsher | 1 | -3/+2 |
2013-10-28 | sctp: fix some comments in chunk.c and associola.c | wangweidong | 1 | -1/+1 |
2013-09-04 | net: sctp: Fix data chunk fragmentation for MTU values which are not multiple... | Alexander Sverdlin | 1 | -2/+2 |
2013-08-09 | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 1 | -6/+0 |
2013-07-25 | net: sctp: trivial: update mailing list address | Daniel Borkmann | 1 | -1/+1 |
2013-07-02 | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann | 1 | -2/+3 |
2013-06-18 | net: sctp: remove SCTP_STATIC macro | Daniel Borkmann | 1 | -1/+1 |
2012-11-28 | sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall | Tommi Rantala | 1 | -4/+9 |
2012-11-28 | sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f... | Tommi Rantala | 1 | -2/+5 |