index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
2018-05-25
sctp: delay the authentication for the duplicated cookie-echo chunk
Xin Long
2018-05-25
sctp: fix the issue that the cookie-ack with auth can't get processed
Xin Long
2018-05-25
sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
Xin Long
2018-04-13
sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
Eric Dumazet
2018-04-13
sctp: do not leak kernel memory to user space
Eric Dumazet
2018-04-13
sctp: fix recursive locking warning in sctp_do_peeloff
Xin Long
2018-03-18
fixup: sctp: verify size of a new chunk in _sctp_make_chunk()
Greg Kroah-Hartman
2018-03-11
sctp: verify size of a new chunk in _sctp_make_chunk()
Alexey Kodanev
2018-03-11
sctp: fix dst refcnt leak in sctp_v6_get_dst()
Alexey Kodanev
2018-03-03
sctp: make use of pre-calculated len
Marcelo Ricardo Leitner
2018-01-31
sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
Xin Long
2018-01-31
sctp: do not allow the v4 socket to bind a v4mapped v6 address
Xin Long
2018-01-02
sctp: Replace use of sockets_allocated with specified macro.
Tonghao Zhang
2017-12-16
sctp: use the right sk after waking up from wait_buf sleep
Xin Long
2017-12-16
sctp: do not free asoc when it is already dead in sctp_sendmsg
Xin Long
2017-12-09
net: sctp: fix array overrun read on sctp_timer_tbl
Colin Ian King
2017-11-24
sctp: do not peel off an assoc from one netns to another one
Xin Long
2017-11-24
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
Eric W. Biederman
2017-11-18
sctp: reset owner sk for data chunks on out queues when migrating a sock
Xin Long
2017-11-18
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
Xin Long
2017-08-30
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
2017-08-11
net: sctp: fix race for one-to-many sockets in sendmsg's auto associate
Daniel Borkmann
2017-06-07
sctp: fix ICMP processing if skb is non-linear
Davide Caratti
2017-06-07
sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
Eric Dumazet
2017-06-07
sctp: fix src address selection if using secondary addresses for ipv6
Xin Long
2017-05-20
ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()
Eric Dumazet
2017-05-20
ipv6: sctp: add rcu protection around np->opt
Eric Dumazet
2017-05-08
sctp: listen on the sock only when it's state is listening or closed
Xin Long
2017-04-22
sctp: deny peeloff operation on asocs with threads sleeping on it
Marcelo Ricardo Leitner
2017-04-18
sctp: validate chunk len before actually using it
Marcelo Ricardo Leitner
2017-04-18
net: sctp, forbid negative length
Jiri Slaby
2017-04-18
sctp: avoid BUG_ON on sctp_wait_for_sndbuf
Marcelo Ricardo Leitner
2016-07-12
sctp: lack the check for ports in sctp_v6_cmp_addr
Xin Long
2016-02-15
net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
Sasha Levin
2016-02-15
sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...
Xin Long
2016-01-15
ipv6: sctp: clone options to avoid use after free
Eric Dumazet
2016-01-15
sctp: also copy sk_tsflags when copying the socket
Marcelo Ricardo Leitner
2016-01-15
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
2016-01-15
sctp: use the same clock as if sock source timestamps were on
Marcelo Ricardo Leitner
2015-12-14
ipv6: sctp: implement sctp_v6_destroy_sock()
Eric Dumazet
2015-12-14
sctp: translate host order to network order when setting a hmacid
lucien
2015-10-27
sctp: fix race on protocol/netns initialization
Marcelo Ricardo Leitner
2015-07-05
sctp: Fix race between OOTB responce and route removal
Alexander Sverdlin
2015-07-05
sctp: fix ASCONF list handling
Marcelo Ricardo Leitner
2015-02-26
net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...
Saran Maruti Ramanara
2015-02-26
net: sctp: fix slab corruption from use after free on INIT collisions
Daniel Borkmann
2014-12-16
net: sctp: use MAX_HEADER for headroom reserve in output path
Daniel Borkmann
2014-11-11
net: sctp: fix memory leak in auth key management
Daniel Borkmann
2014-11-11
net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...
Daniel Borkmann
2014-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
[next]