| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: fully initialize the IPv6 address in sctp_v6_to_addr() | Alexander Potapenko | 2017-08-18 | 1 | -0/+2 |
* | sctp: fix an array overflow when all ext chunks are set | Xin Long | 2017-07-14 | 1 | -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 |
* | | net: manual clean code which call skb_put_[data:zero] | yuan linyu | 2017-06-20 | 1 | -2/+1 |
* | | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 3 | -8/+6 |
* | | networking: make skb_put & friends return void pointers | Johannes Berg | 2017-06-16 | 2 | -20/+11 |
* | | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 2 | -5/+2 |
* | | networking: convert many more places to skb_put_zero() | Johannes Berg | 2017-06-16 | 2 | -3/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 1 | -2/+2 |
|\| |
|
| * | sctp: disable BH in sctp_for_each_endpoint | Xin Long | 2017-06-10 | 1 | -2/+2 |
* | | networking: use skb_put_zero() | Johannes Berg | 2017-06-13 | 1 | -2/+1 |
* | | sctp: no need to check assoc id before calling sctp_assoc_set_id | Xin Long | 2017-06-10 | 1 | -6/+2 |
* | | sctp: use read_lock_bh in sctp_eps_seq_show | Xin Long | 2017-06-10 | 1 | -4/+2 |
* | | sctp: fix recursive locking warning in sctp_do_peeloff | Xin Long | 2017-06-10 | 1 | -2/+2 |
* | | tcp: add TCPMemoryPressuresChrono counter | Eric Dumazet | 2017-06-08 | 1 | -1/+1 |
* | | sctp: merge sctp_stream_new and sctp_stream_init | Xin Long | 2017-06-02 | 3 | -24/+15 |
* | | sctp: define the member stream as an object instead of pointer in asoc | Xin Long | 2017-06-02 | 9 | -68/+63 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-05-26 | 4 | -17/+19 |
|\| |
|
| * | sctp: fix ICMP processing if skb is non-linear | Davide Caratti | 2017-05-26 | 1 | -7/+9 |
| * | sctp: set new_asoc temp when processing dupcookie | Xin Long | 2017-05-24 | 2 | -9/+7 |
| * | sctp: fix stream update when processing dupcookie | Xin Long | 2017-05-24 | 1 | -1/+3 |
* | | net: use skb->csum_not_inet to identify packets needing crc32c | Davide Caratti | 2017-05-19 | 2 | -0/+2 |
* | | skbuff: add stub to help computing crc32c on SCTP packets | Davide Caratti | 2017-05-19 | 1 | -0/+6 |
|/ |
|
* | sctp: do not inherit ipv6_{mc|ac|fl}_list from parent | Eric Dumazet | 2017-05-18 | 1 | -0/+3 |