| Commit message (Expand) | Author | Age | Files | Lines |
* | net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -3/+3 |
* | sctp: define the member stream as an object instead of pointer in asoc | Xin Long | 2017-06-02 | 1 | -2/+2 |
* | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp | Xin Long | 2017-04-03 | 1 | -2/+12 |
* | sctp: refactor sctp_datamsg_from_user | Marcelo Ricardo Leitner | 2016-12-29 | 1 | -75/+32 |
* | sctp: remove the old ttl expires policy | Xin Long | 2016-10-13 | 1 | -24/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-03 | 1 | -3/+8 |
|\ |
|
| * | sctp: change to check peer prsctp_capable when using prsctp polices | Xin Long | 2016-09-30 | 1 | -2/+2 |
| * | sctp: remove prsctp_param from sctp_chunk | Xin Long | 2016-09-30 | 1 | -2/+7 |
* | | sctp: make use of SCTP_TRUNC4 macro | Marcelo Ricardo Leitner | 2016-09-22 | 1 | -3/+4 |
* | | sctp: rename WORD_TRUNC/ROUND macros | Marcelo Ricardo Leitner | 2016-09-22 | 1 | -3/+3 |
* | | sctp: free msg->chunks when sctp_primitive_SEND return err | Xin Long | 2016-09-19 | 1 | -0/+13 |
|/ |
|
* | sctp: implement prsctp PRIO policy | Xin Long | 2016-07-11 | 1 | -0/+1 |
* | sctp: implement prsctp RTX policy | Xin Long | 2016-07-11 | 1 | -0/+4 |
* | sctp: implement prsctp TTL policy | Xin Long | 2016-07-11 | 1 | -3/+17 |
* | net: snmp: kill various STATS_USER() helpers | Eric Dumazet | 2016-04-28 | 1 | -1/+1 |
* | sctp: allow sctp_transmit_packet and others to use gfp | Marcelo Ricardo Leitner | 2016-03-14 | 1 | -2/+4 |
* | sctp: remove the unused sctp_datamsg_free() | Xin Long | 2016-02-17 | 1 | -13/+0 |
* | switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter | Al Viro | 2014-11-24 | 1 | -5/+4 |
* | sctp: fix checkpatch errors with space required or prohibited | wangweidong | 2013-12-26 | 1 | -2/+2 |
* | sctp: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 1 | -3/+2 |
* | sctp: fix some comments in chunk.c and associola.c | wangweidong | 2013-10-28 | 1 | -1/+1 |
* | net: sctp: Fix data chunk fragmentation for MTU values which are not multiple... | Alexander Sverdlin | 2013-09-04 | 1 | -2/+2 |
* | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 2013-08-09 | 1 | -6/+0 |
* | net: sctp: trivial: update mailing list address | Daniel Borkmann | 2013-07-25 | 1 | -1/+1 |
* | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann | 2013-07-02 | 1 | -2/+3 |
* | net: sctp: remove SCTP_STATIC macro | Daniel Borkmann | 2013-06-18 | 1 | -1/+1 |
* | sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall | Tommi Rantala | 2012-11-28 | 1 | -4/+9 |
* | sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f... | Tommi Rantala | 2012-11-28 | 1 | -2/+5 |
* | sctp: Make the mib per network namespace | Eric W. Biederman | 2012-08-15 | 1 | -1/+1 |
* | net/sctp: Use pr_fmt and pr_<level> | Joe Perches | 2010-08-26 | 1 | -0/+2 |
* | sctp: Tag messages that can be Nagle delayed at creation. | Vlad Yasevich | 2010-05-01 | 1 | -2/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | sctp: implement the sender side for SACK-IMMEDIATELY extension | Wei Yongjun | 2009-11-23 | 1 | -1/+14 |
* | sctp: Don't do NAGLE delay on large writes that were fragmented small | Vlad Yasevich | 2009-09-05 | 1 | -0/+2 |
* | sctp: Send user messages to the lower layer as one | Vlad Yasevich | 2009-09-05 | 1 | -0/+13 |
* | sctp: Try to encourage SACK bundling with DATA. | Vlad Yasevich | 2009-09-05 | 1 | -5/+16 |
* | sctp: Fix data segmentation with small frag_size | Vlad Yasevich | 2009-09-05 | 1 | -9/+23 |
* | SCTP: fix wrong debug counting of datamsg | Li Zefan | 2008-04-10 | 1 | -2/+3 |
* | [SCTP]: Remove redundant wrapper functions. | Florian Westphal | 2008-03-24 | 1 | -15/+1 |
* | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-06 | 1 | -1/+1 |
* | [SCTP]: Stop claiming that this is a "reference implementation" | Vlad Yasevich | 2008-02-05 | 1 | -4/+4 |
* | [SCTP]: Enable the sending of the AUTH chunk. | Vlad Yasevich | 2007-10-11 | 1 | -0/+12 |
* | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 1 | -1/+1 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-09 | 1 | -1/+1 |
* | [SCTP]: __nocast annotations | Alexey Dobriyan | 2005-07-12 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+309 |