aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long1-1/+19
2018-03-14sctp: add refcnt support for sh_keyXin Long1-3/+12
2018-02-09sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev1-1/+6
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner1-2/+1
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long1-0/+24
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long1-14/+7
2017-12-11sctp: add basic structures and make chunk function for idataXin Long1-0/+6
2017-12-11sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long1-2/+16
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long1-1/+1
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long1-2/+2
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long1-2/+3
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long1-178/+170
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long1-3/+3
2017-08-06sctp: remove the typedef sctp_ierror_tXin Long1-11/+12
2017-08-06sctp: remove the typedef sctp_scope_tXin Long1-3/+3
2017-08-03sctp: remove the typedef sctp_authhdr_tXin Long1-4/+4
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long1-3/+5
2017-08-03sctp: remove the typedef sctp_addiphdr_tXin Long1-7/+7
2017-08-03sctp: remove the typedef sctp_addip_param_tXin Long1-19/+20
2017-08-03sctp: remove the typedef sctp_cwrhdr_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_ecnehdr_tXin Long1-2/+2
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long1-18/+20
2017-08-03sctp: remove the typedef sctp_shutdownhdr_tXin Long1-2/+2
2017-07-24sctp: remove the typedef sctp_cookie_param_tXin Long1-8/+10
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-07-16sctp: remove the typedef sctp_supported_ext_param_tXin Long1-14/+8
2017-07-16sctp: remove the typedef sctp_adaptation_ind_param_tXin Long1-2/+2
2017-07-16sctp: remove the typedef sctp_supported_addrs_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_ipv6addr_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_ipv4addr_param_tXin Long1-1/+1
2017-07-14sctp: fix an array overflow when all ext chunks are setXin Long1-2/+2
2017-07-04net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long1-3/+3
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_param_tXin Long1-1/+1
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long1-23/+24
2017-07-01sctp: remove the typedef sctp_cid_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-8/+9
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-06-13networking: use skb_put_zero()Johannes Berg1-2/+1
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long1-1/+2
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long1-1/+1
2017-05-24sctp: set new_asoc temp when processing dupcookieXin Long1-9/+4
2017-04-21sctp: switch to copy_from_iter_full()Al Viro1-3/+1
2017-03-30sctp: alloc stream info when initializing asocXin Long1-7/+2
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long1-0/+59
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request ParameterXin Long1-7/+1