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