| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: remove the typedef sctp_auth_chunk_t | Xin Long | 2017-08-03 | 2 | -5/+6 |
* | sctp: remove the typedef sctp_authhdr_t | Xin Long | 2017-08-03 | 1 | -4/+4 |
* | sctp: remove the typedef sctp_addip_chunk_t | Xin Long | 2017-08-03 | 3 | -8/+13 |
* | sctp: remove the typedef sctp_addiphdr_t | Xin Long | 2017-08-03 | 2 | -12/+12 |
* | sctp: remove the typedef sctp_addip_param_t | Xin Long | 2017-08-03 | 1 | -19/+20 |
* | sctp: remove the typedef sctp_cwrhdr_t | Xin Long | 2017-08-03 | 2 | -5/+5 |
* | sctp: remove the typedef sctp_ecne_chunk_t | Xin Long | 2017-08-03 | 1 | -2/+2 |
* | sctp: remove the typedef sctp_ecnehdr_t | Xin Long | 2017-08-03 | 2 | -5/+5 |
* | sctp: remove the typedef sctp_error_t | Xin Long | 2017-08-03 | 1 | -1/+1 |
* | sctp: remove the typedef sctp_operr_chunk_t | Xin Long | 2017-08-03 | 1 | -2/+2 |
* | sctp: remove the typedef sctp_errhdr_t | Xin Long | 2017-08-03 | 4 | -38/+41 |
* | sctp: fix the name of struct sctp_shutdown_chunk_t | Xin Long | 2017-08-03 | 1 | -8/+8 |
* | sctp: remove the typedef sctp_shutdownhdr_t | Xin Long | 2017-08-03 | 2 | -7/+7 |
* | sctp: remove the typedef sctp_abort_chunk_t | Xin Long | 2017-07-25 | 1 | -4/+4 |
* | sctp: remove the typedef sctp_heartbeat_chunk_t | Xin Long | 2017-07-25 | 1 | -1/+2 |
* | sctp: remove the typedef sctp_heartbeathdr_t | Xin Long | 2017-07-25 | 1 | -1/+1 |
* | sctp: remove the typedef sctp_sack_chunk_t | Xin Long | 2017-07-25 | 2 | -3/+3 |
* | sctp: remove the typedef sctp_sackhdr_t | Xin Long | 2017-07-25 | 1 | -1/+1 |
* | sctp: remove the typedef sctp_sack_variable_t | Xin Long | 2017-07-25 | 1 | -5/+5 |
* | sctp: remove the typedef sctp_unrecognized_param_t | Xin Long | 2017-07-25 | 1 | -11/+7 |
* | sctp: remove the typedef sctp_cookie_param_t | Xin Long | 2017-07-25 | 1 | -8/+10 |
* | sctp: remove the typedef sctp_initack_chunk_t | Xin Long | 2017-07-25 | 1 | -7/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-07-21 | 1 | -2/+2 |
|\ |
|
| * | sctp: fix an array overflow when all ext chunks are set | Xin Long | 2017-07-14 | 1 | -2/+2 |
* | | sctp: remove the typedef sctp_hmac_algo_param_t | Xin Long | 2017-07-17 | 2 | -4/+4 |
* | | sctp: remove the typedef sctp_chunks_param_t | Xin Long | 2017-07-17 | 2 | -4/+4 |
* | | sctp: remove the typedef sctp_random_param_t | Xin Long | 2017-07-17 | 1 | -5/+4 |
* | | sctp: remove the typedef sctp_supported_ext_param_t | Xin Long | 2017-07-17 | 1 | -14/+8 |
* | | sctp: remove the typedef sctp_adaptation_ind_param_t | Xin Long | 2017-07-17 | 1 | -2/+2 |
* | | sctp: remove the typedef sctp_supported_addrs_param_t | Xin Long | 2017-07-17 | 1 | -1/+1 |
* | | sctp: remove the typedef sctp_cookie_preserve_param_t | Xin Long | 2017-07-17 | 1 | -6/+5 |
* | | sctp: remove the typedef sctp_ipv6addr_param_t | Xin Long | 2017-07-17 | 2 | -2/+2 |
* | | sctp: remove the typedef sctp_ipv4addr_param_t | Xin Long | 2017-07-17 | 2 | -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-02 | 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 |