aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long1-8/+52
2018-11-12sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long1-28/+41
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio1-2/+3
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long1-0/+1
2018-06-22rhashtable: split rhashtable.hNeilBrown1-0/+1
2018-03-27sctp: remove unnecessary asoc in sctp_has_associationXin Long1-7/+6
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens1-4/+4
2018-02-12sctp: do not pr_err for the duplicated node in transport rhlistXin Long1-4/+1
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner1-2/+6
2018-01-08sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner1-12/+12
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long1-11/+11
2017-10-20sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long1-1/+1
2017-08-03sctp: remove the typedef sctp_addip_chunk_tXin Long1-1/+1
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-10/+10
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti1-7/+9
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long1-2/+2
2017-03-01sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long1-0/+3
2017-02-19sctp: check duplicate node before inserting a new transportXin Long1-0/+13
2016-12-28sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner1-2/+15
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long1-40/+53
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long1-16/+16
2016-10-31sctp: return back transport in __sctp_rcv_init_lookupXin Long1-2/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+17
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner1-4/+4
2016-09-13sctp: hold the transport before using it in sctp_hash_cmpXin Long1-10/+17
2016-08-19sctp: linearize early if it's not GSOMarcelo Ricardo Leitner1-4/+7
2016-07-25sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner1-0/+2
2016-07-13sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner1-0/+1
2016-07-13sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner1-11/+0
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-1/+11
2016-06-03sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner1-20/+25
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet1-6/+6
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-03-20sctp: align MTU to a wordMarcelo Ricardo Leitner1-1/+2
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-1/+1
2016-02-17sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associationXin Long1-2/+2
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long1-6/+11
2016-01-17sctp: the temp asoc's transports should not be hashed/unhashedXin Long1-1/+7
2016-01-15sctp: support to lookup with ep+paddr in transport rhashtableXin Long1-15/+23
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long1-61/+0
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long1-29/+10
2016-01-05sctp: add the rhashtable apis for sctp global transport hashtableXin Long1-0/+131
2014-08-29sctp: Change sctp to implement csum_levelsTom Herbert1-2/+6
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong1-5/+0
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong1-9/+9
2014-01-21sctp: remove macros sctp_write_[un]_lockwangweidong1-8/+8
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong1-10/+10