summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
...
* | sctp: remove the typedef sctp_errhdr_tXin Long2017-08-034-38/+41
* | sctp: fix the name of struct sctp_shutdown_chunk_tXin Long2017-08-031-8/+8
* | sctp: remove the typedef sctp_shutdownhdr_tXin Long2017-08-032-7/+7
* | sctp: remove the typedef sctp_abort_chunk_tXin Long2017-07-241-4/+4
* | sctp: remove the typedef sctp_heartbeat_chunk_tXin Long2017-07-241-1/+2
* | sctp: remove the typedef sctp_heartbeathdr_tXin Long2017-07-241-1/+1
* | sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-242-3/+3
* | sctp: remove the typedef sctp_sackhdr_tXin Long2017-07-241-1/+1
* | sctp: remove the typedef sctp_sack_variable_tXin Long2017-07-241-5/+5
* | sctp: remove the typedef sctp_unrecognized_param_tXin Long2017-07-241-11/+7
* | sctp: remove the typedef sctp_cookie_param_tXin Long2017-07-241-8/+10
* | sctp: remove the typedef sctp_initack_chunk_tXin Long2017-07-241-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-2/+2
|\ \ | |/
| * sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-2/+2
* | sctp: remove the typedef sctp_hmac_algo_param_tXin Long2017-07-162-4/+4
* | sctp: remove the typedef sctp_chunks_param_tXin Long2017-07-162-4/+4
* | sctp: remove the typedef sctp_random_param_tXin Long2017-07-161-5/+4
* | sctp: remove the typedef sctp_supported_ext_param_tXin Long2017-07-161-14/+8
* | sctp: remove the typedef sctp_adaptation_ind_param_tXin Long2017-07-161-2/+2
* | sctp: remove the typedef sctp_supported_addrs_param_tXin Long2017-07-161-1/+1
* | sctp: remove the typedef sctp_cookie_preserve_param_tXin Long2017-07-161-6/+5
* | sctp: remove the typedef sctp_ipv6addr_param_tXin Long2017-07-162-2/+2
* | sctp: remove the typedef sctp_ipv4addr_param_tXin Long2017-07-162-2/+2
|/
* sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst ...Zheng Li2017-07-061-0/+2
* net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-042-6/+6
* net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+4
* net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* sctp: Add peeloff-flags socket optionNeil Horman2017-07-011-15/+72
* sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-014-20/+20
* sctp: remove the typedef sctp_inithdr_tXin Long2017-07-012-8/+8
* sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-013-6/+6
* sctp: remove the typedef sctp_datahdr_tXin Long2017-07-011-5/+8
* sctp: remove the typedef sctp_param_tXin Long2017-07-011-1/+1
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-017-46/+53
* sctp: remove the typedef sctp_cid_tXin Long2017-07-013-7/+7
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-016-62/+64
* sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long2017-07-011-8/+6
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-013-4/+4
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-012-2/+2
* sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner2017-06-251-0/+2
* sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner2017-06-251-8/+18
* sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner2017-06-251-9/+8
* sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner2017-06-251-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-213-5/+6
|\
| * sctp: ensure ep is not destroyed before doing the dumpXin Long2017-06-192-2/+4
| * sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-06-151-3/+2
* | sctp: handle errors when updating asocXin Long2017-06-202-12/+37
* | sctp: uncork the old asoc before changing to the new oneXin Long2017-06-201-0/+4
OpenPOWER on IntegriCloud