summaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c
Commit message (Expand)AuthorAgeFilesLines
...
* | sctp: fix some comments in associola.cwangweidong2013-12-061-4/+4
* | sctp: convert sctp_peer_needs_update to booleanwangweidong2013-12-061-3/+3
* | sctp: remove the else pathwangweidong2013-12-061-7/+3
* | sctp: remove the duplicate initializewangweidong2013-12-061-41/+0
* | sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
|/
* net: sctp: bug-fixing: retran_path not set properly after transports recoveri...Chang Xiangzhong2013-11-141-2/+4
* sctp: fix some comments in chunk.c and associola.cwangweidong2013-10-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-2/+2
|\
| * net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF stateDaniel Borkmann2013-08-121-2/+2
* | net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0
* | net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-241-1/+1
|/
* net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-011-34/+33
* net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2013-06-251-7/+1
* net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-171-1/+1
* net: sctp: sctp_association_init: put refs in reverse orderDaniel Borkmann2013-06-141-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-8/+4
|\
| * net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann2013-04-151-2/+2
| * net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann2013-04-151-6/+2
* | sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()Jeff Layton2013-04-291-14/+2
|/
* sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang2013-03-131-1/+1
* sctp: convert to idr_alloc()Tejun Heo2013-02-271-16/+15
* net: remove redundant check for timer pending state before del_timerYing Xue2013-02-041-3/+2
* sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-071-3/+3
* sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-031-1/+9
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-141-4/+6
* sctp: Push struct net down into sctp_transport_initEric W. Biederman2012-08-141-1/+2
* sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-141-2/+3
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-141-1/+1
* sctp: Make the address lists per network namespaceEric W. Biederman2012-08-141-1/+2
* sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman2012-08-141-1/+3
* sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-221-7/+30
* sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller2012-07-161-2/+2
* sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-06-301-0/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* sctp: fix incorrect overflow check on autocloseXi Wang2011-12-191-1/+1
* sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda2011-08-241-0/+1
* sctp: Add ASCONF operation on the single-homed hostMichio Honda2011-06-021-0/+6
* sctp: stop pending timers and purge queues when peer restart asocWei Yongjun2011-05-311-9/+14
* sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun2011-05-251-0/+16
* sctp: fix oops while removed transport still using as retran pathWei Yongjun2011-04-121-0/+2
* sctp: fix oops when updating retransmit path with DEBUG onVlad Yasevich2011-04-121-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sctp: several declared/set but unused fixesHagen Paul Pfeifer2011-03-071-2/+0
* net/sctp: Use pr_fmt and pr_<level>Joe Perches2010-08-261-0/+2
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-031-7/+6
|\
| * sctp: rwnd_press should be cumulativeVlad Yasevich2010-04-301-1/+1
| * sctp: update transport initializationsVlad Yasevich2010-04-301-3/+0
| * sctp: Make sure we always return valid retransmit pathVlad Yasevich2010-04-301-1/+2