aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong1-4/+2
2013-12-26sctp: fix checkpatch errors with indentwangweidong1-24/+24
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong1-2/+2
2013-12-22sctp: remove the never used 'return' and redundant 'break'wangweidong1-11/+2
2013-12-21ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 oneHannes Frederic Sowa1-3/+0
2013-12-21Revert "sctp: fix missing include file"David S. Miller1-1/+0
2013-12-21sctp: fix missing include filesfeldma@cumulusnetworks.com1-0/+1
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-0/+3
2013-12-11sctp: remove redundant null check on asocwangweidong1-4/+2
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-09-16net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann1-2/+1
2013-08-09Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller1-2/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann1-2/+2
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer1-9/+1
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-01net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann1-3/+3
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann1-2/+2
2013-05-31sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman1-1/+1
2013-05-28sctp: Correct access to skb->{network, transport}_headerSimon Horman1-1/+1