summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-02-091-1/+6
* sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner2018-01-151-2/+1Star
* sctp: add basic structures and make chunk function for ifwdtsnXin Long2017-12-151-0/+24
* sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-111-14/+7Star
* sctp: add basic structures and make chunk function for idataXin Long2017-12-111-0/+6
* sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long2017-12-111-2/+16
* sctp: check stream reset info len before making reconf chunkXin Long2017-11-161-1/+1
* sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-291-2/+2
* sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-291-2/+3
* sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-178/+170Star
* sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-111-3/+3
* sctp: remove the typedef sctp_ierror_tXin Long2017-08-071-11/+12
* sctp: remove the typedef sctp_scope_tXin Long2017-08-071-3/+3
* sctp: remove the typedef sctp_authhdr_tXin Long2017-08-031-4/+4
* sctp: remove the typedef sctp_addip_chunk_tXin Long2017-08-031-3/+5
* sctp: remove the typedef sctp_addiphdr_tXin Long2017-08-031-7/+7
* sctp: remove the typedef sctp_addip_param_tXin Long2017-08-031-19/+20
* sctp: remove the typedef sctp_cwrhdr_tXin Long2017-08-031-2/+2
* sctp: remove the typedef sctp_ecnehdr_tXin Long2017-08-031-2/+2
* sctp: remove the typedef sctp_errhdr_tXin Long2017-08-031-18/+20
* sctp: remove the typedef sctp_shutdownhdr_tXin Long2017-08-031-2/+2
* sctp: remove the typedef sctp_cookie_param_tXin Long2017-07-251-8/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-2/+2
|\
| * sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-2/+2
* | sctp: remove the typedef sctp_supported_ext_param_tXin Long2017-07-171-14/+8Star
* | sctp: remove the typedef sctp_adaptation_ind_param_tXin Long2017-07-171-2/+2
* | sctp: remove the typedef sctp_supported_addrs_param_tXin Long2017-07-171-1/+1
* | sctp: remove the typedef sctp_ipv6addr_param_tXin Long2017-07-171-1/+1
* | sctp: remove the typedef sctp_ipv4addr_param_tXin Long2017-07-171-1/+1
|/
* net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-011-3/+3
* sctp: remove the typedef sctp_inithdr_tXin Long2017-07-011-2/+2
* sctp: remove the typedef sctp_param_tXin Long2017-07-011-1/+1
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-011-23/+24
* sctp: remove the typedef sctp_cid_tXin Long2017-07-011-2/+2
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-011-8/+9
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1Star
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+1Star
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1Star
* networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1Star
* sctp: merge sctp_stream_new and sctp_stream_initXin Long2017-06-021-1/+2
* sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-021-1/+1
* sctp: set new_asoc temp when processing dupcookieXin Long2017-05-241-9/+4Star
* sctp: switch to copy_from_iter_full()Al Viro2017-04-211-3/+1Star
* sctp: alloc stream info when initializing asocXin Long2017-03-301-7/+2Star
* sctp: add a function to verify the sctp reconf chunkXin Long2017-02-201-0/+59
* sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2017-02-201-7/+1Star
* sctp: add support for generating stream reconf resp chunkXin Long2017-02-201-0/+74
* sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long2017-02-091-0/+46