index
:
linux-stable.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.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: use call_rcu to free endpoint
Xin Long
2022-01-05
3
-22
/
+36
*
sctp: add vtag check in sctp_sf_ootb
Xin Long
2021-11-02
1
-0
/
+3
*
sctp: add vtag check in sctp_sf_do_8_5_1_E_sa
Xin Long
2021-11-02
1
-6
/
+3
*
sctp: add vtag check in sctp_sf_violation
Xin Long
2021-11-02
1
-0
/
+3
*
sctp: fix the processing for COOKIE_ECHO chunk
Xin Long
2021-11-02
1
-4
/
+10
*
sctp: use init_tag from inithdr for ABORT chunk
Xin Long
2021-11-02
1
-0
/
+1
*
sctp: account stream padding length for reconf chunk
Eiichi Tsukata
2021-10-20
1
-1
/
+1
*
sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb
Xin Long
2021-10-06
1
-1
/
+1
*
sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
Marcelo Ricardo Leitner
2021-09-26
1
-3
/
+10
*
sctp: validate chunk size in __rcv_asconf_lookup
Marcelo Ricardo Leitner
2021-09-26
1
-0
/
+3
*
sctp: move the active_key update after sh_keys is added
Xin Long
2021-08-12
1
-5
/
+9
*
sctp: fix return value check in __sctp_rcv_asconf_lookup
Marcelo Ricardo Leitner
2021-08-04
1
-1
/
+1
*
sctp: move 198 addresses from unusable to private scope
Xin Long
2021-07-31
1
-1
/
+2
*
sctp: update active_key for asoc when old key is being replaced
Xin Long
2021-07-28
1
-0
/
+2
*
sctp: add size validation when walking chunks
Marcelo Ricardo Leitner
2021-07-20
1
-1
/
+1
*
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
2021-07-20
5
-25
/
+43
*
sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b
Xin Long
2021-05-22
1
-1
/
+2
*
sctp: do asoc update earlier in sctp_sf_do_dupcook_a
Xin Long
2021-05-22
1
-5
/
+20
*
sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
Gustavo A. R. Silva
2021-05-22
1
-1
/
+1
*
sctp: delay auto_asconf init until binding the first addr
Xin Long
2021-05-22
1
-14
/
+17
*
Revert "net/sctp: fix race condition in sctp_destroy_sock"
Xin Long
2021-05-22
1
-5
/
+8
*
net/sctp: fix race condition in sctp_destroy_sock
Or Cohen
2021-04-28
1
-8
/
+5
*
net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()
Maciej Żenczykowski
2021-04-14
1
-4
/
+3
*
net: fix iteration for sctp transport seq_files
NeilBrown
2021-02-23
1
-4
/
+12
*
sctp: change to hold/put transport for proto_unreach_timer
Xin Long
2020-11-24
3
-5
/
+5
*
sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
Petr Malat
2020-11-10
1
-2
/
+2
*
sctp: fix sctp_auth_init_hmacs() error path
Eric Dumazet
2020-10-14
1
-0
/
+1
*
sctp: move trace_sctp_probe_path into sctp_outq_sack
Kevin Kou
2020-10-01
1
-0
/
+6
*
sctp: not disable bh in the whole sctp_get_port_local()
Xin Long
2020-09-12
1
-10
/
+6
*
sctp: implement memory accounting on tx path
Xin Long
2020-08-05
1
-2
/
+8
*
sctp: shrink stream outq when fails to do addstream reconf
Xin Long
2020-07-31
1
-2
/
+4
*
sctp: shrink stream outq only when new outcnt < old outcnt
Xin Long
2020-07-31
1
-7
/
+14
*
sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
Marcelo Ricardo Leitner
2020-06-30
3
-2
/
+7
*
sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...
Jere Leppänen
2020-06-03
1
-4
/
+5
*
sctp: Don't add the shutdown timer if its already been added
Neil Horman
2020-06-03
1
-3
/
+11
*
sctp: Fix bundling of SHUTDOWN with COOKIE-ACK
Jere Leppänen
2020-05-14
1
-3
/
+3
*
sctp: Fix SHUTDOWN CTSN Ack in the peer restart case
Jere Leppänen
2020-05-10
1
-1
/
+5
*
net: ipv6: add net argument to ip6_dst_lookup_flow
Sabrina Dubroca
2020-04-29
1
-2
/
+2
*
sctp: fix possibly using a bad saddr with a given dst
Marcelo Ricardo Leitner
2020-04-13
2
-15
/
+33
*
sctp: fix refcount bug in sctp_wfree
Qiujun Huang
2020-04-13
1
-8
/
+23
*
inet_diag: return classid for all socket types
Dmitry Yakunin
2020-03-18
1
-6
/
+2
*
sctp: move the format error check out of __sctp_sf_do_9_1_abort
Xin Long
2020-03-05
1
-9
/
+20
*
sctp: add chunks to sk_backlog when the newsk sk_socket is not set
Xin Long
2020-01-27
1
-3
/
+9
*
sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY
Xin Long
2020-01-12
1
-10
/
+18
*
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
2020-01-04
1
-1
/
+1
*
sctp: fully initialize v4 addr in some functions
Xin Long
2019-12-31
1
-0
/
+5
*
sctp: frag_point sanity check
Jakub Audykowicz
2019-12-13
2
-2
/
+7
*
sctp: increase sk_wmem_alloc when head->truesize is increased
Xin Long
2019-12-13
1
-0
/
+1
*
sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit
Xin Long
2019-12-13
1
-20
/
+1
*
sctp: cache netns in sctp_ep_common
Xin Long
2019-12-05
3
-2
/
+4
[next]