index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
Eric Dumazet
2017-06-05
1
-0
/
+3
*
sctp: deny peeloff operation on asocs with threads sleeping on it
Marcelo Ricardo Leitner
2017-03-16
1
-2
/
+6
*
sctp: avoid BUG_ON on sctp_wait_for_sndbuf
Marcelo Ricardo Leitner
2017-03-16
1
-1
/
+2
*
sctp: assign assoc_id earlier in __sctp_connect
Marcelo Ricardo Leitner
2017-03-16
1
-2
/
+5
*
net: sctp, forbid negative length
Jiri Slaby
2017-03-16
1
-1
/
+4
*
sctp: validate chunk len before actually using it
Marcelo Ricardo Leitner
2017-02-23
1
-6
/
+6
*
sctp: do not return the transmit err back to sctp_sendmsg
Xin Long
2017-02-23
1
-11
/
+5
*
sctp: lack the check for ports in sctp_v6_cmp_addr
Xin Long
2016-05-01
1
-0
/
+2
*
sctp: fix the transports round robin issue when init is retransmitted
Xin Long
2016-05-01
2
-2
/
+2
*
sctp: Fix port hash table size computation
Neil Horman
2016-03-24
1
-9
/
+38
*
sctp: translate network order to host order when users get a hmacid
Xin Long
2016-02-25
1
-2
/
+7
*
sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
Marcelo Ricardo Leitner
2016-02-25
1
-0
/
+1
*
sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...
lucien
2016-01-28
2
-1
/
+3
*
sctp: Prevent soft lockup when sctp_accept() is called during a timeout event
Karl Heiss
2016-01-28
1
-19
/
+23
*
net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memory
Sasha Levin
2016-01-28
1
-1
/
+1
*
sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...
Xin Long
2016-01-28
2
-4
/
+5
*
ipv6: sctp: clone options to avoid use after free
Eric Dumazet
2016-01-04
1
-0
/
+8
*
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
2016-01-04
1
-0
/
+3
*
sctp: use the same clock as if sock source timestamps were on
Marcelo Ricardo Leitner
2016-01-04
1
-2
/
+2
*
ipv6: sctp: implement sctp_v6_destroy_sock()
Eric Dumazet
2015-12-18
1
-1
/
+8
*
sctp: translate host order to network order when setting a hmacid
lucien
2015-12-14
1
-2
/
+2
*
sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
lucien
2015-10-28
1
-1
/
+1
*
sctp: fix race on protocol/netns initialization
Marcelo Ricardo Leitner
2015-09-30
1
-23
/
+41
*
sctp: Fix race between OOTB responce and route removal
Alexander Sverdlin
2015-07-06
1
-1
/
+3
*
sctp: fix ASCONF list handling
Marcelo Ricardo Leitner
2015-07-06
1
-11
/
+32
*
net: sctp: fix race for one-to-many sockets in sendmsg's auto associate
Daniel Borkmann
2015-03-02
1
-0
/
+7
*
net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...
Saran Maruti Ramanara
2015-02-10
1
-1
/
+1
*
net: sctp: fix slab corruption from use after free on INIT collisions
Daniel Borkmann
2015-02-04
1
-1
/
+0
*
net: sctp: use MAX_HEADER for headroom reserve in output path
Daniel Borkmann
2014-12-15
1
-2
/
+2
*
net: sctp: fix memory leak in auth key management
Daniel Borkmann
2014-11-27
1
-2
/
+0
*
net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...
Daniel Borkmann
2014-11-27
1
-0
/
+3
*
net: sctp: fix remote memory pressure from excessive queueing
Daniel Borkmann
2014-11-13
2
-26
/
+10
*
net: sctp: fix panic on duplicate ASCONF chunks
Daniel Borkmann
2014-11-13
1
-0
/
+2
*
net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks
Daniel Borkmann
2014-11-13
2
-60
/
+57
*
sctp: handle association restarts when the socket is closed.
Vlad Yasevich
2014-10-15
1
-3
/
+16
*
sctp: fix possible seqlock seadlock in sctp_packet_transmit()
Eric Dumazet
2014-08-14
1
-1
/
+1
*
net: sctp: inherit auth_capable on INIT collisions
Daniel Borkmann
2014-07-22
1
-0
/
+1
*
net: sctp: fix information leaks in ulpevent layer
Daniel Borkmann
2014-07-14
1
-107
/
+15
*
net: sctp: check proc_dointvec result in proc_sctp_do_auth
Daniel Borkmann
2014-06-19
1
-2
/
+1
*
net: sctp: propagate sysctl errors from proc_do* properly
Daniel Borkmann
2014-06-18
1
-20
/
+23
*
net: sctp: fix permissions for rto_alpha and rto_beta knobs
Daniel Borkmann
2014-06-15
1
-4
/
+28
*
sctp: Fix sk_ack_backlog wrap-around problem
Xufeng Zhang
2014-06-12
1
-1
/
+1
*
net: sctp: fix incorrect type in gfp initializer
Daniel Borkmann
2014-06-11
1
-1
/
+1
*
net: sctp: improve sctp_select_active_and_retran_path selection
Daniel Borkmann
2014-06-11
1
-5
/
+45
*
net: sctp: migrate most recently used transport to ktime
Daniel Borkmann
2014-06-11
3
-5
/
+7
*
net: sctp: refactor active path selection
Daniel Borkmann
2014-06-11
1
-59
/
+61
*
ktime: add ktime_after and ktime_before helper
Daniel Borkmann
2014-06-11
1
-1
/
+1
*
net: Split sk_no_check into sk_no_check_{rx,tx}
Tom Herbert
2014-05-23
1
-1
/
+2
*
net: Eliminate no_check from protosw
Tom Herbert
2014-05-23
2
-4
/
+0
*
snmp: fix some left over of snmp stats
WANG Cong
2014-05-14
1
-1
/
+1
[next]