aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda1-0/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-0/+1
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev1-0/+1
2011-08-24sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+2
2011-07-08sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socketThomas Graf1-1/+1
2011-07-07sctp: Enforce retransmission limit during shutdownThomas Graf1-0/+1
2011-06-05include/net: Remove unnecessary semicolonsJoe Perches1-2/+2
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda1-0/+2
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda1-0/+1
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda2-0/+17
2011-06-02sctp: Allow regular C expression in 4th argument for SCTP_DEBUG_PRINTK_IPADDR macro.YOSHIFUJI Hideaki1-4/+5
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2-1/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds7-29/+54
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller1-0/+1
2011-05-07net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan1-1/+0
2011-04-27sctp: clean up route lookup callsVlad Yasevich1-2/+1
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich1-1/+0
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich1-8/+6
2011-04-21sctp: implement event notification SCTP_SENDER_DRY_EVENTWei Yongjun3-0/+21
2011-04-21sctp: change auth event type name to SCTP_AUTHENTICATION_EVENTWei Yongjun1-1/+2
2011-04-21sctp: implement socket option SCTP_GET_ASSOC_ID_LISTWei Yongjun1-0/+13
2011-04-20sctp: make heartbeat information in sctp_make_heartbeat()Wei Yongjun1-3/+1
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun1-1/+1
2011-04-20sctp: remove completely unsed EMPTY stateVlad Yasevich1-9/+8
2011-04-20sctp: remove redundant check when walking through a list of TLV parametersShan Wei1-2/+0
2011-04-19sctp: kill abandoned SCTP_CMD_TRANSMIT commandShan Wei1-1/+0
2011-04-19sctp: delete unused macro definition of sctp_chunk_is_controlShan Wei1-1/+0
2011-04-01sctp: fix auth_hmacs field's length of struct sctp_cookieWei Yongjun1-1/+1
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-01-19sctp: user perfect name for Delayed SACK Timer optionShan Wei1-0/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-11-29sctp: kill unused macros in head fileShan Wei2-5/+0
2010-11-28sctp: kill unused macro definitionShan Wei1-14/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-2/+2
2010-09-23net: return operator cleanupEric Dumazet4-13/+13
2010-08-26net/sctp: Use pr_fmt and pr_<level>Joe Perches1-18/+30
2010-06-03net: use __packed annotationEric Dumazet1-2/+2
2010-05-26sctp: dubious bitfields in sctp_transportDan Carpenter1-1/+1
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+4
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2-0/+4
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller3-34/+36
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+3
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich1-5/+3
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich1-6/+6
2010-04-30sctp: update transport initializationsVlad Yasevich1-1/+1
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich1-22/+27
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich1-2/+1
2010-04-30sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun1-1/+1