aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-21sctp: Clean up TEST_FRAME hacks.Vlad Yasevich
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-18net: fix sctp breakageAl Viro
2009-03-13sctp: add Adaptation Layer Indication parameter only when it's setmalc
2009-03-13sctp: fix to send FORWARD-TSN chunk only if peer has such capableWei Yongjun
2009-03-13sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capableWei Yongjun
2009-03-13sctp: simplify sctp listening codeVlad Yasevich
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-04SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 failsBrian Haley
2009-03-02sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich
2009-03-02sctp: use time_before or time_after for comparing jiffiesWei Yongjun
2009-03-02sctp: fix the length check in sctp_getsockopt_maxburst()Wei Yongjun
2009-03-02sctp: remove dup code in net/sctp/socket.cWei Yongjun
2009-03-02sctp: Add some missing types for debug messageWei Yongjun
2009-03-02sctp: fix kernel panic with ERROR chunk containing too many error causesWei Yongjun
2009-03-02sctp: fix crash during module unloadVlad Yasevich
2009-02-16sctp: Inherit all socket options from parent correctly.Vlad Yasevich
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich
2009-02-16sctp: Clean up sctp checksumming codeVlad Yasevich
2009-02-16sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-22sctp: Fix another socket race during accept/peeloffVlad Yasevich
2009-01-22sctp: Properly timestamp outgoing data chunks for rtx purposesVlad Yasevich
2009-01-22sctp: Correctly start rtx timer on new packet transmissions.Vlad Yasevich
2009-01-22sctp/ipv6.c: use ipv6_addr_copyJoe Perches
2009-01-08fix similar typos to successfullColy Li
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2008-12-25sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket optionWei Yongjun
2008-12-25sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun
2008-12-25sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun
2008-12-25sctp: Fix a typo in socket.cWei Yongjun
2008-12-25sctp: Bring SCTP_MAXSEG socket option into ietf API extension complianceWei Yongjun
2008-11-27sctp: fix missing label when PROC_FS=nRandy Dunlap
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet
2008-11-25net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet
2008-11-23net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller
2008-11-17net: sctp should update its inuse counterEric Dumazet
2008-11-03net: '&' reduxAlexey Dobriyan
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun
2008-10-23sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun
2008-10-23sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun
2008-10-23sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun
2008-10-09sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich
2008-10-09sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich
2008-10-09sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun