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-04-12
sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
Eric Dumazet
2018-04-12
sctp: do not leak kernel memory to user space
Eric Dumazet
2018-03-08
sctp: fix dst refcnt leak in sctp_v6_get_dst()
Alexey Kodanev
2018-03-08
sctp: do not pr_err for the duplicated node in transport rhlist
Xin Long
2018-03-08
sctp: fix dst refcnt leak in sctp_v4_get_dst
Tommi Rantala
2018-03-08
sctp: verify size of a new chunk in _sctp_make_chunk()
Alexey Kodanev
2018-03-03
sctp: make use of pre-calculated len
Marcelo Ricardo Leitner
2018-03-03
sctp: add a ceiling to optlen in some sockopts
Marcelo Ricardo Leitner
2018-03-03
sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege
Xin Long
2018-02-25
sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...
Xin Long
2018-02-25
sctp: set frag_point in sctp_setsockopt_maxseg correctly
Xin Long
2018-02-03
sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
Xin Long
2018-02-03
sctp: avoid flushing unsent queue when doing asoc reset
Xin Long
2018-02-03
sctp: only allow the asoc reset when the asoc outq is empty
Xin Long
2018-01-31
sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
Xin Long
2018-01-31
gso: validate gso_type in GSO handlers
Willem de Bruijn
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-17
sctp: fix the handling of ICMP Frag Needed for too small MTUs
Marcelo Ricardo Leitner
2018-01-17
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
Marcelo Ricardo Leitner
2018-01-02
sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams
Xin Long
2018-01-02
sctp: Replace use of sockets_allocated with specified macro.
Tonghao Zhang
2017-12-25
sctp: silence warns on sctp_stream_init allocations
Marcelo Ricardo Leitner
2017-12-17
sctp: use right member as the param of list_for_each_entry
Xin Long
2017-12-14
sctp: use the right sk after waking up from wait_buf sleep
Xin Long
2017-12-14
sctp: do not free asoc when it is already dead in sctp_sendmsg
Xin Long
2017-11-24
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
Eric W. Biederman
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-29
sctp: fix some type cast warnings introduced since very beginning
Xin Long
2017-10-29
sctp: fix a type cast warnings that causes a_rwnd gets the wrong value
Xin Long
2017-10-29
sctp: fix some type cast warnings introduced by transport rhashtable
Xin Long
2017-10-29
sctp: fix some type cast warnings introduced by stream reconf
Xin Long
2017-10-29
sctp: reset owner sk for data chunks on out queues when migrating a sock
Xin Long
2017-10-24
sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND
Laszlo Toth
2017-10-20
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
Xin Long
2017-10-19
sctp: do not peel off an assoc from one netns to another one
Xin Long
2017-09-26
sctp: Fix a big endian bug in sctp_diag_dump()
Dan Carpenter
2017-09-15
sctp: do not mark sk dumped when inet_sctp_diag_fill returns err
Xin Long
2017-09-15
sctp: fix an use-after-free issue in sctp_sock_dump
Xin Long
2017-09-08
sctp: fix missing wake ups in some situations
Marcelo Ricardo Leitner
2017-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-23
sctp: Avoid out-of-bounds reads from address storage
Stefano Brivio
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-18
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
2017-08-11
sctp: fix some indents in sm_make_chunk.c
Xin Long
2017-08-11
sctp: remove the typedef sctp_disposition_t
Xin Long
2017-08-11
sctp: remove the typedef sctp_sm_table_entry_t
Xin Long
2017-08-11
sctp: remove the typedef sctp_verb_t
Xin Long
2017-08-11
sctp: remove the typedef sctp_arg_t
Xin Long
[next]