aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-03sctp: remove the typedef sctp_operr_chunk_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long4-38/+41
2017-08-03sctp: fix the name of struct sctp_shutdown_chunk_tXin Long1-8/+8
2017-08-03sctp: remove the typedef sctp_shutdownhdr_tXin Long2-7/+7
2017-07-24sctp: remove the typedef sctp_abort_chunk_tXin Long1-4/+4
2017-07-24sctp: remove the typedef sctp_heartbeat_chunk_tXin Long1-1/+2
2017-07-24sctp: remove the typedef sctp_heartbeathdr_tXin Long1-1/+1
2017-07-24sctp: remove the typedef sctp_sack_chunk_tXin Long2-3/+3
2017-07-24sctp: remove the typedef sctp_sackhdr_tXin Long1-1/+1
2017-07-24sctp: remove the typedef sctp_sack_variable_tXin Long1-5/+5
2017-07-24sctp: remove the typedef sctp_unrecognized_param_tXin Long1-11/+7
2017-07-24sctp: remove the typedef sctp_cookie_param_tXin Long1-8/+10
2017-07-24sctp: remove the typedef sctp_initack_chunk_tXin Long1-7/+6
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long2-4/+4
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long2-4/+4
2017-07-16sctp: remove the typedef sctp_random_param_tXin Long1-5/+4
2017-07-16sctp: remove the typedef sctp_supported_ext_param_tXin Long1-14/+8
2017-07-16sctp: remove the typedef sctp_adaptation_ind_param_tXin Long1-2/+2
2017-07-16sctp: remove the typedef sctp_supported_addrs_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_cookie_preserve_param_tXin Long1-6/+5
2017-07-16sctp: remove the typedef sctp_ipv6addr_param_tXin Long2-2/+2
2017-07-16sctp: remove the typedef sctp_ipv4addr_param_tXin Long2-2/+2
2017-07-14sctp: fix an array overflow when all ext chunks are setXin Long1-2/+2
2017-07-06sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst to find the correct route entry.Zheng Li1-0/+2
2017-07-04net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena2-6/+6
2017-07-04net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-07-04net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01sctp: Add peeloff-flags socket optionNeil Horman1-15/+72
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long4-20/+20
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long2-8/+8
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long3-6/+6
2017-07-01sctp: remove the typedef sctp_datahdr_tXin Long1-5/+8
2017-07-01sctp: remove the typedef sctp_param_tXin Long1-1/+1
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long7-46/+53
2017-07-01sctp: remove the typedef sctp_cid_tXin Long3-7/+7
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long6-62/+64
2017-07-01sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long1-8/+6
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena3-4/+4
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2-2/+2
2017-06-25sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner1-0/+2
2017-06-25sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner1-8/+18
2017-06-25sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner1-9/+8
2017-06-25sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner1-7/+8
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+6
2017-06-20sctp: handle errors when updating asocXin Long2-12/+37
2017-06-20sctp: uncork the old asoc before changing to the new oneXin Long1-0/+4
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1