aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich1-4/+5
2008-09-18sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich1-4/+5
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-1/+1
2008-07-18sctp: Prevent uninitialized memory accessFlorian Westphal1-0/+1
2008-06-20sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich1-1/+0
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich1-0/+1
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+11
2008-06-16sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich1-2/+11
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-9/+12
2008-06-04sctp: retran_path update bug fixGui Jianfeng1-9/+12
2008-05-09sctp: Bring SCTP_DELAYED_ACK socket option into API complianceWei Yongjun1-0/+3
2008-04-12[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.Robert P. J. Day1-20/+14
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-02-06[SCTP]: Fix kernel panic while received ASCONF chunk with bad serial numberWei Yongjun1-3/+3
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2008-01-28[SCTP]: Update ASCONF processing to conform to spec.Vlad Yasevich1-2/+56
2008-01-28[SCTP]: Handle the wildcard ADD-IP Address parameterVlad Yasevich1-0/+17
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-5/+3
2007-11-07SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich1-2/+6
2007-11-07SCTP: Correctly disable ADD-IP when AUTH is not supported.Vlad Yasevich1-1/+1
2007-10-10[SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich1-0/+10
2007-10-10[SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich1-1/+20
2007-10-10[SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich1-0/+34
2007-09-16[SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich1-12/+2
2007-08-30SCTP: Uncomfirmed transports can't become InactiveVlad Yasevich1-1/+6
2007-06-13[SCTP] Flag a pmtu change requestVlad Yasevich1-0/+4
2007-05-04[SCTP]: Set assoc_id correctly during INIT collision.Vlad Yasevich1-0/+29
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-04-25[SCTP]: Implement SCTP_MAX_BURST socket option.Vlad Yasevich1-1/+1
2007-04-25[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE eventVlad Yasevich1-1/+9
2007-03-20[SCTP]: Reset some transport and association variables on restartVlad Yasevich1-0/+9
2007-03-20[SCTP]: Clean up stale data during association restartVlad Yasevich1-0/+6
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki1-5/+5
2006-12-13[SCTP]: Add support for SCTP_CONTEXT socket option.Ivan Skytte Jorgensen1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-10/+12
2006-12-02[SCTP]: We need to be careful when copying to sockaddr_storage.Al Viro1-1/+1
2006-12-02[SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions.Al Viro1-7/+7
2006-12-02[SCTP]: Switch sctp_assoc_add_peer() to net-endian.Al Viro1-7/+5
2006-12-02[SCTP]: sctp_transport_{init,new}() switched to net-endian.Al Viro1-1/+1
2006-12-02[SCTP]: Switch sctp_assoc_is_match to net-endian.Al Viro1-7/+4
2006-12-02[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.Al Viro1-8/+9
2006-12-02[SCTP]: sctp_assoc_del_peer() switched to net-endian.Al Viro1-5/+2
2006-12-02[SCTP]: Switch ->primary_addr to net-endian.Al Viro1-1/+1
2006-12-02[SCTP]: Switch sctp_bind_addr_match() to net-endian.Al Viro1-4/+4
2006-12-02[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.Al Viro1-2/+7
2006-12-02[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro1-15/+15
2006-12-02[SCTP] bug: sctp_assoc_control_transport() breakageAl Viro1-2/+4
2006-12-02[SCTP] bug: sctp_assoc_lookup_laddr() is broken with ipv6.Al Viro1-1/+3
2006-12-02[SCTP]: Trivial sctp endianness annotations.Al Viro1-1/+1