| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | sctp: remove the typedef sctp_errhdr_t | Xin Long | 2017-08-03 | 4 | -38/+41 |
* | | sctp: fix the name of struct sctp_shutdown_chunk_t | Xin Long | 2017-08-03 | 1 | -8/+8 |
* | | sctp: remove the typedef sctp_shutdownhdr_t | Xin Long | 2017-08-03 | 2 | -7/+7 |
* | | sctp: remove the typedef sctp_abort_chunk_t | Xin Long | 2017-07-24 | 1 | -4/+4 |
* | | sctp: remove the typedef sctp_heartbeat_chunk_t | Xin Long | 2017-07-24 | 1 | -1/+2 |
* | | sctp: remove the typedef sctp_heartbeathdr_t | Xin Long | 2017-07-24 | 1 | -1/+1 |
* | | sctp: remove the typedef sctp_sack_chunk_t | Xin Long | 2017-07-24 | 2 | -3/+3 |
* | | sctp: remove the typedef sctp_sackhdr_t | Xin Long | 2017-07-24 | 1 | -1/+1 |
* | | sctp: remove the typedef sctp_sack_variable_t | Xin Long | 2017-07-24 | 1 | -5/+5 |
* | | sctp: remove the typedef sctp_unrecognized_param_t | Xin Long | 2017-07-24 | 1 | -11/+7 |
* | | sctp: remove the typedef sctp_cookie_param_t | Xin Long | 2017-07-24 | 1 | -8/+10 |
* | | sctp: remove the typedef sctp_initack_chunk_t | Xin Long | 2017-07-24 | 1 | -7/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-07-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | sctp: fix an array overflow when all ext chunks are set | Xin Long | 2017-07-14 | 1 | -2/+2 |
* | | sctp: remove the typedef sctp_hmac_algo_param_t | Xin Long | 2017-07-16 | 2 | -4/+4 |
* | | sctp: remove the typedef sctp_chunks_param_t | Xin Long | 2017-07-16 | 2 | -4/+4 |
* | | sctp: remove the typedef sctp_random_param_t | Xin Long | 2017-07-16 | 1 | -5/+4 |
* | | sctp: remove the typedef sctp_supported_ext_param_t | Xin Long | 2017-07-16 | 1 | -14/+8 |
* | | sctp: remove the typedef sctp_adaptation_ind_param_t | Xin Long | 2017-07-16 | 1 | -2/+2 |
* | | sctp: remove the typedef sctp_supported_addrs_param_t | Xin Long | 2017-07-16 | 1 | -1/+1 |
* | | sctp: remove the typedef sctp_cookie_preserve_param_t | Xin Long | 2017-07-16 | 1 | -6/+5 |
* | | sctp: remove the typedef sctp_ipv6addr_param_t | Xin Long | 2017-07-16 | 2 | -2/+2 |
* | | sctp: remove the typedef sctp_ipv4addr_param_t | Xin Long | 2017-07-16 | 2 | -2/+2 |
|/ |
|
* | sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst ... | Zheng Li | 2017-07-06 | 1 | -0/+2 |
* | net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 2 | -6/+6 |
* | net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -4/+4 |
* | net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -3/+3 |
* | net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -3/+3 |
* | net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-04 | 1 | -2/+2 |
* | sctp: Add peeloff-flags socket option | Neil Horman | 2017-07-01 | 1 | -15/+72 |
* | sctp: remove the typedef sctp_init_chunk_t | Xin Long | 2017-07-01 | 4 | -20/+20 |
* | sctp: remove the typedef sctp_inithdr_t | Xin Long | 2017-07-01 | 2 | -8/+8 |
* | sctp: remove the typedef sctp_data_chunk_t | Xin Long | 2017-07-01 | 3 | -6/+6 |
* | sctp: remove the typedef sctp_datahdr_t | Xin Long | 2017-07-01 | 1 | -5/+8 |
* | sctp: remove the typedef sctp_param_t | Xin Long | 2017-07-01 | 1 | -1/+1 |
* | sctp: remove the typedef sctp_paramhdr_t | Xin Long | 2017-07-01 | 7 | -46/+53 |
* | sctp: remove the typedef sctp_cid_t | Xin Long | 2017-07-01 | 3 | -7/+7 |
* | sctp: remove the typedef sctp_chunkhdr_t | Xin Long | 2017-07-01 | 6 | -62/+64 |
* | sctp: remove an unnecessary check from sctp_endpoint_destroy | Xin Long | 2017-07-01 | 1 | -8/+6 |
* | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 3 | -4/+4 |
* | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -2/+2 |
* | sctp: adjust ssthresh when transport is idle | Marcelo Ricardo Leitner | 2017-06-25 | 1 | -0/+2 |
* | sctp: adjust cwnd increase in Congestion Avoidance phase | Marcelo Ricardo Leitner | 2017-06-25 | 1 | -8/+18 |
* | sctp: allow increasing cwnd regardless of ctsn moving or not | Marcelo Ricardo Leitner | 2017-06-25 | 1 | -9/+8 |
* | sctp: update order of adjustments of partial_bytes_acked and cwnd | Marcelo Ricardo Leitner | 2017-06-25 | 1 | -7/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-21 | 3 | -5/+6 |
|\ |
|
| * | sctp: ensure ep is not destroyed before doing the dump | Xin Long | 2017-06-19 | 2 | -2/+4 |
| * | sctp: return next obj by passing pos + 1 into sctp_transport_get_idx | Xin Long | 2017-06-15 | 1 | -3/+2 |
* | | sctp: handle errors when updating asoc | Xin Long | 2017-06-20 | 2 | -12/+37 |
* | | sctp: uncork the old asoc before changing to the new one | Xin Long | 2017-06-20 | 1 | -0/+4 |