index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
1
-3
/
+3
2019-10-09
sctp: add chunks to sk_backlog when the newsk sk_socket is not set
Xin Long
1
-3
/
+9
2019-10-01
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
1
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
1
-16
/
+1
2018-11-12
sctp: add sock_reuseport for the sock in __sctp_hash_endpoint
Xin Long
1
-8
/
+52
2018-11-12
sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpoint
Xin Long
1
-28
/
+41
2018-11-08
net: Convert protocol error handlers from void to int
Stefano Brivio
1
-2
/
+3
2018-10-15
sctp: use the pmtu from the icmp packet to update transport pathmtu
Xin Long
1
-0
/
+1
2018-06-22
rhashtable: split rhashtable.h
NeilBrown
1
-0
/
+1
2018-03-27
sctp: remove unnecessary asoc in sctp_has_association
Xin Long
1
-7
/
+6
2018-03-09
net: use skb_is_gso_sctp() instead of open-coding
Daniel Axtens
1
-4
/
+4
2018-02-12
sctp: do not pr_err for the duplicated node in transport rhlist
Xin Long
1
-4
/
+1
2018-01-08
sctp: fix the handling of ICMP Frag Needed for too small MTUs
Marcelo Ricardo Leitner
1
-2
/
+6
2018-01-08
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
Marcelo Ricardo Leitner
1
-12
/
+12
2017-10-29
sctp: fix some type cast warnings introduced by transport rhashtable
Xin Long
1
-11
/
+11
2017-10-20
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
Xin Long
1
-1
/
+1
2017-08-03
sctp: remove the typedef sctp_addip_chunk_t
Xin Long
1
-1
/
+1
2017-07-01
sctp: remove the typedef sctp_init_chunk_t
Xin Long
1
-2
/
+2
2017-07-01
sctp: remove the typedef sctp_chunkhdr_t
Xin Long
1
-10
/
+10
2017-05-26
sctp: fix ICMP processing if skb is non-linear
Davide Caratti
1
-7
/
+9
2017-04-05
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
1
-2
/
+2
2017-03-01
sctp: call rcu_read_lock before checking for duplicate transport nodes
Xin Long
1
-0
/
+3
2017-02-19
sctp: check duplicate node before inserting a new transport
Xin Long
1
-0
/
+13
2016-12-28
sctp: add pr_debug for tracking asocs not found
Marcelo Ricardo Leitner
1
-2
/
+15
2016-11-16
sctp: use new rhlist interface on sctp transport rhashtable
Xin Long
1
-40
/
+53
2016-10-31
sctp: hold transport instead of assoc when lookup assoc in rx path
Xin Long
1
-16
/
+16
2016-10-31
sctp: return back transport in __sctp_rcv_init_lookup
Xin Long
1
-2
/
+1
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+17
2016-09-22
sctp: rename WORD_TRUNC/ROUND macros
Marcelo Ricardo Leitner
1
-4
/
+4
2016-09-13
sctp: hold the transport before using it in sctp_hash_cmp
Xin Long
1
-10
/
+17
2016-08-19
sctp: linearize early if it's not GSO
Marcelo Ricardo Leitner
1
-4
/
+7
2016-07-25
sctp: fix BH handling on socket backlog
Marcelo Ricardo Leitner
1
-0
/
+2
2016-07-13
sctp: avoid identifying address family many times for a chunk
Marcelo Ricardo Leitner
1
-0
/
+1
2016-07-13
sctp: allow others to use sctp_input_cb
Marcelo Ricardo Leitner
1
-11
/
+0
2016-06-03
sctp: Add GSO support
Marcelo Ricardo Leitner
1
-1
/
+11
2016-06-03
sctp: delay as much as possible skb_linearize
Marcelo Ricardo Leitner
1
-20
/
+25
2016-04-27
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
1
-1
/
+1
2016-04-27
net: sctp: rename SCTP_INC_STATS_BH()
Eric Dumazet
1
-6
/
+6
2016-04-27
net: rename ICMP_INC_STATS_BH()
Eric Dumazet
1
-1
/
+1
2016-03-20
sctp: align MTU to a word
Marcelo Ricardo Leitner
1
-1
/
+2
2016-03-13
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
1
-1
/
+1
2016-02-17
sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ...
Xin Long
1
-2
/
+2
2016-01-28
sctp: fix the transport dead race check by using atomic_add_unless on refcnt
Xin Long
1
-6
/
+11
2016-01-17
sctp: the temp asoc's transports should not be hashed/unhashed
Xin Long
1
-1
/
+7
2016-01-15
sctp: support to lookup with ep+paddr in transport rhashtable
Xin Long
1
-15
/
+23
2016-01-05
sctp: drop the old assoc hashtable of sctp
Xin Long
1
-61
/
+0
2016-01-05
sctp: apply rhashtable api to send/recv path
Xin Long
1
-29
/
+10
2016-01-05
sctp: add the rhashtable apis for sctp global transport hashtable
Xin Long
1
-0
/
+131
2014-08-29
sctp: Change sctp to implement csum_levels
Tom Herbert
1
-2
/
+6
2014-07-31
net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS
Duan Jiong
1
-5
/
+0
[next]