summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-01-021-2/+2
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-12-161-10/+11
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-12-161-3/+14
* net: sctp: fix array overrun read on sctp_timer_tblColin Ian King2017-12-091-1/+1
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-241-0/+4
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-241-0/+2
* sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-11-181-0/+32
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-11-181-1/+1
* sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-301-0/+2
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2017-08-111-1/+7
* sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-06-071-7/+9
* sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-06-071-0/+3
* sctp: fix src address selection if using secondary addresses for ipv6Xin Long2017-06-071-17/+29
* ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet2017-05-201-2/+1
* ipv6: sctp: add rcu protection around np->optEric Dumazet2017-05-201-3/+10
* sctp: listen on the sock only when it's state is listening or closedXin Long2017-05-081-0/+3
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-04-221-2/+6
* sctp: validate chunk len before actually using itMarcelo Ricardo Leitner2017-04-181-6/+6
* net: sctp, forbid negative lengthJiri Slaby2017-04-181-1/+4
* sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-04-181-1/+2
* sctp: lack the check for ports in sctp_v6_cmp_addrXin Long2016-07-121-0/+2
* net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin2016-02-151-1/+1
* sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2016-02-152-4/+5
* ipv6: sctp: clone options to avoid use after freeEric Dumazet2016-01-151-0/+8
* sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2016-01-151-0/+1
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-151-0/+3
* sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner2016-01-151-2/+2
* ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-141-1/+8
* sctp: translate host order to network order when setting a hmacidlucien2015-12-141-2/+2
* sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-10-271-23/+41
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-07-051-1/+3
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-07-051-11/+32
* net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara2015-02-261-1/+1
* net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann2015-02-261-1/+0
* net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-161-2/+2
* net: sctp: fix memory leak in auth key managementDaniel Borkmann2014-11-111-2/+0
* net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann2014-11-111-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-184-86/+69
|\
| * net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2014-10-142-26/+10
| * net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-10-141-0/+2
| * net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-10-142-60/+57
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-242-8/+6
| |\
| * | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-3/+16
|\ \ \
| * | | sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-061-3/+16
| | |/ | |/|
* | | net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-1/+1
|\| |
| * | net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann2014-08-291-1/+1
* | | sctp: Change sctp to implement csum_levelsTom Herbert2014-08-291-2/+6
|/ /