summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)AuthorLines
2017-07-06sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst ...Zheng Li-0/+2
2017-07-04net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena-6/+6
2017-07-04net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena-4/+4
2017-07-04net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena-3/+3
2017-07-04net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena-3/+3
2017-07-04net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena-2/+2
2017-07-01sctp: Add peeloff-flags socket optionNeil Horman-15/+72
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long-20/+20
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long-8/+8
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long-6/+6
2017-07-01sctp: remove the typedef sctp_datahdr_tXin Long-5/+8
2017-07-01sctp: remove the typedef sctp_param_tXin Long-1/+1
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long-46/+53
2017-07-01sctp: remove the typedef sctp_cid_tXin Long-7/+7
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long-62/+64
2017-07-01sctp: remove an unnecessary check from sctp_endpoint_destroyXin Long-8/+6
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-4/+4
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena-2/+2
2017-06-25sctp: adjust ssthresh when transport is idleMarcelo Ricardo Leitner-0/+2
2017-06-25sctp: adjust cwnd increase in Congestion Avoidance phaseMarcelo Ricardo Leitner-8/+18
2017-06-25sctp: allow increasing cwnd regardless of ctsn moving or notMarcelo Ricardo Leitner-9/+8
2017-06-25sctp: update order of adjustments of partial_bytes_acked and cwndMarcelo Ricardo Leitner-7/+8
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+6
2017-06-20sctp: handle errors when updating asocXin Long-12/+37
2017-06-20sctp: uncork the old asoc before changing to the new oneXin Long-0/+4
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-2/+1
2017-06-19sctp: ensure ep is not destroyed before doing the dumpXin Long-2/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-8/+6
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-20/+11
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-5/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-3/+2
2017-06-15sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long-3/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-06-13networking: use skb_put_zero()Johannes Berg-2/+1
2017-06-10sctp: no need to check assoc id before calling sctp_assoc_set_idXin Long-6/+2
2017-06-10sctp: use read_lock_bh in sctp_eps_seq_showXin Long-4/+2
2017-06-10sctp: fix recursive locking warning in sctp_do_peeloffXin Long-2/+2
2017-06-10sctp: disable BH in sctp_for_each_endpointXin Long-2/+2
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet-1/+1
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long-24/+15
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long-68/+63
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-17/+19
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti-7/+9
2017-05-24sctp: set new_asoc temp when processing dupcookieXin Long-9/+7
2017-05-24sctp: fix stream update when processing dupcookieXin Long-1/+3
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti-0/+2
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti-0/+6
2017-05-18sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet-0/+3
2017-05-12sctp: fix src address selection if using secondary addresses for ipv6Xin Long-17/+29
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-39/+676