summaryrefslogtreecommitdiff
path: root/include/net/sctp
AgeCommit message (Expand)Author
2012-01-11sctp: fix incorrect overflow check on autocloseXi Wang
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf
2011-06-05include/net: Remove unnecessary semicolonsJoe Perches
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda
2011-06-02sctp: Allow regular C expression in 4th argument for SCTP_DEBUG_PRINTK_IPADDR...YOSHIFUJI Hideaki
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller
2011-05-07net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan
2011-04-27sctp: clean up route lookup callsVlad Yasevich
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich
2011-04-20sctp: remove redundant check when walking through a list of TLV parametersShan Wei
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei
2011-04-19sctp: delete unused macro definition of sctp_chunk_is_controlShan Wei
2011-04-01sctp: fix auth_hmacs field's length of struct sctp_cookieWei Yongjun
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-19sctp: user perfect name for Delayed SACK Timer optionShan Wei
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-11-29sctp: kill unused macros in head fileShan Wei
2010-11-28sctp: kill unused macro definitionShan Wei
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-09-23net: return operator cleanupEric Dumazet
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches
2010-06-03net: use __packed annotationEric Dumazet
2010-05-26sctp: dubious bitfields in sctp_transportDan Carpenter
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich
2010-04-30sctp: update transport initializationsVlad Yasevich
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich
2010-04-30sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun
2010-04-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich