| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: implement enqueue_event for sctp_stream_interleave | Xin Long | 2017-12-11 | 1 | -1/+1 |
* | net: sctp: Convert timers to use timer_setup() | Kees Cook | 2017-10-25 | 1 | -2/+1 |
* | sctp: remove the typedef sctp_subtype_t | Xin Long | 2017-08-06 | 1 | -1/+1 |
* | sctp: remove the typedef sctp_transport_cmd_t | Xin Long | 2017-08-06 | 1 | -1/+1 |
* | sctp: remove the typedef sctp_scope_t | Xin Long | 2017-08-06 | 1 | -9/+8 |
* | net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -3/+3 |
* | sctp: remove the typedef sctp_paramhdr_t | Xin Long | 2017-07-01 | 1 | -3/+3 |
* | sctp: handle errors when updating asoc | Xin Long | 2017-06-20 | 1 | -11/+14 |
* | sctp: no need to check assoc id before calling sctp_assoc_set_id | Xin Long | 2017-06-10 | 1 | -6/+2 |
* | sctp: merge sctp_stream_new and sctp_stream_init | Xin Long | 2017-06-02 | 1 | -1/+2 |
* | sctp: define the member stream as an object instead of pointer in asoc | Xin Long | 2017-06-02 | 1 | -8/+5 |
* | sctp: fix stream update when processing dupcookie | Xin Long | 2017-05-24 | 1 | -1/+3 |
* | sctp: get sock from transport in sctp_transport_update_pmtu | Xin Long | 2017-04-05 | 1 | -3/+3 |
* | sctp: alloc stream info when initializing asoc | Xin Long | 2017-03-30 | 1 | -1/+6 |
* | sctp: remove useless err from sctp_association_init | Xin Long | 2017-03-22 | 1 | -4/+2 |
* | sctp: add dst_pending_confirm flag | Julian Anastasov | 2017-02-07 | 1 | -2/+1 |
* | sctp: add sockopt SCTP_ENABLE_STREAM_RESET | Xin Long | 2017-01-18 | 1 | -0/+1 |
* | sctp: add reconf_enable in asoc ep and netns | Xin Long | 2017-01-18 | 1 | -0/+1 |
* | sctp: add stream reconf timer | Xin Long | 2017-01-18 | 1 | -0/+9 |
* | sctp: add support for generating stream reconf ssn reset request chunk | Xin Long | 2017-01-18 | 1 | -0/+1 |
* | sctp: prepare asoc stream for stream reconf | Xin Long | 2017-01-06 | 1 | -7/+6 |
* | sctp: fix recovering from 0 win with small data chunks | Marcelo Ricardo Leitner | 2016-12-23 | 1 | -1/+1 |
* | sctp: do not loose window information if in rwnd_over | Marcelo Ricardo Leitner | 2016-12-23 | 1 | -1/+1 |
* | sctp: use new rhlist interface on sctp transport rhashtable | Xin Long | 2016-11-16 | 1 | -2/+6 |
* | sctp: rename WORD_TRUNC/ROUND macros | Marcelo Ricardo Leitner | 2016-09-22 | 1 | -1/+1 |
* | sctp: add SCTP_PR_SUPPORTED on sctp sockopt | Xin Long | 2016-07-11 | 1 | -0/+1 |
* | sctp: align MTU to a word | Marcelo Ricardo Leitner | 2016-03-20 | 1 | -1/+2 |
* | sctp: allow sctp_transmit_packet and others to use gfp | Marcelo Ricardo Leitner | 2016-03-13 | 1 | -1/+1 |
* | sctp: fix the transports round robin issue when init is retransmitted | Xin Long | 2016-03-13 | 1 | -1/+1 |
* | sctp: apply rhashtable api to send/recv path | Xin Long | 2016-01-05 | 1 | -0/+5 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -1/+1 |
* | net: sctp: Don't use 64 kilobyte lookup table for four elements | Denys Vlasenko | 2015-09-28 | 1 | -9/+11 |
* | net: sctp: Deletion of an unnecessary check before the function call "kfree" | Markus Elfring | 2015-02-02 | 1 | -2/+1 |
* | net: sctp: fix slab corruption from use after free on INIT collisions | Daniel Borkmann | 2015-01-26 | 1 | -1/+0 |
* | net: sctp: fix panic on duplicate ASCONF chunks | Daniel Borkmann | 2014-10-14 | 1 | -0/+2 |
* | net: sctp: fix suboptimal edge-case on non-active active/retrans path selection | Daniel Borkmann | 2014-08-22 | 1 | -6/+3 |
* | net: sctp: spare unnecessary comparison in sctp_trans_elect_best | Daniel Borkmann | 2014-08-22 | 1 | -1/+1 |
* | sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probe | zhuyj | 2014-08-21 | 1 | -0/+1 |
* | net: sctp: inherit auth_capable on INIT collisions | Daniel Borkmann | 2014-07-22 | 1 | -0/+1 |
* | sctp: Fix sk_ack_backlog wrap-around problem | Xufeng Zhang | 2014-06-12 | 1 | -1/+1 |
* | net: sctp: fix incorrect type in gfp initializer | Daniel Borkmann | 2014-06-11 | 1 | -1/+1 |
* | net: sctp: improve sctp_select_active_and_retran_path selection | Daniel Borkmann | 2014-06-11 | 1 | -5/+45 |
* | net: sctp: migrate most recently used transport to ktime | Daniel Borkmann | 2014-06-11 | 1 | -3/+5 |
* | net: sctp: refactor active path selection | Daniel Borkmann | 2014-06-11 | 1 | -59/+61 |
* | Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re... | Daniel Borkmann | 2014-04-14 | 1 | -17/+65 |
* | net: sctp: remove NULL check in sctp_assoc_update_retran_path | Daniel Borkmann | 2014-03-13 | 1 | -2/+1 |
* | net: sctp: rework multihoming retransmission path selection to rfc4960 | Daniel Borkmann | 2014-02-22 | 1 | -50/+79 |
* | net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's... | Matija Glavinic Pecotic | 2014-02-17 | 1 | -65/+17 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 1 | -4/+1 |
|\ |
|
| * | sctp: properly latch and use autoclose value from sock to association | Neil Horman | 2013-12-10 | 1 | -4/+1 |