aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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