summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-2/+2
* 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/+1
* 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/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1
* 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/+4
* sctp: switch to copy_from_iter_full()Al Viro2017-04-211-3/+1
* sctp: alloc stream info when initializing asocXin Long2017-03-301-7/+2
* sctp: add a function to verify the sctp reconf chunkXin Long2017-02-191-0/+59
* sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2017-02-191-7/+1
* sctp: add support for generating stream reconf resp chunkXin Long2017-02-191-0/+74
* sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long2017-02-091-0/+46
* sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long2017-02-091-0/+29
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-071-4/+2
* sctp: add reconf_enable in asoc ep and netnsXin Long2017-01-181-0/+15
* sctp: add support for generating stream reconf ssn reset request chunkXin Long2017-01-181-0/+121
* sctp: remove unused var from sctp_process_asconfMarcelo Ricardo Leitner2017-01-161-2/+0
* sctp: prepare asoc stream for stream reconfXin Long2017-01-061-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-15/+0
|\
| * sctp: remove prsctp_param from sctp_chunkXin Long2016-09-301-15/+0
* | sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner2016-09-221-14/+14
|/
* sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner2016-07-131-16/+4
* sctp: implement prsctp PRIO policyXin Long2016-07-111-1/+2
* sctp: implement prsctp RTX policyXin Long2016-07-111-0/+2
* sctp: implement prsctp TTL policyXin Long2016-07-111-0/+12
* sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long2016-07-111-6/+6
* sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner2016-04-101-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-191-55/+76
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-33/+47
| |\
| | * sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner2016-03-131-33/+47
| * | sctp: Use shashHerbert Xu2016-01-271-22/+29
| |/
* | sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner2016-03-081-1/+2
|/
* sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner2015-12-051-2/+2
* net: sctp: avoid incorrect time_t useArnd Bergmann2015-10-051-1/+1
* sctp: ASCONF-ACK with Unresolvable Address should be sentlucien2015-08-281-2/+13
* sctp: asconf's process should verify address parameter is in the beginninglucien2015-08-271-0/+7
* net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara2015-01-301-1/+1
* switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-241-8/+8
* new helper: memcpy_from_msg()Al Viro2014-11-241-2/+2
* net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann2014-11-111-0/+3
OpenPOWER on IntegriCloud