index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: read sk->sk_bound_dev_if once in sctp_rcv()
Eric Dumazet
2022-05-16
1
-1
/
+3
*
sctp: move hlist_node and hashent out of sctp_ep_common
Xin Long
2021-12-23
1
-17
/
+10
*
sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb
Xin Long
2021-09-24
1
-1
/
+1
*
sctp: fix return value check in __sctp_rcv_asconf_lookup
Marcelo Ricardo Leitner
2021-07-28
1
-1
/
+1
*
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-06-30
1
-57
/
+87
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-29
1
-3
/
+8
|
|
\
|
|
*
sctp: validate chunk size in __rcv_asconf_lookup
Marcelo Ricardo Leitner
2021-06-28
1
-0
/
+3
|
|
*
sctp: add size validation when walking chunks
Marcelo Ricardo Leitner
2021-06-28
1
-1
/
+1
|
|
*
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
2021-06-28
1
-2
/
+4
|
*
|
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
1
-1
/
+1
|
*
|
sctp: process sctp over udp icmp err on sctp side
Xin Long
2021-06-22
1
-0
/
+30
|
*
|
sctp: extract sctp_v4_err_handle function from sctp_v4_err
Xin Long
2021-06-22
1
-57
/
+49
|
*
|
sctp: do state transition when receiving an icmp TOOBIG packet
Xin Long
2021-06-22
1
-1
/
+3
|
|
/
*
/
sctp: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-17
1
-1
/
+2
|
/
*
sctp: change to hold/put transport for proto_unreach_timer
Xin Long
2020-11-14
1
-2
/
+2
*
sctp: Add missing annotation for sctp_err_finish()
Jules Irenge
2020-02-24
1
-0
/
+1
*
sctp: get netns from asoc and ep base
Xin Long
2019-12-09
1
-3
/
+2
*
sctp: cache netns in sctp_ep_common
Xin Long
2019-11-23
1
-2
/
+2
*
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
2019-10-09
1
-3
/
+3
*
sctp: add chunks to sk_backlog when the newsk sk_socket is not set
Xin Long
2019-10-09
1
-3
/
+9
*
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
2019-10-01
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
2019-05-24
1
-16
/
+1
*
sctp: add sock_reuseport for the sock in __sctp_hash_endpoint
Xin Long
2018-11-12
1
-8
/
+52
*
sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpoint
Xin Long
2018-11-12
1
-28
/
+41
*
net: Convert protocol error handlers from void to int
Stefano Brivio
2018-11-08
1
-2
/
+3
*
sctp: use the pmtu from the icmp packet to update transport pathmtu
Xin Long
2018-10-15
1
-0
/
+1
*
rhashtable: split rhashtable.h
NeilBrown
2018-06-22
1
-0
/
+1
*
sctp: remove unnecessary asoc in sctp_has_association
Xin Long
2018-03-27
1
-7
/
+6
*
net: use skb_is_gso_sctp() instead of open-coding
Daniel Axtens
2018-03-09
1
-4
/
+4
*
sctp: do not pr_err for the duplicated node in transport rhlist
Xin Long
2018-02-12
1
-4
/
+1
*
sctp: fix the handling of ICMP Frag Needed for too small MTUs
Marcelo Ricardo Leitner
2018-01-08
1
-2
/
+6
*
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
Marcelo Ricardo Leitner
2018-01-08
1
-12
/
+12
*
sctp: fix some type cast warnings introduced by transport rhashtable
Xin Long
2017-10-29
1
-11
/
+11
*
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
Xin Long
2017-10-20
1
-1
/
+1
*
sctp: remove the typedef sctp_addip_chunk_t
Xin Long
2017-08-03
1
-1
/
+1
*
sctp: remove the typedef sctp_init_chunk_t
Xin Long
2017-07-01
1
-2
/
+2
*
sctp: remove the typedef sctp_chunkhdr_t
Xin Long
2017-07-01
1
-10
/
+10
*
sctp: fix ICMP processing if skb is non-linear
Davide Caratti
2017-05-26
1
-7
/
+9
*
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
2017-04-05
1
-2
/
+2
*
sctp: call rcu_read_lock before checking for duplicate transport nodes
Xin Long
2017-03-01
1
-0
/
+3
*
sctp: check duplicate node before inserting a new transport
Xin Long
2017-02-19
1
-0
/
+13
*
sctp: add pr_debug for tracking asocs not found
Marcelo Ricardo Leitner
2016-12-28
1
-2
/
+15
*
sctp: use new rhlist interface on sctp transport rhashtable
Xin Long
2016-11-16
1
-40
/
+53
*
sctp: hold transport instead of assoc when lookup assoc in rx path
Xin Long
2016-10-31
1
-16
/
+16
*
sctp: return back transport in __sctp_rcv_init_lookup
Xin Long
2016-10-31
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-23
1
-10
/
+17
|
\
|
*
sctp: hold the transport before using it in sctp_hash_cmp
Xin Long
2016-09-13
1
-10
/
+17
*
|
sctp: rename WORD_TRUNC/ROUND macros
Marcelo Ricardo Leitner
2016-09-22
1
-4
/
+4
|
/
*
sctp: linearize early if it's not GSO
Marcelo Ricardo Leitner
2016-08-19
1
-4
/
+7
*
sctp: fix BH handling on socket backlog
Marcelo Ricardo Leitner
2016-07-25
1
-0
/
+2
[next]