summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet2008-11-251-0/+2
* net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller2008-11-231-0/+4
* net: sctp should update its inuse counterEric Dumazet2008-11-171-0/+2
* net: '&' reduxAlexey Dobriyan2008-11-031-41/+41
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-312-13/+10
* net: replace %p6 with %pI6Harvey Harrison2008-10-292-10/+10
* net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-282-24/+16
* sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun2008-10-232-1/+46
* sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun2008-10-231-1/+1
* sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun2008-10-231-0/+9
* sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun2008-10-231-1/+1
* sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich2008-10-091-0/+3
* sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich2008-10-091-6/+3
OpenPOWER on IntegriCloud