Age | Commit message (Expand) | Author |
2017-07-24 | sctp: remove the typedef sctp_abort_chunk_t | Xin Long |
2017-07-24 | sctp: remove the typedef sctp_heartbeat_chunk_t | Xin Long |
2017-07-24 | sctp: remove the typedef sctp_heartbeathdr_t | Xin Long |
2017-07-24 | sctp: remove the typedef sctp_sack_chunk_t | Xin Long |
2017-07-24 | sctp: remove the typedef sctp_sackhdr_t | Xin Long |
2017-07-24 | sctp: remove the typedef sctp_sack_variable_t | Xin Long |
2017-07-24 | sctp: remove the typedef sctp_unrecognized_param_t | Xin Long |
2017-07-24 | sctp: remove the typedef sctp_cookie_param_t | Xin Long |
2017-07-24 | sctp: remove the typedef sctp_initack_chunk_t | Xin Long |
2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-07-16 | sctp: remove the typedef sctp_hmac_algo_param_t | Xin Long |
2017-07-16 | sctp: remove the typedef sctp_chunks_param_t | Xin Long |
2017-07-16 | sctp: remove the typedef sctp_random_param_t | Xin Long |
2017-07-16 | sctp: remove the typedef sctp_supported_ext_param_t | Xin Long |
2017-07-16 | sctp: remove the typedef sctp_adaptation_ind_param_t | Xin Long |
2017-07-16 | sctp: remove the typedef sctp_supported_addrs_param_t | Xin Long |
2017-07-16 | sctp: remove the typedef sctp_cookie_preserve_param_t | Xin Long |
2017-07-16 | sctp: remove the typedef sctp_ipv6addr_param_t | Xin Long |
2017-07-16 | sctp: remove the typedef sctp_ipv4addr_param_t | Xin Long |
2017-07-14 | sctp: fix an array overflow when all ext chunks are set | Xin Long |
2017-07-06 | sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst ... | Zheng Li |
2017-07-04 | net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-04 | net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-04 | net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-04 | net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-04 | net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | sctp: Add peeloff-flags socket option | Neil Horman |
2017-07-01 | sctp: remove the typedef sctp_init_chunk_t | Xin Long |
2017-07-01 | sctp: remove the typedef sctp_inithdr_t | Xin Long |
2017-07-01 | sctp: remove the typedef sctp_data_chunk_t | Xin Long |
2017-07-01 | sctp: remove the typedef sctp_datahdr_t | Xin Long |
2017-07-01 | sctp: remove the typedef sctp_param_t | Xin Long |
2017-07-01 | sctp: remove the typedef sctp_paramhdr_t | Xin Long |
2017-07-01 | sctp: remove the typedef sctp_cid_t | Xin Long |
2017-07-01 | sctp: remove the typedef sctp_chunkhdr_t | Xin Long |
2017-07-01 | sctp: remove an unnecessary check from sctp_endpoint_destroy | Xin Long |
2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena |
2017-06-25 | sctp: adjust ssthresh when transport is idle | Marcelo Ricardo Leitner |
2017-06-25 | sctp: adjust cwnd increase in Congestion Avoidance phase | Marcelo Ricardo Leitner |
2017-06-25 | sctp: allow increasing cwnd regardless of ctsn moving or not | Marcelo Ricardo Leitner |
2017-06-25 | sctp: update order of adjustments of partial_bytes_acked and cwnd | Marcelo Ricardo Leitner |
2017-06-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-20 | sctp: handle errors when updating asoc | Xin Long |
2017-06-20 | sctp: uncork the old asoc before changing to the new one | Xin Long |
2017-06-20 | net: manual clean code which call skb_put_[data:zero] | yuan linyu |
2017-06-19 | sctp: ensure ep is not destroyed before doing the dump | Xin Long |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |