summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
AgeCommit message (Expand)AuthorLines
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf-1/+1
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf-0/+1
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun-1/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-29/+54
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller-0/+1
2011-05-07net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan-1/+0
2011-04-27sctp: clean up route lookup callsVlad Yasevich-2/+1
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich-1/+0
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich-8/+6
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun-0/+21
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun-1/+2
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun-0/+13
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun-3/+1
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun-1/+1
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich-9/+8
2011-04-20sctp: remove redundant check when walking through a list of TLV parametersShan Wei-2/+0
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei-1/+0
2011-04-19sctp: delete unused macro definition of sctp_chunk_is_controlShan Wei-1/+0
2011-04-01sctp: fix auth_hmacs field's length of struct sctp_cookieWei Yongjun-1/+1
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-0/+1
2011-01-19sctp: user perfect name for Delayed SACK Timer optionShan Wei-0/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-2/+2
2010-11-29sctp: kill unused macros in head fileShan Wei-5/+0
2010-11-28sctp: kill unused macro definitionShan Wei-14/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-2/+2
2010-09-23net: return operator cleanupEric Dumazet-13/+13
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches-18/+30
2010-06-03net: use __packed annotationEric Dumazet-2/+2
2010-05-26sctp: dubious bitfields in sctp_transportDan Carpenter-1/+1
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+4
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich-0/+4
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller-34/+36
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+3
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich-5/+3
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich-6/+6
2010-04-30sctp: update transport initializationsVlad Yasevich-1/+1
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich-22/+27
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich-2/+1
2010-04-30sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun-1/+1
2010-04-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman-0/+1
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich-0/+1
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun-0/+1
2010-03-21net: snmp mib cleanupEric Dumazet-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+0
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul-1/+0
2009-11-23sctp: Update max.burst implementationVlad Yasevich-0/+4
2009-11-23sctp: Turn the enum socket options into definesVlad Yasevich-82/+43