summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* 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/+8
* 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/+12
* 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-311-6/+2
* sctp: Clean up TEST_FRAME hacks.Vlad Yasevich2009-03-211-4/+1
* 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-181-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/+50
* | 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-022-35/+35
| * sctp: fix crash during module unloadVlad Yasevich2009-03-021-4/+1
* | sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich2009-03-022-21/+17
* | sctp: use time_before or time_after for comparing jiffiesWei Yongjun2009-03-022-4/+6
* | sctp: fix the length check in sctp_getsockopt_maxburst()Wei Yongjun2009-03-021-1/+2
* | sctp: remove dup code in net/sctp/socket.cWei Yongjun2009-03-021-6/+0
* | sctp: Add some missing types for debug messageWei Yongjun2009-03-021-0/+4
* | sctp: Inherit all socket options from parent correctly.Vlad Yasevich2009-02-163-66/+51
* | sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich2009-02-162-2/+17
* | sctp: Clean up sctp checksumming codeVlad Yasevich2009-02-162-13/+12
* | 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-263-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/+1
* | sctp/ipv6.c: use ipv6_addr_copyJoe Perches2009-01-221-2/+1
|/
* 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-251-3/+16
* sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun2008-12-251-0/+14
* sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun2008-12-251-0/+35
* sctp: Fix a typo in socket.cWei Yongjun2008-12-251-4/+4
* sctp: Bring SCTP_MAXSEG socket option into ietf API extension complianceWei Yongjun2008-12-251-23/+107
* sctp: fix missing label when PROC_FS=nRandy Dunlap2008-11-271-2/+3
* net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-252-4/+8
OpenPOWER on IntegriCloud