summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix missing destroy of percpu counter variable in sctp_proc_exit()Rafael Laufer2009-08-101-0/+1
* sctp: fix warning at inet_sock_destruct() while release sctp socketWei Yongjun2009-07-061-23/+2Star
* sctp: xmit sctp packet always return no route errorWei Yongjun2009-06-301-1/+1
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-1/+1
* net: correct off-by-one write allocations reportsEric Dumazet2009-06-181-2/+2
* sctp: protocol.c call rcu_barrier() on unload.Jesper Dangaard Brouer2009-06-101-0/+2
* sctp: Use frag list abstraction interfaces.David S. Miller2009-06-093-9/+8Star
* sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich2009-06-032-1/+45
* sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun2009-06-032-38/+12Star
* sctp: fix sack_timeout sysctl min and max typesJean-Mickael Guerin2009-06-031-3/+3
* sctp: fix panic when T4-rto timer expire on removed transportWei Yongjun2009-06-032-1/+10
* sctp: fix panic when T2-shutdown timer expire on removed transportWei Yongjun2009-06-032-3/+15
* sctp: fix to only enable IPv6 address support on PF_INET6 socketWei Yongjun2009-06-031-1/+2
* sctp: fix a typo in net/sctp/sm_statetable.cWei Yongjun2009-06-031-1/+1
* sctp: fix the error code when ASCONF is received with invalid addressWei Yongjun2009-06-031-6/+6
* sctp: fix report unrecognized parameter in ACSONF-ACKWei Yongjun2009-06-031-2/+2
* net: skb->dst accessorsEric Dumazet2009-06-031-3/+3
* net: skb->rtable accessorEric Dumazet2009-06-031-4/+4
* sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg2009-04-281-3/+14
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-301-6/+2Star
* sctp: Clean up TEST_FRAME hacks.Vlad Yasevich2009-03-211-4/+1Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-201-1/+2
|\
| * net: fix sctp breakageAl Viro2009-03-191-1/+2
* | sctp: add Adaptation Layer Indication parameter only when it's setmalc2009-03-131-10/+19
* | sctp: fix to send FORWARD-TSN chunk only if peer has such capableWei Yongjun2009-03-131-0/+3
* | sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capableWei Yongjun2009-03-131-2/+2
* | sctp: simplify sctp listening codeVlad Yasevich2009-03-131-102/+50Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-053-42/+44
|\|
| * SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 failsBrian Haley2009-03-041-3/+8
| * sctp: fix kernel panic with ERROR chunk containing too many error causesWei Yongjun2009-03-032-35/+35
| * sctp: fix crash during module unloadVlad Yasevich2009-03-031-4/+1Star
* | sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich2009-03-032-21/+17Star
* | sctp: use time_before or time_after for comparing jiffiesWei Yongjun2009-03-032-4/+6
* | sctp: fix the length check in sctp_getsockopt_maxburst()Wei Yongjun2009-03-031-1/+2
* | sctp: remove dup code in net/sctp/socket.cWei Yongjun2009-03-031-6/+0Star
* | sctp: Add some missing types for debug messageWei Yongjun2009-03-031-0/+4
* | sctp: Inherit all socket options from parent correctly.Vlad Yasevich2009-02-163-66/+51Star
* | sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich2009-02-162-2/+17
* | sctp: Clean up sctp checksumming codeVlad Yasevich2009-02-162-13/+12Star
* | sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum2009-02-163-2/+5
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-012-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-273-5/+18
|\|
| * sctp: Fix another socket race during accept/peeloffVlad Yasevich2009-01-221-0/+13
| * sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich2009-01-221-3/+4
| * sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich2009-01-221-2/+1Star
* | sctp/ipv6.c: use ipv6_addr_copyJoe Perches2009-01-221-2/+1Star
|/
* fix similar typos to successfullColy Li2009-01-081-1/+1
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-064-7/+7
* sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket optionWei Yongjun2008-12-261-3/+16
* sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun2008-12-261-0/+14