index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
sctp: fix identification of new acks for SFR-CACC
Marcelo Ricardo Leitner
1
-25
/
+23
2018-10-21
sctp: fix the issue that the cookie-ack with auth can't get processed
Xin Long
1
-1
/
+1
2018-10-21
sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
Xin Long
1
-0
/
+3
2018-10-21
sctp: do not check port in sctp_inet6_cmp_addr
Xin Long
1
-30
/
+30
2018-10-21
sctp: do not leak kernel memory to user space
Eric Dumazet
1
-1
/
+3
2018-06-17
sctp: verify size of a new chunk in _sctp_make_chunk()
Alexey Kodanev
1
-2
/
+6
2018-03-03
sctp: do not allow the v4 socket to bind a v4mapped v6 address
Xin Long
1
-8
/
+6
2018-03-03
sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
Xin Long
1
-10
/
+6
2018-03-03
sctp: use the right sk after waking up from wait_buf sleep
Xin Long
1
-10
/
+11
2018-03-03
sctp: Replace use of sockets_allocated with specified macro.
Tonghao Zhang
1
-2
/
+2
2018-02-13
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
Eric W. Biederman
1
-0
/
+2
2018-02-13
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
1
-0
/
+2
2018-02-13
sctp: Fixup v4mapped behaviour to comply with Sock API
Jason Gunthorpe
5
-100
/
+107
2018-01-01
sctp: fix a type cast warnings that causes a_rwnd gets the wrong value
Xin Long
1
-2
/
+2
2018-01-01
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
Xin Long
1
-1
/
+1
2017-11-26
sctp: do not peel off an assoc from one netns to another one
Xin Long
1
-0
/
+4
2017-11-11
ipv6: Add rt6_get_cookie() function
Martin KaFai Lau
1
-1
/
+1
2017-06-05
sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
Eric Dumazet
1
-0
/
+3
2017-03-16
sctp: deny peeloff operation on asocs with threads sleeping on it
Marcelo Ricardo Leitner
1
-2
/
+6
2017-03-16
sctp: avoid BUG_ON on sctp_wait_for_sndbuf
Marcelo Ricardo Leitner
1
-1
/
+2
2017-03-16
sctp: assign assoc_id earlier in __sctp_connect
Marcelo Ricardo Leitner
1
-2
/
+5
2017-03-16
net: sctp, forbid negative length
Jiri Slaby
1
-1
/
+4
2017-02-23
sctp: validate chunk len before actually using it
Marcelo Ricardo Leitner
1
-6
/
+6
2017-02-23
sctp: do not return the transmit err back to sctp_sendmsg
Xin Long
1
-11
/
+5
2016-05-01
sctp: lack the check for ports in sctp_v6_cmp_addr
Xin Long
1
-0
/
+2
2016-05-01
sctp: fix the transports round robin issue when init is retransmitted
Xin Long
2
-2
/
+2
2016-03-24
sctp: Fix port hash table size computation
Neil Horman
1
-9
/
+38
2016-02-25
sctp: translate network order to host order when users get a hmacid
Xin Long
1
-2
/
+7
2016-02-25
sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
Marcelo Ricardo Leitner
1
-0
/
+1
2016-01-28
sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...
lucien
2
-1
/
+3
2016-01-28
sctp: Prevent soft lockup when sctp_accept() is called during a timeout event
Karl Heiss
1
-19
/
+23
2016-01-28
net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
Sasha Levin
1
-1
/
+1
2016-01-28
sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...
Xin Long
2
-4
/
+5
2016-01-04
ipv6: sctp: clone options to avoid use after free
Eric Dumazet
1
-0
/
+8
2016-01-04
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
1
-0
/
+3
2016-01-04
sctp: use the same clock as if sock source timestamps were on
Marcelo Ricardo Leitner
1
-2
/
+2
2015-12-18
ipv6: sctp: implement sctp_v6_destroy_sock()
Eric Dumazet
1
-1
/
+8
2015-12-14
sctp: translate host order to network order when setting a hmacid
lucien
1
-2
/
+2
2015-10-28
sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
lucien
1
-1
/
+1
2015-09-30
sctp: fix race on protocol/netns initialization
Marcelo Ricardo Leitner
1
-23
/
+41
2015-07-06
sctp: Fix race between OOTB responce and route removal
Alexander Sverdlin
1
-1
/
+3
2015-07-06
sctp: fix ASCONF list handling
Marcelo Ricardo Leitner
1
-11
/
+32
2015-03-02
net: sctp: fix race for one-to-many sockets in sendmsg's auto associate
Daniel Borkmann
1
-0
/
+7
2015-02-10
net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...
Saran Maruti Ramanara
1
-1
/
+1
2015-02-04
net: sctp: fix slab corruption from use after free on INIT collisions
Daniel Borkmann
1
-1
/
+0
2014-12-15
net: sctp: use MAX_HEADER for headroom reserve in output path
Daniel Borkmann
1
-2
/
+2
2014-11-27
net: sctp: fix memory leak in auth key management
Daniel Borkmann
1
-2
/
+0
2014-11-27
net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...
Daniel Borkmann
1
-0
/
+3
2014-11-13
net: sctp: fix remote memory pressure from excessive queueing
Daniel Borkmann
2
-26
/
+10
2014-11-13
net: sctp: fix panic on duplicate ASCONF chunks
Daniel Borkmann
1
-0
/
+2
[next]