summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-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
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-8/+6
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-20/+11
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-162-5/+2
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-162-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\ \ | |/
| * sctp: disable BH in sctp_for_each_endpointXin Long2017-06-101-2/+2
* | networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1
* | sctp: no need to check assoc id before calling sctp_assoc_set_idXin Long2017-06-101-6/+2
* | sctp: use read_lock_bh in sctp_eps_seq_showXin Long2017-06-101-4/+2
* | sctp: fix recursive locking warning in sctp_do_peeloffXin Long2017-06-101-2/+2
* | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-1/+1
* | sctp: merge sctp_stream_new and sctp_stream_initXin Long2017-06-023-24/+15
* | sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-029-68/+63
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-264-17/+19
|\ \ | |/
| * sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-05-261-7/+9
| * sctp: set new_asoc temp when processing dupcookieXin Long2017-05-242-9/+7
| * sctp: fix stream update when processing dupcookieXin Long2017-05-241-1/+3
* | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-192-0/+2
* | skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-191-0/+6
|/
* sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-05-181-0/+3
* sctp: fix src address selection if using secondary addresses for ipv6Xin Long2017-05-121-17/+29
OpenPOWER on IntegriCloud