summaryrefslogtreecommitdiff
path: root/net/sctp/sm_make_chunk.c
AgeCommit message (Expand)Author
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long
2017-08-06sctp: remove the typedef sctp_ierror_tXin Long
2017-08-06sctp: remove the typedef sctp_scope_tXin Long
2017-08-03sctp: remove the typedef sctp_authhdr_tXin Long
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long
2017-08-03sctp: remove the typedef sctp_addiphdr_tXin Long
2017-08-03sctp: remove the typedef sctp_addip_param_tXin Long
2017-08-03sctp: remove the typedef sctp_cwrhdr_tXin Long
2017-08-03sctp: remove the typedef sctp_ecnehdr_tXin Long
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long
2017-08-03sctp: remove the typedef sctp_shutdownhdr_tXin Long
2017-07-24sctp: remove the typedef sctp_cookie_param_tXin Long
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-16sctp: remove the typedef sctp_supported_ext_param_tXin Long
2017-07-16sctp: remove the typedef sctp_adaptation_ind_param_tXin Long
2017-07-16sctp: remove the typedef sctp_supported_addrs_param_tXin Long
2017-07-16sctp: remove the typedef sctp_ipv6addr_param_tXin Long
2017-07-16sctp: remove the typedef sctp_ipv4addr_param_tXin Long
2017-07-14sctp: fix an array overflow when all ext chunks are setXin Long
2017-07-04net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long
2017-07-01sctp: remove the typedef sctp_param_tXin Long
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_cid_tXin Long
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-13networking: use skb_put_zero()Johannes Berg
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long
2017-05-24sctp: set new_asoc temp when processing dupcookieXin Long
2017-04-21sctp: switch to copy_from_iter_full()Al Viro
2017-03-30sctp: alloc stream info when initializing asocXin Long
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long
2017-01-18sctp: add support for generating stream reconf ssn reset request chunkXin Long
2017-01-16sctp: remove unused var from sctp_process_asconfMarcelo Ricardo Leitner
2017-01-06sctp: prepare asoc stream for stream reconfXin Long