aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c
Commit message (Expand)AuthorAge
* sctp: prevent too-fast association id reuseVlad Yasevich2009-11-23
* sctp: fix integer overflow when setting the autoclose timerAndrei Pelinescu-Onciul2009-11-23
* sctp: Update max.burst implementationVlad Yasevich2009-11-23
* sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-23
* sctp: Select a working primary during sctp_connectx()Vlad Yasevich2009-11-23
* sctp: Set source addresses on the association before adding transportsVlad Yasevich2009-11-13
* sctp: Get rid of an extra routing lookup when adding a transport.Vlad Yasevich2009-09-04
* sctp: Failover transmitted list on transport deleteVlad Yasevich2009-09-04
* sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich2009-09-04
* sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich2009-09-04
* sctp: release cached route when the transport goes down.Vlad Yasevich2009-09-04
* sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich2009-06-03
* sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun2009-06-03
* sctp: fix panic when T4-rto timer expire on removed transportWei Yongjun2009-06-03
* sctp: fix panic when T2-shutdown timer expire on removed transportWei Yongjun2009-06-03
* sctp: fix to only enable IPv6 address support on PF_INET6 socketWei Yongjun2009-06-03
* sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich2008-10-08
* sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2008-09-18
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-26
* sctp: Prevent uninitialized memory accessFlorian Westphal2008-07-19
* sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich2008-06-20
* sctp: Follow security requirement of responding with 1 packetVlad Yasevich2008-06-19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-16
|\
| * sctp: Correclty set changeover_active for SFR-CACCVlad Yasevich2008-06-16
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-10
|\|
| * sctp: retran_path update bug fixGui Jianfeng2008-06-04
* | sctp: Bring SCTP_DELAYED_ACK socket option into API complianceWei Yongjun2008-05-09
|/
* [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.Robert P. J. Day2008-04-12
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
* [SCTP]: Fix kernel panic while received ASCONF chunk with bad serial numberWei Yongjun2008-02-06
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-05
* [SCTP]: Update ASCONF processing to conform to spec.Vlad Yasevich2008-01-28
* [SCTP]: Handle the wildcard ADD-IP Address parameterVlad Yasevich2008-01-28
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-28
* SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich2007-11-07
* SCTP: Correctly disable ADD-IP when AUTH is not supported.Vlad Yasevich2007-11-07
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-10
* [SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich2007-10-10
* [SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich2007-10-10
* [SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich2007-09-16
* SCTP: Uncomfirmed transports can't become InactiveVlad Yasevich2007-08-30
* [SCTP] Flag a pmtu change requestVlad Yasevich2007-06-13
* [SCTP]: Set assoc_id correctly during INIT collision.Vlad Yasevich2007-05-04
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-26
* [SCTP]: Implement SCTP_MAX_BURST socket option.Vlad Yasevich2007-04-26
* [SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE eventVlad Yasevich2007-04-26
* [SCTP]: Reset some transport and association variables on restartVlad Yasevich2007-03-20
* [SCTP]: Clean up stale data during association restartVlad Yasevich2007-03-20
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11