aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2009-06-10sctp: protocol.c call rcu_barrier() on unload.Jesper Dangaard Brouer
2009-06-09sctp: Use frag list abstraction interfaces.David S. Miller
2009-06-03sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich
2009-06-03sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun
2009-06-03sctp: fix sack_timeout sysctl min and max typesJean-Mickael Guerin
2009-06-03sctp: fix panic when T4-rto timer expire on removed transportWei Yongjun
2009-06-03sctp: fix panic when T2-shutdown timer expire on removed transportWei Yongjun
2009-06-03sctp: fix to only enable IPv6 address support on PF_INET6 socketWei Yongjun
2009-06-03sctp: fix a typo in net/sctp/sm_statetable.cWei Yongjun
2009-06-03sctp: fix the error code when ASCONF is received with invalid addressWei Yongjun
2009-06-03sctp: fix report unrecognized parameter in ACSONF-ACKWei Yongjun
2009-06-03net: skb->dst accessorsEric Dumazet
2009-06-03net: skb->rtable accessorEric Dumazet
2009-04-28sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg
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