aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-2/+1
2012-10-04sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel1-1/+1
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman1-1/+1
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman1-1/+3
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman1-11/+11
2012-08-14sctp: Make the ctl_sock per network namespaceEric W. Biederman1-2/+2
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman1-24/+40