aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-13sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner1-16/+4
2016-07-11sctp: implement prsctp PRIO policyXin Long1-1/+2
2016-07-11sctp: implement prsctp RTX policyXin Long1-0/+2
2016-07-11sctp: implement prsctp TTL policyXin Long1-0/+12
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long1-6/+6
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner1-2/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-55/+76
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-33/+47
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-33/+47
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner1-1/+2
2016-01-27sctp: Use shashHerbert Xu1-22/+29
2015-12-05sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2015-10-05net: sctp: avoid incorrect time_t useArnd Bergmann1-1/+1
2015-08-28sctp: ASCONF-ACK with Unresolvable Address should be sentlucien1-2/+13
2015-08-27sctp: asconf's process should verify address parameter is in the beginninglucien1-0/+7
2015-01-30net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_paramSaran Maruti Ramanara1-1/+1
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro1-8/+8
2014-11-24new helper: memcpy_from_msg()Al Viro1-2/+2
2014-11-11net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packetDaniel Borkmann1-0/+3
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-44/+55
2014-06-11ktime: add ktime_after and ktime_before helperDaniel Borkmann1-1/+1
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich1-15/+17
2014-03-05net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann1-2/+2
2014-01-13sctp: make sctp_addto_chunk_fixed localstephen hemminger1-2/+4
2013-12-26sctp: fix checkpatch errors with indentwangweidong1-33/+32
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong1-1/+1
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong1-2/+2
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-10-28sctp: remove the repeat initialize with 0wangweidong1-21/+8
2013-08-29net: sctp: sctp_verify_init: clean up mandatory checks and add commentDaniel Borkmann1-14/+12
2013-08-13net: sctp: Add rudimentary infrastructure to account for control chunksVlad Yasevich1-30/+69
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-11/+14
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann1-11/+8
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-6/+4
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-12net: sctp: remove unused multiple cookie keysDaniel Borkmann1-24/+7
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-2/+22
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS callMichele Baldessari1-2/+3
2012-11-20sctp: send abort chunk when max_retrans exceededNeil Horman1-0/+19
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman1-22/+25