Age | Commit message (Expand) | Author | Files | Lines |
2017-08-06 | sctp: remove the typedef sctp_subtype_t | Xin Long | 8 | -114/+118 |
2017-08-06 | sctp: remove the typedef sctp_event_t | Xin Long | 3 | -13/+11 |
2017-08-06 | sctp: remove the typedef sctp_event_timeout_t | Xin Long | 1 | -3/+3 |
2017-08-06 | sctp: remove the typedef sctp_state_t | Xin Long | 4 | -15/+17 |
2017-08-06 | sctp: remove the typedef sctp_ierror_t | Xin Long | 2 | -24/+27 |
2017-08-06 | sctp: remove the typedef sctp_xmit_t | Xin Long | 2 | -34/+34 |
2017-08-06 | sctp: remove the typedef sctp_transport_cmd_t | Xin Long | 1 | -1/+1 |
2017-08-06 | sctp: remove the typedef sctp_scope_t | Xin Long | 6 | -30/+29 |
2017-08-06 | sctp: remove the typedef sctp_scope_policy_t | Xin Long | 1 | -1/+1 |
2017-08-06 | sctp: remove the typedef sctp_retransmit_reason_t | Xin Long | 1 | -1/+1 |
2017-08-06 | sctp: remove the typedef sctp_lower_cwnd_t | Xin Long | 1 | -1/+1 |
2017-08-03 | sctp: remove the typedef sctp_auth_chunk_t | Xin Long | 2 | -5/+6 |
2017-08-03 | sctp: remove the typedef sctp_authhdr_t | Xin Long | 1 | -4/+4 |
2017-08-03 | sctp: remove the typedef sctp_addip_chunk_t | Xin Long | 3 | -8/+13 |
2017-08-03 | sctp: remove the typedef sctp_addiphdr_t | Xin Long | 2 | -12/+12 |
2017-08-03 | sctp: remove the typedef sctp_addip_param_t | Xin Long | 1 | -19/+20 |
2017-08-03 | sctp: remove the typedef sctp_cwrhdr_t | Xin Long | 2 | -5/+5 |
2017-08-03 | sctp: remove the typedef sctp_ecne_chunk_t | Xin Long | 1 | -2/+2 |
2017-08-03 | sctp: remove the typedef sctp_ecnehdr_t | Xin Long | 2 | -5/+5 |
2017-08-03 | sctp: remove the typedef sctp_error_t | Xin Long | 1 | -1/+1 |
2017-08-03 | sctp: remove the typedef sctp_operr_chunk_t | Xin Long | 1 | -2/+2 |
2017-08-03 | sctp: remove the typedef sctp_errhdr_t | Xin Long | 4 | -38/+41 |
2017-08-03 | sctp: fix the name of struct sctp_shutdown_chunk_t | Xin Long | 1 | -8/+8 |
2017-08-03 | sctp: remove the typedef sctp_shutdownhdr_t | Xin Long | 2 | -7/+7 |
2017-07-24 | sctp: remove the typedef sctp_abort_chunk_t | Xin Long | 1 | -4/+4 |
2017-07-24 | sctp: remove the typedef sctp_heartbeat_chunk_t | Xin Long | 1 | -1/+2 |
2017-07-24 | sctp: remove the typedef sctp_heartbeathdr_t | Xin Long | 1 | -1/+1 |
2017-07-24 | sctp: remove the typedef sctp_sack_chunk_t | Xin Long | 2 | -3/+3 |
2017-07-24 | sctp: remove the typedef sctp_sackhdr_t | Xin Long | 1 | -1/+1 |
2017-07-24 | sctp: remove the typedef sctp_sack_variable_t | Xin Long | 1 | -5/+5 |
2017-07-24 | sctp: remove the typedef sctp_unrecognized_param_t | Xin Long | 1 | -11/+7 |
2017-07-24 | sctp: remove the typedef sctp_cookie_param_t | Xin Long | 1 | -8/+10 |
2017-07-24 | sctp: remove the typedef sctp_initack_chunk_t | Xin Long | 1 | -7/+6 |
2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2017-07-16 | sctp: remove the typedef sctp_hmac_algo_param_t | Xin Long | 2 | -4/+4 |
2017-07-16 | sctp: remove the typedef sctp_chunks_param_t | Xin Long | 2 | -4/+4 |
2017-07-16 | sctp: remove the typedef sctp_random_param_t | Xin Long | 1 | -5/+4 |
2017-07-16 | sctp: remove the typedef sctp_supported_ext_param_t | Xin Long | 1 | -14/+8 |
2017-07-16 | sctp: remove the typedef sctp_adaptation_ind_param_t | Xin Long | 1 | -2/+2 |
2017-07-16 | sctp: remove the typedef sctp_supported_addrs_param_t | Xin Long | 1 | -1/+1 |
2017-07-16 | sctp: remove the typedef sctp_cookie_preserve_param_t | Xin Long | 1 | -6/+5 |
2017-07-16 | sctp: remove the typedef sctp_ipv6addr_param_t | Xin Long | 2 | -2/+2 |
2017-07-16 | sctp: remove the typedef sctp_ipv4addr_param_t | Xin Long | 2 | -2/+2 |
2017-07-14 | sctp: fix an array overflow when all ext chunks are set | Xin Long | 1 | -2/+2 |
2017-07-06 | sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst ... | Zheng Li | 1 | -0/+2 |
2017-07-04 | net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2 | -6/+6 |
2017-07-04 | net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -4/+4 |
2017-07-04 | net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-07-04 | net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-07-04 | net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |