aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long1-0/+74
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams request chunkXin Long1-0/+46
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long1-0/+29
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov1-4/+2
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long1-0/+15
2017-01-18sctp: add support for generating stream reconf ssn reset request chunkXin Long1-0/+121
2017-01-16sctp: remove unused var from sctp_process_asconfMarcelo Ricardo Leitner1-2/+0
2017-01-06sctp: prepare asoc stream for stream reconfXin Long1-5/+5
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+0
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long1-15/+0
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-14/+14