summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+2Star
* 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/+0Star
* sctp: prepare asoc stream for stream reconfXin Long2017-01-071-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-031-15/+0Star
|\
| * sctp: remove prsctp_param from sctp_chunkXin Long2016-09-301-15/+0Star
* | 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-141-16/+4Star
* 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-111-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-201-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-141-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-061-2/+2
* net: sctp: avoid incorrect time_t useArnd Bergmann2015-10-051-1/+1
* sctp: ASCONF-ACK with Unresolvable Address should be sentlucien2015-08-291-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-311-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
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-10-141-44/+55
* ktime: add ktime_after and ktime_before helperDaniel Borkmann2014-06-111-1/+1
* net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-191-15/+17
* net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2014-03-061-2/+2
* sctp: make sctp_addto_chunk_fixed localstephen hemminger2014-01-131-2/+4
* sctp: fix checkpatch errors with indentwangweidong2013-12-261-33/+32Star
* sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong2013-12-261-1/+1
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-261-2/+2
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star
* sctp: remove the repeat initialize with 0wangweidong2013-10-281-21/+8Star
* net: sctp: sctp_verify_init: clean up mandatory checks and add commentDaniel Borkmann2013-08-291-14/+12Star
* net: sctp: Add rudimentary infrastructure to account for control chunksVlad Yasevich2013-08-141-30/+69
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-021-11/+14
* net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2013-06-261-11/+8Star